All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] simple-mfd and syscon LEDs
@ 2015-03-03  9:32 Linus Walleij
       [not found] ` <1425375148-4369-1-git-send-email-linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
                   ` (4 more replies)
  0 siblings, 5 replies; 40+ messages in thread
From: Linus Walleij @ 2015-03-03  9:32 UTC (permalink / raw)
  To: linux-arm-kernel

This patch series implements a suggestion from Lee Jones on how to
resolve the dilemma with subnodes under syscons that do things like
the simple syscon LEDs.

Please see the bigger picture, this is not about LEDs only but any
simple subnodes under an MFD.

Linus Walleij (5):
  MFD/OF: document MFD devices and handle simple-mfd
  ARM: dts: update syscons to use simple-mfd
  leds: syscon: instantiate from platform device
  arm64: juno: Add APB registers and LEDs using syscon
  arm64: add LEDs and some trigger support to defconfig

 Documentation/devicetree/bindings/mfd/mfd.txt |  40 ++++++
 arch/arm/boot/dts/arm-realview-pb1176.dts     |   2 +-
 arch/arm/boot/dts/integrator.dtsi             |   4 +-
 arch/arm64/boot/dts/arm/juno-motherboard.dtsi |  68 +++++++++++
 arch/arm64/configs/defconfig                  |   6 +
 drivers/leds/leds-syscon.c                    | 170 +++++++++++++-------------
 drivers/of/platform.c                         |   1 +
 7 files changed, 203 insertions(+), 88 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/mfd.txt

-- 
1.9.3

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

end of thread, other threads:[~2015-04-07  9:03 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-03  9:32 [PATCH 0/5] simple-mfd and syscon LEDs Linus Walleij
     [not found] ` <1425375148-4369-1-git-send-email-linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2015-03-03  9:32   ` [PATCH 1/5] MFD/OF: document MFD devices and handle simple-mfd Linus Walleij
2015-03-03  9:32     ` Linus Walleij
     [not found]     ` <1425375148-4369-2-git-send-email-linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2015-03-03 10:25       ` Lee Jones
2015-03-03 10:25         ` Lee Jones
2015-03-09 14:29         ` Linus Walleij
2015-03-09 14:29           ` Linus Walleij
2015-03-03 17:47       ` Rob Herring
2015-03-03 17:47         ` Rob Herring
2015-03-03 17:56         ` Lee Jones
2015-03-03 17:56           ` Lee Jones
2015-03-09 14:35         ` Linus Walleij
2015-03-09 14:35           ` Linus Walleij
2015-03-12  9:14       ` Alexandre Belloni
2015-03-12  9:14         ` Alexandre Belloni
     [not found]         ` <20150312091427.GA4329-m++hUPXGwpdeoWH0uzbU5w@public.gmane.org>
2015-03-17 10:28           ` Linus Walleij
2015-03-17 10:28             ` Linus Walleij
     [not found]             ` <CACRpkdacQ-MR+Sziu-TQXWr+1UCtBphZ5eNSWbJ2ZpCnH+o9JA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-03-17 10:38               ` Linus Walleij
2015-03-17 10:38                 ` Linus Walleij
2015-03-18 16:06       ` Alexandre Belloni
2015-03-18 16:06         ` Alexandre Belloni
2015-03-20 13:26       ` Antoine Tenart
2015-03-20 13:26         ` Antoine Tenart
2015-03-28 13:41       ` Grant Likely
2015-03-28 13:41         ` Grant Likely
     [not found]         ` <20150328134157.000A3C40AE0-WNowdnHR2B42iJbIjFUEsiwD8/FfD2ys@public.gmane.org>
2015-04-07  9:03           ` Linus Walleij
2015-04-07  9:03             ` Linus Walleij
2015-04-03 18:34       ` Olof Johansson
2015-04-03 18:34         ` Olof Johansson
     [not found]         ` <CAOesGMhz6WPweQFXfPhTO6Pz5L4Z1Si6YGiCRCiFD9B5qB9tVw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-04-07  7:16           ` Lee Jones
2015-04-07  7:16             ` Lee Jones
2015-04-07  9:00           ` Linus Walleij
2015-04-07  9:00             ` Linus Walleij
2015-03-03  9:32 ` [PATCH 2/5] ARM: dts: update syscons to use simple-mfd Linus Walleij
2015-03-03  9:32 ` [PATCH 3/5] leds: syscon: instantiate from platform device Linus Walleij
2015-03-17 10:36   ` Linus Walleij
2015-03-24 16:50   ` Bjorn Andersson
2015-03-03  9:32 ` [PATCH 4/5] arm64: juno: Add APB registers and LEDs using syscon Linus Walleij
2015-03-04 15:57   ` Liviu Dudau
2015-03-03  9:32 ` [PATCH 5/5] arm64: add LEDs and some trigger support to defconfig Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.