devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/5] clk: mvebu: clock drivers for Marvell Armada 7K/8K
@ 2016-04-14 15:33 Thomas Petazzoni
  2016-04-14 15:33 ` [PATCH v5 1/5] clk: unconditionally recurse into clk/mvebu/ Thomas Petazzoni
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Thomas Petazzoni @ 2016-04-14 15:33 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, linux-clk, devicetree,
	Rob Herring, Ian Campbell, Pawel Moll, Mark Rutland, Kumar Gala
  Cc: linux-arm-kernel, Jason Cooper, Andrew Lunn,
	Sebastian Hesselbarth, Gregory Clement, Nadav Haklai,
	Lior Amsalem, Hanna Hawa, Yehuda Yitschak, Thomas Petazzoni

Hello,

Here is the fifth version of the clock drivers for Armada 7K/8K. The
first two patches have already been applied by Stephen Boyd, but I'm
still including them for completeness.

Changes since v4:

 - Remove the gatable-clock-indices from the CP110 driver, use "none"
   when a given bit does not provide a clock. Suggested by Rob
   Herring.

 - Update the gatable clock tree with the latest technical information
   received.

 - Turn the clock drivers into proper platform drivers. Suggested by
   Stephen Boyd.

 - Remove useless headers include from the clock drivers. Suggested by
   Stephen Boyd.

 - Add proper handling in the clock driver ->probe() function.

Thanks!

Thomas

Thomas Petazzoni (5):
  clk: unconditionally recurse into clk/mvebu/
  dt-bindings: arm: add DT binding for Marvell AP806 system controller
  clk: mvebu: new driver for Armada AP806 system controller
  dt-bindings: arm: add DT binding for Marvell CP110 system controller
  clk: mvebu: new driver for Armada CP110 system controller

 .../arm/marvell/ap806-system-controller.txt        |  35 ++
 .../arm/marvell/cp110-system-controller0.txt       |  83 +++++
 drivers/clk/Makefile                               |   2 +-
 drivers/clk/mvebu/Kconfig                          |   6 +
 drivers/clk/mvebu/Makefile                         |   2 +
 drivers/clk/mvebu/ap806-system-controller.c        | 168 +++++++++
 drivers/clk/mvebu/cp110-system-controller.c        | 399 +++++++++++++++++++++
 7 files changed, 694 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/arm/marvell/ap806-system-controller.txt
 create mode 100644 Documentation/devicetree/bindings/arm/marvell/cp110-system-controller0.txt
 create mode 100644 drivers/clk/mvebu/ap806-system-controller.c
 create mode 100644 drivers/clk/mvebu/cp110-system-controller.c

-- 
2.6.4


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-05-07  6:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-14 15:33 [PATCH v5 0/5] clk: mvebu: clock drivers for Marvell Armada 7K/8K Thomas Petazzoni
2016-04-14 15:33 ` [PATCH v5 1/5] clk: unconditionally recurse into clk/mvebu/ Thomas Petazzoni
2016-04-14 15:33 ` [PATCH v5 2/5] dt-bindings: arm: add DT binding for Marvell AP806 system controller Thomas Petazzoni
2016-04-14 15:33 ` [PATCH v5 3/5] clk: mvebu: new driver for Armada " Thomas Petazzoni
2016-04-14 15:33 ` [PATCH v5 4/5] dt-bindings: arm: add DT binding for Marvell CP110 " Thomas Petazzoni
2016-04-14 17:37   ` Rob Herring
2016-04-14 15:33 ` [PATCH v5 5/5] clk: mvebu: new driver for Armada " Thomas Petazzoni
2016-04-25 13:44 ` [PATCH v5 0/5] clk: mvebu: clock drivers for Marvell Armada 7K/8K Thomas Petazzoni
     [not found] ` <1460648013-31320-1-git-send-email-thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2016-05-06 22:28   ` Stephen Boyd
2016-05-07  6:22     ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).