From: lee.jones@linaro.org (Lee Jones)
To: linus-amlogic@lists.infradead.org
Subject: [GIT PULL] Immutable branch between MFD, Regulator and ARM for v4.8
Date: Wed, 29 Jun 2016 17:25:16 +0100 [thread overview]
Message-ID: <20160629162516.GB1707@dell> (raw)
In-Reply-To: <20160629055322.23038-1-stefan@agner.ch>
Enjoy!
The following changes since commit af8c34ce6ae32addda3788d54a7e340cad22516b:
Linux 4.7-rc2 (2016-06-05 14:31:26 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-regulator-arm-v4.8
for you to fetch changes up to a370f60a58ec7bad7045803041524ccdc4d79c75:
mfd: rn5t618: Register restart handler (2016-06-29 10:11:35 +0100)
----------------------------------------------------------------
Immutable branch between MFD, Regulator and ARM, due for v4.8
----------------------------------------------------------------
Stefan Agner (5):
ARM: dts: meson: minix-neo-x8: define PMIC as power controller
mfd: rn5t618: Add Ricoh RN5T567 PMIC support
regulator: rn5t618: Add RN5T567 PMIC support
mfd: rn5t618: Register power off callback optionally
mfd: rn5t618: Register restart handler
Documentation/devicetree/bindings/mfd/rn5t618.txt | 19 +++---
arch/arm/boot/dts/meson8-minix-neo-x8.dts | 1 +
drivers/mfd/Kconfig | 7 ++-
drivers/mfd/rn5t618.c | 70 +++++++++++++++++++----
drivers/regulator/Kconfig | 5 +-
drivers/regulator/rn5t618-regulator.c | 40 +++++++++++--
include/linux/mfd/rn5t618.h | 13 +++++
7 files changed, 126 insertions(+), 29 deletions(-)
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
WARNING: multiple messages have this Message-ID (diff)
From: lee.jones@linaro.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Immutable branch between MFD, Regulator and ARM for v4.8
Date: Wed, 29 Jun 2016 17:25:16 +0100 [thread overview]
Message-ID: <20160629162516.GB1707@dell> (raw)
In-Reply-To: <20160629055322.23038-1-stefan@agner.ch>
Enjoy!
The following changes since commit af8c34ce6ae32addda3788d54a7e340cad22516b:
Linux 4.7-rc2 (2016-06-05 14:31:26 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-regulator-arm-v4.8
for you to fetch changes up to a370f60a58ec7bad7045803041524ccdc4d79c75:
mfd: rn5t618: Register restart handler (2016-06-29 10:11:35 +0100)
----------------------------------------------------------------
Immutable branch between MFD, Regulator and ARM, due for v4.8
----------------------------------------------------------------
Stefan Agner (5):
ARM: dts: meson: minix-neo-x8: define PMIC as power controller
mfd: rn5t618: Add Ricoh RN5T567 PMIC support
regulator: rn5t618: Add RN5T567 PMIC support
mfd: rn5t618: Register power off callback optionally
mfd: rn5t618: Register restart handler
Documentation/devicetree/bindings/mfd/rn5t618.txt | 19 +++---
arch/arm/boot/dts/meson8-minix-neo-x8.dts | 1 +
drivers/mfd/Kconfig | 7 ++-
drivers/mfd/rn5t618.c | 70 +++++++++++++++++++----
drivers/regulator/Kconfig | 5 +-
drivers/regulator/rn5t618-regulator.c | 40 +++++++++++--
include/linux/mfd/rn5t618.h | 13 +++++
7 files changed, 126 insertions(+), 29 deletions(-)
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Stefan Agner <stefan@agner.ch>
Cc: lgirdwood@gmail.com, broonie@kernel.org, khilman@baylibre.com,
carlo@caione.org, b.galvani@gmail.com, max.oss.09@gmail.com,
marcel@ziswiler.com, linux@armlinux.org.uk, galak@codeaurora.org,
ijc+devicetree@hellion.org.uk, mark.rutland@arm.com,
pawel.moll@arm.com, robh+dt@kernel.org, linux@roeck-us.net,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-amlogic@lists.infradead.org
Subject: [GIT PULL] Immutable branch between MFD, Regulator and ARM for v4.8
Date: Wed, 29 Jun 2016 17:25:16 +0100 [thread overview]
Message-ID: <20160629162516.GB1707@dell> (raw)
In-Reply-To: <20160629055322.23038-1-stefan@agner.ch>
Enjoy!
The following changes since commit af8c34ce6ae32addda3788d54a7e340cad22516b:
Linux 4.7-rc2 (2016-06-05 14:31:26 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-regulator-arm-v4.8
for you to fetch changes up to a370f60a58ec7bad7045803041524ccdc4d79c75:
mfd: rn5t618: Register restart handler (2016-06-29 10:11:35 +0100)
----------------------------------------------------------------
Immutable branch between MFD, Regulator and ARM, due for v4.8
----------------------------------------------------------------
Stefan Agner (5):
ARM: dts: meson: minix-neo-x8: define PMIC as power controller
mfd: rn5t618: Add Ricoh RN5T567 PMIC support
regulator: rn5t618: Add RN5T567 PMIC support
mfd: rn5t618: Register power off callback optionally
mfd: rn5t618: Register restart handler
Documentation/devicetree/bindings/mfd/rn5t618.txt | 19 +++---
arch/arm/boot/dts/meson8-minix-neo-x8.dts | 1 +
drivers/mfd/Kconfig | 7 ++-
drivers/mfd/rn5t618.c | 70 +++++++++++++++++++----
drivers/regulator/Kconfig | 5 +-
drivers/regulator/rn5t618-regulator.c | 40 +++++++++++--
include/linux/mfd/rn5t618.h | 13 +++++
7 files changed, 126 insertions(+), 29 deletions(-)
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
next prev parent reply other threads:[~2016-06-29 16:25 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-29 5:53 [PATCH v5 0/5] regulator: add Ricoh RN5T567 PMIC support Stefan Agner
2016-06-29 5:53 ` Stefan Agner
2016-06-29 5:53 ` Stefan Agner
2016-06-29 5:53 ` [PATCH v5 1/5] ARM: dts: meson: minix-neo-x8: define PMIC as power controller Stefan Agner
2016-06-29 5:53 ` Stefan Agner
2016-06-29 5:53 ` Stefan Agner
2016-06-29 5:53 ` [PATCH v5 2/5] mfd: add Ricoh RN5T567 PMIC support Stefan Agner
2016-06-29 5:53 ` Stefan Agner
2016-06-29 5:53 ` Stefan Agner
2016-06-29 5:53 ` [PATCH v5 3/5] regulator: rn5t618: add " Stefan Agner
2016-06-29 5:53 ` Stefan Agner
2016-06-29 5:53 ` Stefan Agner
2016-06-29 5:53 ` [PATCH v5 4/5] mfd: rn5t618: register power off callback optionally Stefan Agner
2016-06-29 5:53 ` Stefan Agner
2016-06-29 5:53 ` Stefan Agner
2016-06-29 5:53 ` Stefan Agner
2016-06-29 5:53 ` [PATCH v5 5/5] mfd: rn5t618: register restart handler Stefan Agner
2016-06-29 5:53 ` Stefan Agner
2016-06-29 5:53 ` Stefan Agner
2016-06-29 18:05 ` Applied "mfd: rn5t618: Register restart handler" to the regulator tree Mark Brown
2016-06-29 18:05 ` Mark Brown
2016-06-29 18:05 ` Mark Brown
2016-06-29 18:05 ` Mark Brown
2016-06-29 8:12 ` [PATCH v5 0/5] regulator: add Ricoh RN5T567 PMIC support Lee Jones
2016-06-29 8:12 ` Lee Jones
2016-06-29 8:12 ` Lee Jones
2016-06-29 8:15 ` Stefan Agner
2016-06-29 8:15 ` Stefan Agner
2016-06-29 8:15 ` Stefan Agner
2016-06-29 16:25 ` Lee Jones [this message]
2016-06-29 16:25 ` [GIT PULL] Immutable branch between MFD, Regulator and ARM for v4.8 Lee Jones
2016-06-29 16:25 ` Lee Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160629162516.GB1707@dell \
--to=lee.jones@linaro.org \
--cc=linus-amlogic@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.