devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] ARM RealView DeviceTree support v4
@ 2014-07-25 13:23 Linus Walleij
       [not found] ` <1406294628-16079-1-git-send-email-linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 19+ messages in thread
From: Linus Walleij @ 2014-07-25 13:23 UTC (permalink / raw)
  To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: Arnd Bergmann, Pawel Moll, Mark Rutland, Marc Zyngier,
	Will Deacon, Rob Herring, Linus Walleij

As it says, now that v3.16 has settled and my infrastructure is
in place, I've updated the RealView DeviceTree patch. Starting
to look good: we can now push almost everything down into
different driver subsystems, have a look.

Linus Walleij (6):
  leds: add a driver for syscon-based LEDs
  leds: add device tree bindings for syscon LEDs
  power: reset: driver for the Versatile syscon reboot
  power: reset: DT bindings for the Versatile reset driver
  soc: add driver for the ARM RealView
  ARM: realview: basic device tree implementation

 Documentation/devicetree/bindings/arm/arm-boards   |  66 ++++++
 Documentation/devicetree/bindings/arm/gic.txt      |   1 +
 .../devicetree/bindings/leds/leds-syscon.txt       |  83 +++++++
 .../bindings/reset/arm-versatile-reboot.txt        |  18 ++
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/arm-realview-pb1176.dts          | 240 +++++++++++++++++++++
 arch/arm/mach-realview/Kconfig                     |  13 ++
 arch/arm/mach-realview/Makefile                    |   1 +
 arch/arm/mach-realview/realview-dt.c               |  72 +++++++
 drivers/irqchip/irq-gic.c                          |   1 +
 drivers/leds/Kconfig                               |  10 +
 drivers/leds/Makefile                              |   1 +
 drivers/leds/leds-syscon.c                         | 152 +++++++++++++
 drivers/power/reset/Kconfig                        |   9 +
 drivers/power/reset/Makefile                       |   1 +
 drivers/power/reset/arm-versatile-reboot.c         | 121 +++++++++++
 drivers/soc/Kconfig                                |   1 +
 drivers/soc/Makefile                               |   1 +
 drivers/soc/versatile/Kconfig                      |  10 +
 drivers/soc/versatile/Makefile                     |   1 +
 drivers/soc/versatile/soc-realview.c               | 144 +++++++++++++
 21 files changed, 947 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/leds/leds-syscon.txt
 create mode 100644 Documentation/devicetree/bindings/reset/arm-versatile-reboot.txt
 create mode 100644 arch/arm/boot/dts/arm-realview-pb1176.dts
 create mode 100644 arch/arm/mach-realview/realview-dt.c
 create mode 100644 drivers/leds/leds-syscon.c
 create mode 100644 drivers/power/reset/arm-versatile-reboot.c
 create mode 100644 drivers/soc/versatile/Kconfig
 create mode 100644 drivers/soc/versatile/Makefile
 create mode 100644 drivers/soc/versatile/soc-realview.c

-- 
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2014-09-01 12:44 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-25 13:23 [PATCH 0/6] ARM RealView DeviceTree support v4 Linus Walleij
     [not found] ` <1406294628-16079-1-git-send-email-linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2014-07-25 13:23   ` [PATCH 1/6] leds: add a driver for syscon-based LEDs Linus Walleij
     [not found]     ` <1406294628-16079-2-git-send-email-linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2014-08-13  9:14       ` Linus Walleij
2014-07-25 13:23   ` [PATCH 2/6] leds: add device tree bindings for syscon LEDs Linus Walleij
     [not found]     ` <1406294628-16079-3-git-send-email-linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2014-07-25 14:07       ` Rob Herring
     [not found]         ` <CAL_Jsq+-G68wjBLDbELHRDFcGYRa65-Hx9WoD6HypXNjJKVDvA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-08-13  9:31           ` Linus Walleij
2014-07-25 13:23   ` [PATCH 3/6] power: reset: driver for the Versatile syscon reboot Linus Walleij
2014-07-25 13:23   ` [PATCH 4/6] power: reset: DT bindings for the Versatile reset driver Linus Walleij
2014-07-25 13:23   ` [PATCH 5/6] soc: add driver for the ARM RealView Linus Walleij
2014-07-25 13:23   ` [PATCH 6/6 v4] ARM: realview: basic device tree implementation Linus Walleij
     [not found]     ` <1406294628-16079-7-git-send-email-linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2014-07-25 15:24       ` Mark Rutland
2014-07-25 15:50         ` Russell King - ARM Linux
     [not found]           ` <20140725155010.GP21766-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2014-07-25 15:58             ` Arnd Bergmann
2014-09-01 12:03               ` Russell King - ARM Linux
     [not found]                 ` <20140901120313.GI30401-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2014-09-01 12:11                   ` Arnd Bergmann
2014-09-01 11:52         ` Linus Walleij
     [not found]           ` <CACRpkdaugAmVt5CF194xd+eVyz=Yfir6Jz0k9h4VSvSWLkKPRQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-09-01 12:17             ` Mark Rutland
2014-09-01 12:27               ` Linus Walleij
     [not found]                 ` <CACRpkdYoqhiLqVMqrrUxZEq-c63NuDT--FVWs3j_5b1BC24FeA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-09-01 12:44                   ` Mark Rutland

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