All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] simple-mfd cleanup
@ 2015-03-25  7:50 ` Linus Walleij
  0 siblings, 0 replies; 8+ messages in thread
From: Linus Walleij @ 2015-03-25  7:50 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Lee Jones,
	Antoine Ténart, Alexandre Belloni, Bjorn Andersson,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Bryan Wu

Hi ARM SoC maintainers,

as discussed back and forth with Lee Jones & Arnd, here is the patch
set adding the "simple-mfd" subtree analogous to "simple-bus". I have
not got the attentions of some subsystem maintainers but I'm out of
patience and thus assume they just don't care. However for us in the ARM
OF/DT camp this is of great value.

It is mainly a cleanup, but since the Juno + ARM64 LED support depend
on it that has been added on top, tell me if you prefer that in a separate
pull request and I'll send you two individual ones instead.

Cleanups from Antoine Tenart and Alexandre Belloni depend on this.

Please pull this in.

Yours,
Linus Walleij

The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
tags/simple-mfd

for you to fetch changes up to 6bc267ba08f121c1ecde854abb15cf58f4f07ca1:

  arm64: add LEDs and some trigger support to defconfig (2015-03-25
08:41:20 +0100)

----------------------------------------------------------------
Support for "simple-mfd" compatible subtrees and updates
to drivers and device trees to account for this.

----------------------------------------------------------------
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 |  41 +++++++
 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, 204 insertions(+), 88 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/mfd.txt
--
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] 8+ messages in thread

* [GIT PULL] simple-mfd cleanup
@ 2015-03-25  7:50 ` Linus Walleij
  0 siblings, 0 replies; 8+ messages in thread
From: Linus Walleij @ 2015-03-25  7:50 UTC (permalink / raw)
  To: linux-arm-kernel

Hi ARM SoC maintainers,

as discussed back and forth with Lee Jones & Arnd, here is the patch
set adding the "simple-mfd" subtree analogous to "simple-bus". I have
not got the attentions of some subsystem maintainers but I'm out of
patience and thus assume they just don't care. However for us in the ARM
OF/DT camp this is of great value.

It is mainly a cleanup, but since the Juno + ARM64 LED support depend
on it that has been added on top, tell me if you prefer that in a separate
pull request and I'll send you two individual ones instead.

Cleanups from Antoine Tenart and Alexandre Belloni depend on this.

Please pull this in.

Yours,
Linus Walleij

The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
tags/simple-mfd

for you to fetch changes up to 6bc267ba08f121c1ecde854abb15cf58f4f07ca1:

  arm64: add LEDs and some trigger support to defconfig (2015-03-25
08:41:20 +0100)

----------------------------------------------------------------
Support for "simple-mfd" compatible subtrees and updates
to drivers and device trees to account for this.

----------------------------------------------------------------
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 |  41 +++++++
 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, 204 insertions(+), 88 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/mfd.txt

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

* Re: [GIT PULL] simple-mfd cleanup
  2015-03-25  7:50 ` Linus Walleij
@ 2015-04-08 11:19     ` Linus Walleij
  -1 siblings, 0 replies; 8+ messages in thread
From: Linus Walleij @ 2015-04-08 11:19 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Lee Jones,
	Antoine Ténart, Alexandre Belloni, Bjorn Andersson,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Bryan Wu

On Wed, Mar 25, 2015 at 8:50 AM, Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> wrote:

> Cleanups from Antoine Tenart and Alexandre Belloni depend on this.
>
> Please pull this in.

Ping on this. The OF patch is ACKed by Grant:
http://marc.info/?l=devicetree&m=142755431728537&w=2

Yours,
Linus Walleij
--
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] 8+ messages in thread

* [GIT PULL] simple-mfd cleanup
@ 2015-04-08 11:19     ` Linus Walleij
  0 siblings, 0 replies; 8+ messages in thread
From: Linus Walleij @ 2015-04-08 11:19 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Mar 25, 2015 at 8:50 AM, Linus Walleij <linus.walleij@linaro.org> wrote:

> Cleanups from Antoine Tenart and Alexandre Belloni depend on this.
>
> Please pull this in.

Ping on this. The OF patch is ACKed by Grant:
http://marc.info/?l=devicetree&m=142755431728537&w=2

Yours,
Linus Walleij

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

* Re: [GIT PULL] simple-mfd cleanup
  2015-04-08 11:19     ` Linus Walleij
