[PATCH V1] regulator: pv88080: Update regulator for PV88080 BB silicon support

2016-09-20 Thread Eric Jeong
From: Eric Jeong Three files are modified, the driver, header file and the binding document. Updates for the regulator source file include and .of_match_table entry and node match checking in the probe() function for a compatible pv88080 silicon type. A new "HVBUCK" is added in s

[PATCH V2] regulator: pv88080: Update regulator for PV88080 BB silicon support

2016-09-26 Thread Eric Jeong
From: Eric Jeong Three files are modified, the driver, header file and the binding document. Updates for the regulator source file include and .of_match_table entry and node match checking in the probe() function for a compatible pv88080 silicon type. A new "HVBUCK" is added in s

[PATCH V1 0/3] slg51000: regulator driver submission

2019-04-15 Thread Eric Jeong
From: Eric Jeong This patch adds support for the Dialog SLG51000 regulator device. In this patch set the following is provided: [PATCH V1 1/3] MAINTAINERS file update for SLG51000 [PATCH V1 2/3] SLG51000 DT binding [PATCH V1 3/3] SLG51000 regulator driver This patch applies against linux-next

[PATCH V1 2/3] Documentation: devicetree: regulator: add binding for slg51000

2019-04-15 Thread Eric Jeong
From: Eric Jeong Add device tree binding information for slg51000 regulator driver. Signed-off-by: Eric Jeong --- This patch applies against linux-next and next-20190415 .../devicetree/bindings/regulator/slg51000.txt | 88 1 file changed, 88 insertions

[PATCH V1 1/3] MAINTAINERS: slg51000 updates to the Dialog Semiconductor search terms

2019-04-15 Thread Eric Jeong
From: Eric Jeong This patch adds the slg51000 bindings doc and driver to the Dialog Semiconductor support list. Signed-off-by: Eric Jeong --- MAINTAINERS |2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 002d564..9783eba 100644 --- a/MAINTAINERS

[PATCH V1 3/3] regulator: slg51000: add slg51000 regulator driver

2019-04-15 Thread Eric Jeong
From: Eric Jeong Adding regulator driver for the device Dialog SLG51000. The SLG51000 device contains seven compact and customizable low dropout regulators and is designed for high performance camera modules and other small multi-rail applications. Signed-off-by: Eric Jeong --- This patch

[PATCH V2 2/3] dt-bindings: regulator: add document bindings for slg51000

2019-04-17 Thread Eric Jeong
Add device tree binding information for slg51000 regulator driver. Example bindings for SLG51000 are added. Signed-off-by: Eric Jeong --- This patch applies against linux-next and next-20190417 v2: No changes. .../devicetree/bindings/regulator/slg51000.txt | 88

[PATCH V2 0/3] slg51000: regulator driver submission

2019-04-17 Thread Eric Jeong
-20190417 Thank you, Eric Jeong, Dialog Semiconductor Ltd. Eric Jeong (3): MAINTAINERS: slg51000 updates to the Dialog Semiconductor search terms dt-bindings: regulator: add document bindings for slg51000 regulator: slg51000: add slg51000 regulator driver .../devicetree/bindings/regulator

[PATCH V2 3/3] regulator: slg51000: add slg51000 regulator driver

2019-04-17 Thread Eric Jeong
Adding regulator driver for the device Dialog SLG51000. The SLG51000 device contains seven compact and customizable low dropout regulators and is designed for high performance camera modules and other small multi-rail applications. Signed-off-by: Eric Jeong --- This patch applies against

[PATCH V2 1/3] MAINTAINERS: slg51000 updates to the Dialog Semiconductor search terms

2019-04-17 Thread Eric Jeong
This patch adds the slg51000 bindings doc and driver to the Dialog Semiconductor support list. Signed-off-by: Eric Jeong --- v2: No changes. MAINTAINERS |2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 349e5d8..ae6b6f9 100644 --- a/MAINTAINERS +++ b

[RESEND PATCH V3 4/4] gpio: pv88080: Add GPIO function support

2016-12-05 Thread Eric Jeong
From: Eric Jeong This patch adds support for PV88080 PMIC GPIOs. PV88080 has two configurable GPIOs. Kconfig and Makefile are updated to reflect support for PV88080 PMIC GPIO. Signed-off-by: Eric Jeong --- This patch applies against linux-next and next-20161117 Hi, Change since PATCH V2

