* [U-Boot] [GIT] Pull request: u-boot-clk (22.08.2019)
@ 2019-08-22 15:14 Lukasz Majewski
2019-08-24 16:42 ` Tom Rini
0 siblings, 1 reply; 4+ messages in thread
From: Lukasz Majewski @ 2019-08-22 15:14 UTC (permalink / raw)
To: u-boot
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 at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190822/618cadf1/attachment.sig>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [GIT] Pull request: u-boot-clk (22.08.2019)
2019-08-22 15:14 [U-Boot] [GIT] Pull request: u-boot-clk (22.08.2019) Lukasz Majewski
@ 2019-08-24 16:42 ` Tom Rini
2019-08-26 7:57 ` Lukasz Majewski
0 siblings, 1 reply; 4+ messages in thread
From: Tom Rini @ 2019-08-24 16:42 UTC (permalink / raw)
To: u-boot
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!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190824/77778f93/attachment.sig>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [GIT] Pull request: u-boot-clk (22.08.2019)
2019-08-24 16:42 ` Tom Rini
@ 2019-08-26 7:57 ` Lukasz Majewski
2019-08-26 13:35 ` Tom Rini
0 siblings, 1 reply; 4+ messages in thread
From: Lukasz Majewski @ 2019-08-26 7:57 UTC (permalink / raw)
To: u-boot
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 at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190826/8b92cfd0/attachment.sig>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [GIT] Pull request: u-boot-clk (22.08.2019)
2019-08-26 7:57 ` Lukasz Majewski
@ 2019-08-26 13:35 ` Tom Rini
0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2019-08-26 13:35 UTC (permalink / raw)
To: u-boot
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!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190826/b8fe3237/attachment.sig>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-08-26 13:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-22 15:14 [U-Boot] [GIT] Pull request: u-boot-clk (22.08.2019) Lukasz Majewski
2019-08-24 16:42 ` Tom Rini
2019-08-26 7:57 ` Lukasz Majewski
2019-08-26 13:35 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox