mbox series

[U-Boot,GIT] Pull request: u-boot-clk (22.08.2019)

Message ID 20190822171457.1699bbef@jawa
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,GIT] Pull request: u-boot-clk (22.08.2019) | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-clk

Message

Lukasz Majewski Aug. 22, 2019, 3:14 p.m. UTC
Dear Tom,

Please find a PR for u-boot-clk branch:

The following changes since commit
753e5385ca6d0fe5b5f5a3a97cc96b0f2469ca94:

  test/py: Add cmd_memory dependency back to test_mmc_wr (2019-08-22
  00:09:58 +0200)

are available in the git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-clk

for you to fetch changes up to f62ec5c4bba2556202523b0f48655dacbe90753a:

  clk: imx: add i.MX8MM clk driver (2019-08-22 00:10:15 +0200)

----------------------------------------------------------------
Peng Fan (8):
      clk: introduce enable_count
      clk: prograte clk enable/disable to parent
      clk: support clk tree dump
      sandbox: clk: add clk enable/disable test code
      clk: imx: expose CCF entry for all
      clk: imx: add pll14xx driver
      clk: imx: add i.MX8M composite clk support
      clk: imx: add i.MX8MM clk driver

 cmd/clk.c                          |  79
 +++++++++++++++++++++++++++----------------- drivers/clk/Kconfig
          |   2 -- drivers/clk/clk-uclass.c           |  77
 +++++++++++++++++++++++++++++++++++++++---- drivers/clk/clk.c
         |   1 + drivers/clk/clk_fixed_rate.c       |   1 +
 drivers/clk/clk_sandbox_ccf.c      |  15 +++++++++
 drivers/clk/imx/Kconfig            |  16 +++++++++
 drivers/clk/imx/Makefile           |   2 ++
 drivers/clk/imx/clk-composite-8m.c | 170
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/clk/imx/clk-imx8mm.c       | 415
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/clk/imx/clk-pll14xx.c      | 381
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/clk/imx/clk.h              |  25 ++++++++++++++ include/clk.h
                     |   1 + include/sandbox-clk.h              |   3
 ++ test/dm/clk_ccf.c                  |  28 ++++++++++++++++ 15 files
 changed, 1178 insertions(+), 38 deletions(-) create mode 100644
 drivers/clk/imx/clk-composite-8m.c create mode 100644
 drivers/clk/imx/clk-imx8mm.c create mode 100644
 drivers/clk/imx/clk-pll14xx.c

Travis-CI: https://travis-ci.org/lmajewski/u-boot-dfu/builds/575085150

Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de

Comments

Tom Rini Aug. 24, 2019, 4:42 p.m. UTC | #1
On Thu, Aug 22, 2019 at 05:14:57PM +0200, Lukasz Majewski wrote:

> Dear Tom,
> 
> Please find a PR for u-boot-clk branch:
> 
> The following changes since commit
> 753e5385ca6d0fe5b5f5a3a97cc96b0f2469ca94:

Can you please provide at least a summary in the future, if not a tag?

> 
>   test/py: Add cmd_memory dependency back to test_mmc_wr (2019-08-22
>   00:09:58 +0200)
> 
> are available in the git repository at:
> 
>    https://gitlab.denx.de/u-boot/custodians/u-boot-clk
> 
> for you to fetch changes up to f62ec5c4bba2556202523b0f48655dacbe90753a:
> 
>   clk: imx: add i.MX8MM clk driver (2019-08-22 00:10:15 +0200)
> 

Applied to u-boot/master, thanks!
Lukasz Majewski Aug. 26, 2019, 7:57 a.m. UTC | #2
Hi Tom,

> On Thu, Aug 22, 2019 at 05:14:57PM +0200, Lukasz Majewski wrote:
> 
> > Dear Tom,
> > 
> > Please find a PR for u-boot-clk branch:
> > 
> > The following changes since commit
> > 753e5385ca6d0fe5b5f5a3a97cc96b0f2469ca94:  
> 
> Can you please provide at least a summary in the future, if not a tag?

I have prepared a tag with a summary:
https://gitlab.denx.de/u-boot/custodians/u-boot-dfu/-/tags/ccf-pr-22.08

I'm a bit confused if this is the right approach for sending PR after
we have switched to gitlab?

> 
> > 
> >   test/py: Add cmd_memory dependency back to test_mmc_wr (2019-08-22
> >   00:09:58 +0200)
> > 
> > are available in the git repository at:
> > 
> >    https://gitlab.denx.de/u-boot/custodians/u-boot-clk
> > 
> > for you to fetch changes up to
> > f62ec5c4bba2556202523b0f48655dacbe90753a:
> > 
> >   clk: imx: add i.MX8MM clk driver (2019-08-22 00:10:15 +0200)
> >   
> 
> Applied to u-boot/master, thanks!
> 
> 

Thanks,

> 



Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de
Tom Rini Aug. 26, 2019, 1:35 p.m. UTC | #3
On Mon, Aug 26, 2019 at 09:57:06AM +0200, Lukasz Majewski wrote:
> Hi Tom,
> 
> > On Thu, Aug 22, 2019 at 05:14:57PM +0200, Lukasz Majewski wrote:
> > 
> > > Dear Tom,
> > > 
> > > Please find a PR for u-boot-clk branch:
> > > 
> > > The following changes since commit
> > > 753e5385ca6d0fe5b5f5a3a97cc96b0f2469ca94:  
> > 
> > Can you please provide at least a summary in the future, if not a tag?
> 
> I have prepared a tag with a summary:
> https://gitlab.denx.de/u-boot/custodians/u-boot-dfu/-/tags/ccf-pr-22.08
> 
> I'm a bit confused if this is the right approach for sending PR after
> we have switched to gitlab?

That looks like a good tag, yes, thanks!