@ 2015-04-13 23:30         ` Arnd Bergmann
  -1 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2015-04-13 23:30 UTC (permalink / raw)
  To: Linus Walleij
  Cc: arm-DgEjT+Ai2ygdnm+yROfE0A,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Lee Jones,
	Antoine Ténart, Alexandre Belloni, Bjorn Andersson,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Bryan Wu

On Wednesday 08 April 2015, Linus Walleij wrote:
> On Wed, Mar 25, 2015 at 8:50 AM, Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> wrote:
> 
> > Cleanups from Antoine Tenart and Alexandre Belloni depend on this.
> >
> > Please pull this in.
> 
> Ping on this. The OF patch is ACKed by Grant:
> http://marc.info/?l=devicetree&amp;m=142755431728537&amp;w=2
> 

Somehow we completely missed this one, sorry about that. I really wanted to
have it merged, but it's too late now, especially as the patches were not
in linux-next already.

Please send again after rebasing on top of -rc1.

	Arnd
--
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] 8+ messages in thread

* [GIT PULL] simple-mfd cleanup
@ 2015-04-13 23:30         ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2015-04-13 23:30 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday 08 April 2015, Linus Walleij wrote:
> On Wed, Mar 25, 2015 at 8:50 AM, Linus Walleij <linus.walleij@linaro.org> wrote:
> 
> > Cleanups from Antoine Tenart and Alexandre Belloni depend on this.
> >
> > Please pull this in.
> 
> Ping on this. The OF patch is ACKed by Grant:
> http://marc.info/?l=devicetree&amp;m=142755431728537&amp;w=2
> 

Somehow we completely missed this one, sorry about that. I really wanted to
have it merged, but it's too late now, especially as the patches were not
in linux-next already.

Please send again after rebasing on top of -rc1.

	Arnd

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

* Re: [GIT PULL] simple-mfd cleanup
  2015-04-13 23:30         ` Arnd Bergmann
@ 2015-04-15  8:07             ` Linus Walleij
  -1 siblings, 0 replies; 8+ messages in thread
From: Linus Walleij @ 2015-04-15  8:07 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: arm-DgEjT+Ai2ygdnm+yROfE0A,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Lee Jones,
	Antoine Ténart, Alexandre Belloni, Bjorn Andersson,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Bryan Wu

On Tue, Apr 14, 2015 at 1:30 AM, Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> wrote:
> On Wednesday 08 April 2015, Linus Walleij wrote:
>> On Wed, Mar 25, 2015 at 8:50 AM, Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> wrote:
>>
>> > Cleanups from Antoine Tenart and Alexandre Belloni depend on this.
>> >
>> > Please pull this in.
>>
>> Ping on this. The OF patch is ACKed by Grant:
>> http://marc.info/?l=devicetree&amp;m=142755431728537&amp;w=2
>>
>
> Somehow we completely missed this one, sorry about that. I really wanted to
> have it merged, but it's too late now, especially as the patches were not
> in linux-next already.
>
> Please send again after rebasing on top of -rc1.

Sure thing, let's pull this and the dependent cleanups early for 4.2
and it'll all be nice.

Yours,
Linus Walleij
--
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] 8+ messages in thread

* [GIT PULL] simple-mfd cleanup
@ 2015-04-15  8:07             ` Linus Walleij
  0 siblings, 0 replies; 8+ messages in thread
From: Linus Walleij @ 2015-04-15  8:07 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Apr 14, 2015 at 1:30 AM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Wednesday 08 April 2015, Linus Walleij wrote:
>> On Wed, Mar 25, 2015 at 8:50 AM, Linus Walleij <linus.walleij@linaro.org> wrote:
>>
>> > Cleanups from Antoine Tenart and Alexandre Belloni depend on this.
>> >
>> > Please pull this in.
>>
>> Ping on this. The OF patch is ACKed by Grant:
>> http://marc.info/?l=devicetree&amp;m=142755431728537&amp;w=2
>>
>
> Somehow we completely missed this one, sorry about that. I really wanted to
> have it merged, but it's too late now, especially as the patches were not
> in linux-next already.
>
> Please send again after rebasing on top of -rc1.

Sure thing, let's pull this and the dependent cleanups early for 4.2
and it'll all be nice.

Yours,
Linus Walleij

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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-25  7:50 [GIT PULL] simple-mfd cleanup Linus Walleij
2015-03-25  7:50 ` Linus Walleij
     [not found] ` <CACRpkdYd3eHZK6vcJQDtuPQXa2GoGA3sEPb8yu8r21CmWpfvNA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-04-08 11:19   ` Linus Walleij
2015-04-08 11:19     ` Linus Walleij
     [not found]     ` <CACRpkdaP3hnj30E0pN0c9q3XeMW1hqOv_yqT+smLMEjCv=102A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-04-13 23:30       ` Arnd Bergmann
2015-04-13 23:30         ` Arnd Bergmann
     [not found]         ` <201504140130.20059.arnd-r2nGTMty4D4@public.gmane.org>
2015-04-15  8:07           ` Linus Walleij
2015-04-15  8:07             ` 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.