[U-Boot] [GIT] Pull request: u-boot-clk (31.07.2019)
Lukasz Majewski
lukma at denx.de
Wed Jul 31 12:22:57 UTC 2019
Dear Tom,
Please find a PR for u-boot-clk branch:
Change log:
- Port more CCF code to work with i.MX8 devices.
The following changes since commit 75551c8bfc9545e31ec2ce238cac3857904007b8:
Merge branch '2019-07-26-ti-imports' (2019-07-27 19:50:52 -0400)
are available in the git repository at:
git at gitlab.denx.de:u-boot/custodians/u-boot-clk.git
for you to fetch changes up to 4f895988adc021d96c02cbcbb7b899c57ecbae4a:
test: dm: clk_ccf: test composite clk (2019-07-31 09:20:51 +0200)
----------------------------------------------------------------
Peng Fan (16):
clk: introduce clk_dev_binded
clk: use clk_dev_binded
clk: mux: add set parent support
clk: export mux/divider ops
clk: add clk-gate support
clk: divider set rate supporrt
clk: fixed_rate: export clk_fixed_rate
clk: imx: import clk heplers
clk: imx: gate2 add set rate
dm: clk: ignore default settings when node not valid
clk-provider: include clk-uclass.h
clk: add composite clk support
clk: gate: support sandbox
configs: sandbox: Enable composite clk
clk: sandbox: add composite clk
test: dm: clk_ccf: test composite clk
configs/sandbox_defconfig | 1 +
configs/sandbox_flattree_defconfig | 1 +
drivers/clk/Kconfig | 14 +++++++
drivers/clk/Makefile | 3 +-
drivers/clk/clk-composite.c | 160 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/clk/clk-divider.c | 92 +++++++++++++++++++++++++++++++++++++++++++-
drivers/clk/clk-gate.c | 159 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/clk/clk-mux.c | 76 ++++++++++++++++++++++++++++++++++--
drivers/clk/clk-uclass.c | 3 ++
drivers/clk/clk.c | 8 ++++
drivers/clk/clk_fixed_rate.c | 8 +---
drivers/clk/clk_sandbox_ccf.c | 80 ++++++++++++++++++++++++++++++++++++++
drivers/clk/imx/clk-gate2.c | 11 ++++++
drivers/clk/imx/clk.h | 81 ++++++++++++++++++++++++++++++++++++++
include/clk.h | 9 +++++
include/linux/clk-provider.h | 58 ++++++++++++++++++++++++++++
include/sandbox-clk.h | 1 +
test/dm/clk_ccf.c | 8 ++++
18 files changed, 759 insertions(+), 14 deletions(-)
create mode 100644 drivers/clk/clk-composite.cc create mode 100644 drivers/clk/clk-gate.c
Travis-CI:
https://travis-ci.org/lmajewski/u-boot-dfu/builds/565844770
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/20190731/80a62c7f/attachment.sig>
More information about the U-Boot
mailing list