Message ID | 20211208133145.28267-1-nicolas.ferre@microchip.com |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] clk: at91: clk for 5.17 | expand |
Quoting nicolas.ferre@microchip.com (2021-12-08 05:31:45) > From: Nicolas Ferre <nicolas.ferre@microchip.com> > > Stephen, > > Here are the clk changes for 5.17 which collect changes to the lan966x product > line. We agreed to include these Microchip patches into the at91 branch with > Kavyasree and Horatiu. > > Please pull. > > Thanks, best regards, > Nicolas > > The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf: > > Linux 5.16-rc1 (2021-11-14 13:56:52 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/clk-at91-5.17 > > for you to fetch changes up to 5ad5915dea0047a6376d8f809ea3470ef68b1f92: > > clk: lan966x: Extend lan966x clock driver for clock gating support (2021-12-08 11:19:20 +0100) > > ---------------------------------------------------------------- Thanks. Pulled into clk-next
From: Nicolas Ferre <nicolas.ferre@microchip.com> Stephen, Here are the clk changes for 5.17 which collect changes to the lan966x product line. We agreed to include these Microchip patches into the at91 branch with Kavyasree and Horatiu. Please pull. Thanks, best regards, Nicolas The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf: Linux 5.16-rc1 (2021-11-14 13:56:52 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/clk-at91-5.17 for you to fetch changes up to 5ad5915dea0047a6376d8f809ea3470ef68b1f92: clk: lan966x: Extend lan966x clock driver for clock gating support (2021-12-08 11:19:20 +0100) ---------------------------------------------------------------- AT91 clk driver changes for 5.17: - Lan966x Generic Clock Controller driver and associated DT bindings - Lan966x clock driver extended to support clock gating ---------------------------------------------------------------- Horatiu Vultur (4): clk: gate: Add devm_clk_hw_register_gate() dt-bindings: clock: lan966x: Extend for clock gate support dt-bindings: clock: lan966x: Extend includes with clock gates clk: lan966x: Extend lan966x clock driver for clock gating support Kavyasree Kotagiri (3): dt-bindings: clock: lan966x: Add binding includes for lan966x SoC clock IDs dt-bindings: clock: lan966x: Add LAN966X Clock Controller clk: lan966x: Add lan966x SoC clock driver .../bindings/clock/microchip,lan966x-gck.yaml | 60 +++++ drivers/clk/Kconfig | 7 + drivers/clk/Makefile | 1 + drivers/clk/clk-gate.c | 35 +++ drivers/clk/clk-lan966x.c | 293 +++++++++++++++++++++ include/dt-bindings/clock/microchip,lan966x.h | 34 +++ include/linux/clk-provider.h | 23 ++ 7 files changed, 453 insertions(+) create mode 100644 Documentation/devicetree/bindings/clock/microchip,lan966x-gck.yaml create mode 100644 drivers/clk/clk-lan966x.c create mode 100644 include/dt-bindings/clock/microchip,lan966x.h