linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Add support for the TI TPS65086 PMIC
@ 2015-10-30 22:41 Andrew F. Davis
       [not found] ` <1446244904-29315-1-git-send-email-afd-l0cyMroinI0@public.gmane.org>
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Andrew F. Davis @ 2015-10-30 22:41 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Linus Walleij, Alexandre Courbot, Samuel Ortiz, Lee Jones,
	Liam Girdwood, Mark Brown
  Cc: devicetree, linux-gpio, linux-kernel, Andrew F. Davis

This series adds support for the TPS65086 PMIC. It is a MFD with an I2C
interface, several regulators and load switches, and a GPO controller.

Based on v4.3-rc1 and needs b4fe8ba ("regmap: Add generic macro to define regmap_irq")
from Lee Jones' tree to build.

v1 can be found here: [1]

Changes from v1:
 - Split up DT Docs into separate patches
 - Use mfd core to instantiate sub-devices
 - Several small fixes as discussed in v1 thread

[1] http://www.spinics.net/lists/devicetree/msg98403.html

Andrew F. Davis (6):
  Documentation: tps65086: Add DT bindings for the TPS65086 PMIC
  Documentation: tps65086: Add DT bindings for the TPS65086 regulators
  Documentation: tps65086: Add DT bindings for the TPS65086 GPO
    controller
  mfd: tps65086: Add driver for the TPS65086 PMIC
  regulator: tps65086: Add regulator driver for the TPS65086 PMIC
  gpio: tps65086: Add GPIO driver for the TPS65086 PMIC

 .../devicetree/bindings/gpio/gpio-tps65086.txt     |  16 ++
 Documentation/devicetree/bindings/mfd/tps65086.txt |  46 ++++
 .../bindings/regulator/tps65086-regulator.txt      |  35 +++
 drivers/gpio/Kconfig                               |   6 +
 drivers/gpio/Makefile                              |   1 +
 drivers/gpio/gpio-tps65086.c                       | 115 +++++++++
 drivers/mfd/Kconfig                                |  14 ++
 drivers/mfd/Makefile                               |   1 +
 drivers/mfd/tps65086.c                             | 157 +++++++++++++
 drivers/regulator/Kconfig                          |   7 +
 drivers/regulator/Makefile                         |   1 +
 drivers/regulator/tps65086-regulator.c             | 260 +++++++++++++++++++++
 include/linux/mfd/tps65086.h                       | 120 ++++++++++
 13 files changed, 779 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/gpio/gpio-tps65086.txt
 create mode 100644 Documentation/devicetree/bindings/mfd/tps65086.txt
 create mode 100644 Documentation/devicetree/bindings/regulator/tps65086-regulator.txt
 create mode 100644 drivers/gpio/gpio-tps65086.c
 create mode 100644 drivers/mfd/tps65086.c
 create mode 100644 drivers/regulator/tps65086-regulator.c
 create mode 100644 include/linux/mfd/tps65086.h

-- 
1.9.1

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

end of thread, other threads:[~2015-11-03 17:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-30 22:41 [PATCH v2 0/6] Add support for the TI TPS65086 PMIC Andrew F. Davis
     [not found] ` <1446244904-29315-1-git-send-email-afd-l0cyMroinI0@public.gmane.org>
2015-10-30 22:41   ` [PATCH v2 1/6] Documentation: tps65086: Add DT bindings for the " Andrew F. Davis
2015-10-30 22:41 ` [PATCH v2 2/6] Documentation: tps65086: Add DT bindings for the TPS65086 regulators Andrew F. Davis
2015-10-30 22:41 ` [PATCH v2 3/6] Documentation: tps65086: Add DT bindings for the TPS65086 GPO controller Andrew F. Davis
2015-10-30 22:41 ` [PATCH v2 4/6] mfd: tps65086: Add driver for the TPS65086 PMIC Andrew F. Davis
2015-10-30 22:41 ` [PATCH v2 5/6] regulator: tps65086: Add regulator " Andrew F. Davis
2015-11-01  2:37   ` Mark Brown
2015-11-03 15:57     ` Andrew F. Davis
     [not found]       ` <5638D97A.8040306-l0cyMroinI0@public.gmane.org>
2015-11-03 16:31         ` Mark Brown
2015-11-03 17:57           ` Andrew F. Davis
2015-10-30 22:41 ` [PATCH v2 6/6] gpio: tps65086: Add GPIO " Andrew F. Davis

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