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

2019-04-17 Thread Eric Hyeung Dong Jeong
On Wednesday, April 17, 2019 12:25 AM +0900, Mark Brown wrote: > On Tue, Apr 16, 2019 at 01:37:27PM +0900, Eric Jeong wrote: > > > +static int slg51000_regulator_is_enabled(struct regulator_dev *rdev) > > +{ > > + struct slg51000 *chip = rdev_get_drvdata(rdev); > > + int ret, id =

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

2016-11-24 Thread Eric Hyeung Dong Jeong
On Monday, November 21, 2016 10:09 PM, Lee Jones Wrote: > > On Fri, 18 Nov 2016, Eric Jeong wrote: > > > > > From: Eric Jeong > > > > This patch adds supports for PV88080 MFD core device. > > > > It provides communication through the I2C interface. > > It

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

2016-11-24 Thread Eric Hyeung Dong Jeong
On Monday, November 21, 2016 10:09 PM, Lee Jones Wrote: > > On Fri, 18 Nov 2016, Eric Jeong wrote: > > > > > From: Eric Jeong > > > > This patch adds supports for PV88080 MFD core device. > > > > It provides communication through the I2C interface. > > It contains the following components: > >

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

2016-11-22 Thread Eric Hyeung Dong Jeong
On Saturday, November 19, 2016 12:39 AM, Rob Herring wrote: > On Fri, Nov 18, 2016 at 09:35:46AM +0900, Eric Jeong wrote: > > > > From: Eric Jeong > > > > The change is to move pv88080 binding document from the regulator > > directory to mfd binding directory

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

2016-11-22 Thread Eric Hyeung Dong Jeong
On Saturday, November 19, 2016 12:39 AM, Rob Herring wrote: > On Fri, Nov 18, 2016 at 09:35:46AM +0900, Eric Jeong wrote: > > > > From: Eric Jeong > > > > The change is to move pv88080 binding document from the regulator > > directory to mfd binding directory for PV88080 PMIC MFD support. > >

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

2016-11-07 Thread Eric Hyeung Dong Jeong
On Monday, October 31, 2016 1:44 PM, Rob Herring wrote: > On Thu, Oct 27, 2016 at 10:03:14AM +0900, Eric Jeong wrote: > > > > From: Eric Jeong > > > > The change is to move pv88080 binding document from the regulator > > directory to mfd binding directory for

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

2016-11-07 Thread Eric Hyeung Dong Jeong
On Monday, October 31, 2016 1:44 PM, Rob Herring wrote: > On Thu, Oct 27, 2016 at 10:03:14AM +0900, Eric Jeong wrote: > > > > From: Eric Jeong > > > > The change is to move pv88080 binding document from the regulator > > directory to mfd binding directory for PV88080 PMIC MFD support. > > > > >

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

2016-11-07 Thread Eric Hyeung Dong Jeong
On Friday, October 28, 2016 9:18 PM, Linus Walleij wrote: > On Thu, Oct 27, 2016 at 3:03 AM, Eric Jeong > wrote: > > > +++ b/drivers/mfd/pv88080-i2c.c > > + > > +static const struct of_device_id pv88080_of_match_table[] = { > > + { .compatible =

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

2016-11-07 Thread Eric Hyeung Dong Jeong
On Friday, October 28, 2016 9:18 PM, Linus Walleij wrote: > On Thu, Oct 27, 2016 at 3:03 AM, Eric Jeong > wrote: > > > +++ b/drivers/mfd/pv88080-i2c.c > > + > > +static const struct of_device_id pv88080_of_match_table[] = { > > + { .compatible = "pvs,pv88080",.data = (void

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

2016-11-07 Thread Eric Hyeung Dong Jeong
On Friday, October 28, 2016 9:11 PM, Linux Walleij wrote: > On Thu, Oct 27, 2016 at 3:03 AM, Eric Jeong > wrote: > > > From: Eric Jeong > > > > This patch adds support for PV88080 PMIC GPIOs. > > PV88080 has two configurable

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

2016-11-07 Thread Eric Hyeung Dong Jeong
On Friday, October 28, 2016 5:11 AM, Linux Walleij wrote: > On Thu, Oct 27, 2016 at 3:03 AM, Eric Jeong > wrote: > > > From: Eric Jeong > > > > This patch adds supports for PV88080 MFD core device. > > > > It provides

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

2016-11-07 Thread Eric Hyeung Dong Jeong
On Friday, October 28, 2016 9:11 PM, Linux Walleij wrote: > On Thu, Oct 27, 2016 at 3:03 AM, Eric Jeong > wrote: > > > From: Eric Jeong > > > > This patch adds support for PV88080 PMIC GPIOs. > > PV88080 has two configurable GPIOs. > > > > Kconfig and Makefile are updated to reflect support

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

2016-11-07 Thread Eric Hyeung Dong Jeong
On Friday, October 28, 2016 5:11 AM, Linux Walleij wrote: > On Thu, Oct 27, 2016 at 3:03 AM, Eric Jeong > wrote: > > > From: Eric Jeong > > > > This patch adds supports for PV88080 MFD core device. > > > > It provides communication through the I2C interface. > > It contains the following

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

2016-11-07 Thread Eric Hyeung Dong Jeong
On Thursday, October 27, 2016 8:04 PM, Mark Brown wrote: > On Thu, Oct 27, 2016 at 10:03:14AM +0900, Eric Jeong wrote: > > > config REGULATOR_PV88080 > > - tristate "Powerventure Semiconductor PV88080 regulator" > > - depends on I2C > > - select REGMAP_I2C > > + bool "Powerventure

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

2016-11-07 Thread Eric Hyeung Dong Jeong
On Thursday, October 27, 2016 8:04 PM, Mark Brown wrote: > On Thu, Oct 27, 2016 at 10:03:14AM +0900, Eric Jeong wrote: > > > config REGULATOR_PV88080 > > - tristate "Powerventure Semiconductor PV88080 regulator" > > - depends on I2C > > - select REGMAP_I2C > > + bool "Powerventure

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

2016-10-25 Thread Eric Hyeung Dong Jeong
On Tuesday, October 25, 2016 3:41 PM, Lee Jones wrote: > On Tue, 25 Oct 2016, Eric Jeong wrote: > > > > > From: Eric Jeong > > > > This patch adds support for the PV88080 PMIC. > > > > This pathch is done as part of the existing PV88080 regulator driver > > by

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

2016-10-25 Thread Eric Hyeung Dong Jeong
On Tuesday, October 25, 2016 3:41 PM, Lee Jones wrote: > On Tue, 25 Oct 2016, Eric Jeong wrote: > > > > > 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

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

2016-09-25 Thread Eric Hyeung Dong Jeong
On September 25, 2016 3:23 AM, Mark Brown wrote: > On Wed, Sep 21, 2016 at 01:44:39PM +0900, Eric Jeong wrote: > > > +#ifdef CONFIG_OF > > +static const struct of_device_id pv88080_dt_ids[] = { > > + { .compatible = "pvs,pv88080-aa", .data = (void *)TYPE_PV88080_AA }, > > + { .compatible =

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

2016-09-25 Thread Eric Hyeung Dong Jeong
On September 25, 2016 3:23 AM, Mark Brown wrote: > On Wed, Sep 21, 2016 at 01:44:39PM +0900, Eric Jeong wrote: > > > +#ifdef CONFIG_OF > > +static const struct of_device_id pv88080_dt_ids[] = { > > + { .compatible = "pvs,pv88080-aa", .data = (void *)TYPE_PV88080_AA }, > > + { .compatible =