mbox

[GIT,PULL] simple-mfd cleanup

Message ID CACRpkdYd3eHZK6vcJQDtuPQXa2GoGA3sEPb8yu8r21CmWpfvNA@mail.gmail.com
State New
Headers show

Pull-request

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

Message

Linus Walleij March 25, 2015, 7:50 a.m. UTC
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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Linus Walleij April 8, 2015, 11:19 a.m. UTC | #1
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
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Linus Walleij April 15, 2015, 8:07 a.m. UTC | #2
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
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html