Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1510005
| From | Eric Jeong <eric.jeong.opensource@diasemi.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH V2 0/4] pv88080: PV88080 driver submission |
| Date | 2016-10-27 03:20 +0200 |
| Message-ID | <swHwl-3i2-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH V2 0/4] pv88080: PV88080 driver submission Eric Jeong <eric.jeong.opensource@diasemi.com> - 2016-10-27 03:20 +0200
[PATCH V2 1/4] Documentation: pv88080: Move binding document Eric Jeong <eric.jeong.opensource@diasemi.com> - 2016-10-27 03:20 +0200
Re: [PATCH V2 1/4] Documentation: pv88080: Move binding document Rob Herring <robh@kernel.org> - 2016-10-31 05:50 +0100
RE: [PATCH V2 1/4] Documentation: pv88080: Move binding document Eric Hyeung Dong Jeong <eric.jeong.opensource@diasemi.com> - 2016-11-08 07:30 +0100
[PATCH V2 2/4] mfd: pv88080: MFD core support Eric Jeong <eric.jeong.opensource@diasemi.com> - 2016-10-27 03:20 +0200
Re: [PATCH V2 2/4] mfd: pv88080: MFD core support Linus Walleij <linus.walleij@linaro.org> - 2016-10-27 22:20 +0200
RE: [PATCH V2 2/4] mfd: pv88080: MFD core support Eric Hyeung Dong Jeong <eric.jeong.opensource@diasemi.com> - 2016-11-08 07:20 +0100
Re: [PATCH V2 2/4] mfd: pv88080: MFD core support Linus Walleij <linus.walleij@linaro.org> - 2016-10-28 14:20 +0200
RE: [PATCH V2 2/4] mfd: pv88080: MFD core support Eric Hyeung Dong Jeong <eric.jeong.opensource@diasemi.com> - 2016-11-08 07:20 +0100
csiph-web