[PATCH V2 4/4] gpio: pv88080: Add GPIO function support

2016-10-26 Thread Eric Jeong
From: Eric Jeong This patch adds support for PV88080 PMIC GPIOs. PV88080 has two configurable GPIOs. Kconfig and Makefile are updated to reflect support for PV88080 PMIC GPIO. Signed-off-by: Eric Jeong --- This patch applies against linux-next and next-20161026 Hi, Change since PATCH V1

[PATCH V2 0/4] pv88080: PV88080 driver submission

2016-10-26 Thread Eric Jeong
From: Eric Jeong 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

[PATCH V2 3/4] regulator: pv88080: Update Regulator driver for MFD support

2016-10-26 Thread Eric Jeong
From: Eric Jeong This change convert from using struct i2c_clinet to using struct platform_device for MFD structure. And, the declaration of of_device_id and regmap_config are also move to MFD driver. The configuration for MASK registers is moved to MFD core. Kconfig is updated to reflect

[PATCH V2 1/4] Documentation: pv88080: Move binding document

2016-10-26 Thread Eric Jeong
From: Eric Jeong The change is to move pv88080 binding document from the regulator directory to mfd binding directory for PV88080 PMIC MFD support. Signed-off-by: Eric Jeong --- This patch applies against linux-next and next-20161026 Hi, Change since PATCH V1 - Patch separated from

[PATCH V2 2/4] mfd: pv88080: MFD core support

2016-10-26 Thread Eric Jeong
From: Eric Jeong This patch adds supports for PV88080 MFD core device. It provides communication through the I2C interface. It contains the following components: - Regulators - Configurable GPIOs Kconfig and Makefile are updated to reflect support for PV88080 PMIC. Signed-off-by

[PATCH V3 3/4] regulator: pv88080: Update Regulator driver for MFD support

2016-11-17 Thread Eric Jeong
From: Eric Jeong This change convert from using struct i2c_clinet to using struct platform_device for MFD structure. And, the declaration of of_device_id and regmap_config are also move to MFD driver. The configuration for MASK registers is moved to MFD core. Kconfig is updated to reflect

[PATCH V3 4/4] gpio: pv88080: Add GPIO function support

2016-11-17 Thread Eric Jeong
From: Eric Jeong This patch adds support for PV88080 PMIC GPIOs. PV88080 has two configurable GPIOs. Kconfig and Makefile are updated to reflect support for PV88080 PMIC GPIO. Signed-off-by: Eric Jeong --- This patch applies against linux-next and next-20161117 Hi, Change since PATCH V2

[PATCH V3 0/4] pv88080: PV88080 driver submission

2016-11-17 Thread Eric Jeong
From: Eric Jeong 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 V3 1/4] Move binding document [PATCH V3 2/4] MFD

[PATCH V3 2/4] mfd: pv88080: MFD core support

2016-11-17 Thread Eric Jeong
From: Eric Jeong This patch adds supports for PV88080 MFD core device. It provides communication through the I2C interface. It contains the following components: - Regulators - Configurable GPIOs Kconfig and Makefile are updated to reflect support for PV88080 PMIC. Signed-off-by

[PATCH V3 1/4] Documentation: pv88080: Move binding document

2016-11-17 Thread Eric Jeong
From: Eric Jeong The change is to move pv88080 binding document from the regulator directory to mfd binding directory for PV88080 PMIC MFD support. And, GPIO properties are added. Signed-off-by: Eric Jeong --- This patch applies against linux-next and next-20161117 Hi, Change since PATCH

[PATCH V1] mfd: pv88080: Expand driver for GPIO function support.

2016-10-24 Thread Eric Jeong
From: Eric Jeong This patch adds support for the PV88080 PMIC. This pathch is done as part of the existing PV88080 regulator driver by expanding the driver for GPIO function support. The MFD core driver provides communication through the I2C interface. and contains the following components

[PATCH V1] regulator: pv88090: Exception handling for out of bounds

2017-08-30 Thread Eric Jeong
From: Eric Jeong This is a patch for exception handlding that the index of array is out of bounds. And the definitions have been updated to use proper device name. Signed-off-by: Eric Jeong --- This patch applies against linux-next and next-20170829 drivers/regulator/pv88090-regulator.c