mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] Marvell MVEBU OF clock providers
@ 2013-08-15 13:24 Sebastian Hesselbarth
  2013-08-15 13:24 ` [PATCH 1/3] ARM: dove: add missing clocks property to timer node Sebastian Hesselbarth
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sebastian Hesselbarth @ 2013-08-15 13:24 UTC (permalink / raw)
  To: Sebastian Hesselbarth; +Cc: Thomas Petazzoni, barebox, Ezequiel Garcia

This patch set adds OF clock providers for core clocks and clock gates found
on Marvell MVEBU SoCs (Armada 370, Armada XP, Dove, and Kirkwood). The code
has been adopted for Barebox from Linux clock providers.

Patch 1 adds a missing clocks property to the timer node of Dove DT.
Patch 2 adds OF clock providers for the four SoCs above.
Patch 3 coverts Dove SoC init to DT probed devices only.

The patches have been tested on SolidRun CuBox for Dove. Other SoCs are
compile tested only as they have not been ported to DT, yet (Armada 370
has, but shares SoC init with Armada XP which has not).

Sebastian Hesselbarth (3):
  ARM: dove: add missing clocks property to timer node
  clk: mvebu: add OF clock providers for Marvell MVEBU SoCs
  ARM: dove: remove temporary clock and non-DT device probing

 arch/arm/Kconfig               |    1 +
 arch/arm/dts/dove.dtsi         |    3 +-
 arch/arm/mach-mvebu/dove.c     |   58 ----------
 drivers/clk/Makefile           |    1 +
 drivers/clk/mvebu/Makefile     |    5 +
 drivers/clk/mvebu/armada-370.c |  160 ++++++++++++++++++++++++++++
 drivers/clk/mvebu/armada-xp.c  |  194 ++++++++++++++++++++++++++++++++++
 drivers/clk/mvebu/common.c     |  208 +++++++++++++++++++++++++++++++++++++
 drivers/clk/mvebu/common.h     |   70 +++++++++++++
 drivers/clk/mvebu/dove.c       |  179 ++++++++++++++++++++++++++++++++
 drivers/clk/mvebu/kirkwood.c   |  224 ++++++++++++++++++++++++++++++++++++++++
 11 files changed, 1044 insertions(+), 59 deletions(-)
 create mode 100644 drivers/clk/mvebu/Makefile
 create mode 100644 drivers/clk/mvebu/armada-370.c
 create mode 100644 drivers/clk/mvebu/armada-xp.c
 create mode 100644 drivers/clk/mvebu/common.c
 create mode 100644 drivers/clk/mvebu/common.h
 create mode 100644 drivers/clk/mvebu/dove.c
 create mode 100644 drivers/clk/mvebu/kirkwood.c

---
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Cc: barebox@lists.infradead.org
-- 
1.7.2.5


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2013-08-16 14:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-15 13:24 [PATCH 0/3] Marvell MVEBU OF clock providers Sebastian Hesselbarth
2013-08-15 13:24 ` [PATCH 1/3] ARM: dove: add missing clocks property to timer node Sebastian Hesselbarth
2013-08-15 13:24 ` [PATCH 2/3] clk: mvebu: add OF clock providers for Marvell MVEBU SoCs Sebastian Hesselbarth
2013-08-15 13:24 ` [PATCH 3/3] ARM: dove: remove temporary clock and non-DT device probing Sebastian Hesselbarth
2013-08-16 14:00 ` [PATCH 0/3] Marvell MVEBU OF clock providers Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox