Re: [PATCH v2 2/4] regulator: Set ena_gpio_initialized in regulator drivers

2014-11-03 Thread Markus Pargmann
Hi, Sorry for the delay, holiday and so on. On Mon, Oct 13, 2014 at 04:42:35PM +0200, Mark Brown wrote: > On Wed, Oct 08, 2014 at 03:47:06PM +0200, Markus Pargmann wrote: > > > --- a/drivers/regulator/max8952.c > > +++ b/drivers/regulator/max8952.c > > @@ -225,6 +225,8 @@ static int max8952_pmic

Re: [PATCH v2 2/4] regulator: Set ena_gpio_initialized in regulator drivers

2014-10-13 Thread Mark Brown
On Wed, Oct 08, 2014 at 03:47:06PM +0200, Markus Pargmann wrote: > --- a/drivers/regulator/max8952.c > +++ b/drivers/regulator/max8952.c > @@ -225,6 +225,8 @@ static int max8952_pmic_probe(struct i2c_client *client, > config.of_node = client->dev.of_node; > > config.ena_gpio = pdata-

Re: [PATCH v2 2/4] regulator: Set ena_gpio_initialized in regulator drivers

2014-10-09 Thread Markus Pargmann
On Wed, Oct 08, 2014 at 04:53:33PM +0200, Krzysztof Kozlowski wrote: > On śro, 2014-10-08 at 15:47 +0200, Markus Pargmann wrote: > > This patch sets ena_gpio_initialized for all drivers which set a > > ena_gpio from parsed DT properties. Drivers using pdata may get zero > > initialized pdata and th

Re: [PATCH v2 2/4] regulator: Set ena_gpio_initialized in regulator drivers

2014-10-08 Thread Krzysztof Kozlowski
On śro, 2014-10-08 at 15:47 +0200, Markus Pargmann wrote: > This patch sets ena_gpio_initialized for all drivers which set a > ena_gpio from parsed DT properties. Drivers using pdata may get zero > initialized pdata and therefore copy a 0 into the regulator_config > ena_gpio field. > > Signed-off-