All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/3] Add support for the TI TPS65086 PMIC
@ 2016-01-25 15:50 ` Andrew F. Davis
  0 siblings, 0 replies; 22+ messages in thread
From: Andrew F. Davis @ 2016-01-25 15:50 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.

v1 can be found here: [1] v2: [2] v3: [3] v4: [4] v5: [5]

Changes from v5:
 - Now complies with gpiolib changes
 - Rebase on v4.5-rc1

Changes from v4:
 - Typo fixes in bindings
 - Regulator driver is now just an update stub
 - Use .parent in GPIO driver

Changes from v3:
 - Removed compatible strings from DT sub-nodes
 - Rearranged DT bindings
 - Small fixes

Changes from v2:
 - Use DT match callback in regulator
 - Typo fixes

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
[2] http://www.spinics.net/lists/kernel/msg2111345.html
[3] https://lkml.org/lkml/2015/11/4/393
[4] http://www.spinics.net/lists/devicetree/msg103186.html
[5] https://lkml.org/lkml/2015/12/1/576

Andrew F. Davis (3):
  Documentation: tps65086: Add DT bindings for the TPS65086 PMIC
  mfd: tps65086: Add driver for the TPS65086 PMIC
  gpio: tps65086: Add GPO driver for the TPS65086 PMIC

 Documentation/devicetree/bindings/mfd/tps65086.txt |  55 ++++++++
 drivers/gpio/Kconfig                               |   6 +
 drivers/gpio/Makefile                              |   1 +
 drivers/gpio/gpio-tps65086.c                       | 144 ++++++++++++++++++++
 drivers/mfd/Kconfig                                |  13 ++
 drivers/mfd/Makefile                               |   1 +
 drivers/mfd/tps65086.c                             | 149 +++++++++++++++++++++
 include/linux/mfd/tps65086.h                       | 117 ++++++++++++++++
 8 files changed, 486 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mfd/tps65086.txt
 create mode 100644 drivers/gpio/gpio-tps65086.c
 create mode 100644 drivers/mfd/tps65086.c
 create mode 100644 include/linux/mfd/tps65086.h

-- 
2.7.0

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

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

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-25 15:50 [PATCH v6 0/3] Add support for the TI TPS65086 PMIC Andrew F. Davis
2016-01-25 15:50 ` Andrew F. Davis
2016-01-25 15:50 ` [PATCH v6 1/3] Documentation: tps65086: Add DT bindings for the " Andrew F. Davis
2016-01-25 15:50   ` Andrew F. Davis
     [not found]   ` <1453737012-3130-2-git-send-email-afd-l0cyMroinI0@public.gmane.org>
2016-01-26 14:02     ` Lee Jones
2016-01-26 14:02       ` Lee Jones
2016-01-27  7:28   ` Lee Jones
2016-01-27  7:28     ` Lee Jones
2016-01-25 15:50 ` [PATCH v6 2/3] mfd: tps65086: Add driver " Andrew F. Davis
2016-01-25 15:50   ` Andrew F. Davis
2016-01-27  7:29   ` Lee Jones
2016-01-27  7:29     ` Lee Jones
2016-01-25 15:50 ` [PATCH v6 3/3] gpio: tps65086: Add GPO " Andrew F. Davis
2016-01-25 15:50   ` Andrew F. Davis
2016-01-26 14:03   ` Lee Jones
2016-01-26 14:03     ` Lee Jones
2016-01-26 14:38     ` Andrew F. Davis
2016-01-26 14:38       ` Andrew F. Davis
     [not found]       ` <56A784CC.4090902-l0cyMroinI0@public.gmane.org>
2016-01-27  7:29         ` Lee Jones
2016-01-27  7:29           ` Lee Jones
2016-02-05 14:43   ` Linus Walleij
2016-02-06 16:11     ` Andrew F. Davis

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.