linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: dts: dove: Basic devicetree support for Marvell Dove
@ 2012-07-03 12:34 Sebastian Hesselbarth
  2012-07-03 12:34 ` [PATCH 1/3] ARM: dts: dove: Add devicetree descriptors Sebastian Hesselbarth
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Sebastian Hesselbarth @ 2012-07-03 12:34 UTC (permalink / raw)
  To: linux-arm-kernel

This patch series add very basic devicetree support for Marvell Dove.
It is based on Kirkwood dts and therefore supports uart and rtc by
dt only.

The patches have not been tested on neither Dove-DB nor CM-A510 but
on SolidRun Cubox that is not supported by mainline kernel, yet.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@googlemail.com>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: linux-arm-kernel at lists.infradead.org

Sebastian Hesselbarth (3):
  ARM: dts: dove: Add devicetree descriptors
  ARM: dts: dove: Add devicetree-based board setup
  ARM: dts: dove: Integrate devicetree support

 arch/arm/boot/dts/dove-cm-a510.dtsi |   27 ++++++++++
 arch/arm/boot/dts/dove-dove-db.dtsi |   27 ++++++++++
 arch/arm/boot/dts/dove.dtsi         |   55 +++++++++++++++++++++
 arch/arm/mach-dove/Kconfig          |   20 ++++++++
 arch/arm/mach-dove/Makefile         |    4 ++
 arch/arm/mach-dove/Makefile.boot    |    3 ++
 arch/arm/mach-dove/board-cm-a510.c  |   86 ++++++++++++++++++++++++++++++++
 arch/arm/mach-dove/board-dove-db.c  |   92 +++++++++++++++++++++++++++++++++++
 arch/arm/mach-dove/board-dt.c       |   73 +++++++++++++++++++++++++++
 arch/arm/mach-dove/common.c         |   17 ++++---
 arch/arm/mach-dove/common.h         |   25 ++++++++++
 12 files changed, 444 insertions(+), 8 deletions(-)
 create mode 100644 arch/arm/boot/dts/dove-cm-a510.dtsi
 create mode 100644 arch/arm/boot/dts/dove-dove-db.dtsi
 create mode 100644 arch/arm/boot/dts/dove.dtsi
 create mode 100644 arch/arm/mach-dove/board-cm-a510.c
 create mode 100644 arch/arm/mach-dove/board-dove-db.c
 create mode 100644 arch/arm/mach-dove/board-dt.c

-- 
1.7.10

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

end of thread, other threads:[~2012-07-08 18:57 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-03 12:34 [PATCH 0/3] ARM: dts: dove: Basic devicetree support for Marvell Dove Sebastian Hesselbarth
2012-07-03 12:34 ` [PATCH 1/3] ARM: dts: dove: Add devicetree descriptors Sebastian Hesselbarth
2012-07-07 19:37   ` Rob Herring
2012-07-03 12:34 ` [PATCH 2/3] ARM: dts: dove: Add devicetree-based board setup Sebastian Hesselbarth
2012-07-07 19:42   ` Rob Herring
2012-07-03 12:34 ` [PATCH 3/3] ARM: dts: dove: Integrate devicetree support Sebastian Hesselbarth
2012-07-07 19:34   ` Rob Herring
2012-07-07 21:08     ` Sebastian Hesselbarth
2012-07-08 18:57       ` Arnd Bergmann
2012-07-03 12:50 ` [PATCH 0/3] ARM: dts: dove: Basic devicetree support for Marvell Dove Andrew Lunn
2012-07-03 13:03   ` Sebastian Hesselbarh
2012-07-03 13:12     ` Andrew Lunn
2012-07-07 17:31       ` Jason Cooper

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).