linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] regulator: add Ricoh RN5T567 PMIC support
@ 2016-06-08  1:04 Stefan Agner
  2016-06-08  1:04 ` [PATCH v2 1/5] ARM: dts: meson: minix-neo-x8: define PMIC as power controller Stefan Agner
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Stefan Agner @ 2016-06-08  1:04 UTC (permalink / raw)
  To: lee.jones, lgirdwood, broonie, khilman, carlo
  Cc: b.galvani, max.oss.09, marcel, linux, galak, ijc+devicetree,
	mark.rutland, pawel.moll, robh+dt, devicetree, linux-kernel,
	linux-arm-kernel, linux-amlogic, Stefan Agner

This patchset adds RN5T567 PMIC support which is used on the 
Toradex Colibri iMX7S/iMX7D modules. The existing RN5T618 is from
the same family, hence this patchset uses the same driver and adds
variant support.

The Colibris currently do not use the PMIC's power off capabilities,
hence this patchset also makes the use of system-power-controller
property mandatory if the power off capabilties are required.

Changes since v1:
- Removed obsolete include <asm/system_misc.h>

Stefan Agner (5):
  ARM: dts: meson: minix-neo-x8: define PMIC as power controller
  mfd: 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                             | 68 +++++++++++++++++++----
 drivers/regulator/Kconfig                         |  5 +-
 drivers/regulator/rn5t618-regulator.c             | 40 +++++++++++--
 include/linux/mfd/rn5t618.h                       | 13 +++++
 7 files changed, 124 insertions(+), 29 deletions(-)

-- 
2.8.3

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

end of thread, other threads:[~2016-06-20  9:02 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-08  1:04 [PATCH v2 0/5] regulator: add Ricoh RN5T567 PMIC support Stefan Agner
2016-06-08  1:04 ` [PATCH v2 1/5] ARM: dts: meson: minix-neo-x8: define PMIC as power controller Stefan Agner
2016-06-08  1:04 ` [PATCH v2 2/5] mfd: add Ricoh RN5T567 PMIC support Stefan Agner
2016-06-08 20:22   ` Rob Herring
2016-06-08 21:47     ` Stefan Agner
2016-06-16 14:55   ` Lee Jones
2016-06-19  0:57     ` Stefan Agner
2016-06-08  1:04 ` [PATCH v2 3/5] regulator: rn5t618: add " Stefan Agner
2016-06-16 14:56   ` Lee Jones
2016-06-08  1:04 ` [PATCH v2 4/5] mfd: rn5t618: register power off callback optionally Stefan Agner
2016-06-16 14:59   ` Lee Jones
2016-06-19  1:08     ` Stefan Agner
2016-06-20  9:00       ` Lee Jones
2016-06-08  1:04 ` [PATCH v2 5/5] mfd: rn5t618: register restart handler Stefan Agner
2016-06-16 15:03   ` Lee Jones

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