devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/4]  pv88080: PV88080 driver submission
@ 2016-10-27  1:03 Eric Jeong
  2016-10-27  1:03 ` [PATCH V2 2/4] mfd: pv88080: MFD core support Eric Jeong
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Eric Jeong @ 2016-10-27  1:03 UTC (permalink / raw)
  To: Alexandre Courbot, DEVICETREE, LINUX-GPIO, LINUX-KERNEL,
	Lee Jones, Liam Girdwood, Linus Walleij, Mark Brown, Mark Rutland,
	Rob Herring
  Cc: Support Opensource

From: Eric Jeong <eric.jeong.opensource@diasemi.com>

This patch set adds support for the PV88080 PMIC.
And, this patch is done as part of the existing PV88080 Regulator
driver by expanding the driver for GPIO function support.

In this patch set the following is provided:

[PATCH V2 1/4] Move binding document
[PATCH V2 2/4] MFD core support
[PATCH V2 3/4] Update regulator driver for MFD support
[PATCH V2 4/4] Add GPIO function support

This patch applies against linux-next and next-20161026

Thank you,
Eric Jeong, Dialog Semiconductor Ltd.

Eric Jeong (4):
  Documentation: pv88080: Move binding document
  mfd: pv88080: MFD core support
  regulator: pv88080: Update Regulator driver for MFD support
  gpio: pv88080: Add GPIO function support

 Documentation/devicetree/bindings/mfd/pv88080.txt  |   63 +++++
 .../devicetree/bindings/regulator/pv88080.txt      |   62 -----
 drivers/gpio/Kconfig                               |   11 +
 drivers/gpio/Makefile                              |    1 +
 drivers/gpio/gpio-pv88080.c                        |  195 ++++++++++++++
 drivers/mfd/Kconfig                                |   12 +
 drivers/mfd/Makefile                               |    2 +
 drivers/mfd/pv88080-core.c                         |  270 ++++++++++++++++++++
 drivers/mfd/pv88080-i2c.c                          |   99 +++++++
 drivers/regulator/Kconfig                          |    5 +-
 drivers/regulator/pv88080-regulator.c              |  202 ++++++---------
 drivers/regulator/pv88080-regulator.h              |  118 ---------
 include/linux/mfd/pv88080.h                        |  236 +++++++++++++++++
 13 files changed, 970 insertions(+), 306 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/pv88080.txt
 delete mode 100644 Documentation/devicetree/bindings/regulator/pv88080.txt
 create mode 100644 drivers/gpio/gpio-pv88080.c
 create mode 100644 drivers/mfd/pv88080-core.c
 create mode 100644 drivers/mfd/pv88080-i2c.c
 delete mode 100644 drivers/regulator/pv88080-regulator.h
 create mode 100644 include/linux/mfd/pv88080.h

-- 
end-of-patch for PATCH V2

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

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

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-27  1:03 [PATCH V2 0/4] pv88080: PV88080 driver submission Eric Jeong
2016-10-27  1:03 ` [PATCH V2 2/4] mfd: pv88080: MFD core support Eric Jeong
     [not found]   ` <6dcaf788e4ebffd5c753e5fc5ae67668f74f7c32.1477530195.git.eric.jeong-WBD+wuPFNBhBDgjK7y7TUQ@public.gmane.org>
2016-10-27 16:52     ` kbuild test robot
2016-10-27 20:11     ` Linus Walleij
2016-11-08  6:08       ` Eric Hyeung Dong Jeong
2016-10-28 12:18   ` Linus Walleij
2016-11-08  6:18     ` Eric Hyeung Dong Jeong
2016-10-27  1:03 ` [PATCH V2 1/4] Documentation: pv88080: Move binding document Eric Jeong
     [not found]   ` <4e0bd042e35f13c06511ca9b3f790b5ceaf34451.1477530195.git.eric.jeong-WBD+wuPFNBhBDgjK7y7TUQ@public.gmane.org>
2016-10-31  4:44     ` Rob Herring
2016-11-08  6:21       ` Eric Hyeung Dong Jeong
2016-10-27  1:03 ` [PATCH V2 3/4] regulator: pv88080: Update Regulator driver for MFD support Eric Jeong
2016-10-27 11:03   ` Mark Brown
     [not found]     ` <20161027110337.GJ25322-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2016-11-08  5:59       ` Eric Hyeung Dong Jeong
2016-11-08 16:37         ` Mark Brown
2016-10-27  1:03 ` [PATCH V2 4/4] gpio: pv88080: Add GPIO function support Eric Jeong
2016-10-28 12:10   ` Linus Walleij
     [not found]     ` <CACRpkdYW_LnT9zLQp=r8xE1o=_hfwGEhOu_w2bp+hRZNN29WLA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-11-08  6:15       ` Eric Hyeung Dong Jeong

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