devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] clk: clock driver for the Marvell Armada AP806
@ 2016-03-04 12:57 Thomas Petazzoni
  2016-03-04 12:57 ` [PATCH v3 1/3] dt-bindings: arm: add DT binding for Marvell AP806 system controller Thomas Petazzoni
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2016-03-04 12:57 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, linux-clk
  Cc: Nadav Haklai, Lior Amsalem, Jason Cooper, Andrew Lunn,
	Sebastian Hesselbarth, Gregory Clement, linux-arm-kernel,
	Yehuda Yitschak, Neta Zur Hershkovits, devicetree, Rob Herring,
	Ian Campbell, Pawel Moll, Mark Rutland, Kumar Gala,
	Thomas Petazzoni

Michael, Stephen,

Here is a new version of the clock driver and its DT binding for the
Marvell Armada AP806. As you will see, there is no longer any
reference to the DFX Server and changes in the clock tree compared to
the v2. This is due to the fact that the HW has changed from this
point of view between the test chips and the final revision, and this
new version aims at supporting only the final revision.

We therefore have a very simple DT binding, with one single node that
covers the entire "system controller" registers, associated to one
driver that provides the clocks. This system controller will later be
used to support other features such as pin-muxing, but for now we only
support the clocks aspects of it.

Please let me know if this approach works for you.

Note that this patch series is based on clk-net, because I wanted to
avoid introducing a new use of CLK_IS_ROOT. To do this, I needed the
patches currently in clk-next that remove the need for CLK_IS_ROOT.

Thanks!

Thomas

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

 .../arm/marvell/ap806-system-controller.txt        |  34 +++++++
 drivers/clk/Makefile                               |   2 +-
 drivers/clk/mvebu/Kconfig                          |   3 +
 drivers/clk/mvebu/Makefile                         |   1 +
 drivers/clk/mvebu/ap806-system-controller.c        | 106 +++++++++++++++++++++
 5 files changed, 145 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/arm/marvell/ap806-system-controller.txt
 create mode 100644 drivers/clk/mvebu/ap806-system-controller.c

-- 
2.6.4


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

end of thread, other threads:[~2016-03-16 13:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-04 12:57 [PATCH v3 0/3] clk: clock driver for the Marvell Armada AP806 Thomas Petazzoni
2016-03-04 12:57 ` [PATCH v3 1/3] dt-bindings: arm: add DT binding for Marvell AP806 system controller Thomas Petazzoni
     [not found]   ` <1457096275-7581-2-git-send-email-thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2016-03-05  4:31     ` Rob Herring
2016-03-04 12:57 ` [PATCH v3 2/3] clk: unconditionally recurse into clk/mvebu/ Thomas Petazzoni
2016-03-04 12:57 ` [PATCH v3 3/3] clk: mvebu: new driver for Armada AP806 system controller Thomas Petazzoni
2016-03-08  8:57 ` [PATCH v3 0/3] clk: clock driver for the Marvell Armada AP806 Gregory CLEMENT
2016-03-16 13:16 ` 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).