linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] clk: mvebu: initial support for AP806 clocks
@ 2016-02-24 15:14 Thomas Petazzoni
  2016-02-24 15:14 ` [PATCH v2 1/6] dt-bindings: arm/marvell: add DT bindings for AP806 DFX Server Thomas Petazzoni
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Thomas Petazzoni @ 2016-02-24 15:14 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

The following set of patches add initial support for the main clocks
found in the AP806 hardware block, which is the central block used in
the newest Marvell 7K and 8K 64-bits processors.

Two new drivers are added, one for the so-called "core" clocks and one
for the "ring" clocks. The latter are child clocks from one of the
core clocks. The "core" clocks are fixed rate clocks, but their rate
is calculated from values in the Sample At Reset register.

Changes since v1:
 - Introduce a minimal DT binding for the AP806 DFX Server register
   area, and make the clock DT nodes child nodes of the DFX server
   node. Implementation-wise, we use the simple-mfd/syscon mechanism.
 - Separate the DT binding documentation into its own patches.

Thanks!

Thomas

Thomas Petazzoni (6):
  dt-bindings: arm/marvell: add DT bindings for AP806 DFX Server
  dt-bindings: clock: add DT bindings for AP806 core clocks
  dt-bindings: clock: add DT bindings for AP806 ring clocks
  clk: unconditionally recurse into clk/mvebu/
  clk: mvebu: add AP806 core clock driver
  clk: mvebu: add AP806 ring clock driver

 .../arm/marvell/marvell,ap806-dfx-server.txt       |  19 ++++
 .../clock/mvebu-armada-ap806-core-clock.txt        |  35 ++++++
 .../clock/mvebu-armada-ap806-ring-clock.txt        |  36 ++++++
 drivers/clk/Makefile                               |   2 +-
 drivers/clk/mvebu/Kconfig                          |   6 +
 drivers/clk/mvebu/Makefile                         |   3 +-
 drivers/clk/mvebu/ap806-core.c                     | 121 +++++++++++++++++++++
 drivers/clk/mvebu/ap806-ring.c                     |  74 +++++++++++++
 8 files changed, 294 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/marvell/marvell,ap806-dfx-server.txt
 create mode 100644 Documentation/devicetree/bindings/clock/mvebu-armada-ap806-core-clock.txt
 create mode 100644 Documentation/devicetree/bindings/clock/mvebu-armada-ap806-ring-clock.txt
 create mode 100644 drivers/clk/mvebu/ap806-core.c
 create mode 100644 drivers/clk/mvebu/ap806-ring.c

-- 
2.6.4

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

end of thread, other threads:[~2016-03-02 17:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-24 15:14 [PATCH v2 0/6] clk: mvebu: initial support for AP806 clocks Thomas Petazzoni
2016-02-24 15:14 ` [PATCH v2 1/6] dt-bindings: arm/marvell: add DT bindings for AP806 DFX Server Thomas Petazzoni
2016-02-25 23:37   ` Stephen Boyd
2016-02-26  8:32     ` Thomas Petazzoni
2016-02-26 23:55       ` Stephen Boyd
2016-03-02 17:09         ` Rob Herring
2016-02-24 15:14 ` [PATCH v2 2/6] dt-bindings: clock: add DT bindings for AP806 core clocks Thomas Petazzoni
2016-02-24 15:14 ` [PATCH v2 3/6] dt-bindings: clock: add DT bindings for AP806 ring clocks Thomas Petazzoni
2016-02-24 15:14 ` [PATCH v2 4/6] clk: unconditionally recurse into clk/mvebu/ Thomas Petazzoni
2016-02-24 15:14 ` [PATCH v2 5/6] clk: mvebu: add AP806 core clock driver Thomas Petazzoni
2016-02-24 15:14 ` [PATCH v2 6/6] clk: mvebu: add AP806 ring " 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).