Re: [PATCH] regulator: gpio: bugfix: add gpios-status for DT

2014-02-04 Thread Mark Brown
On Thu, Jan 30, 2014 at 09:25:14PM -0800, Kuninori Morimoto wrote: > From: Kuninori Morimoto > > config->gpios[x].flags indicates initial pin status, > and it will be used for drvdata->state > on gpio_regulator_probe(). I've applied this, thanks. However, a couple of things that it'd be nice

Re: [PATCH] regulator: gpio: bugfix: add gpios-status for DT

2014-02-04 Thread Mark Brown
On Thu, Jan 30, 2014 at 09:25:14PM -0800, Kuninori Morimoto wrote: From: Kuninori Morimoto kuninori.morimoto...@renesas.com config-gpios[x].flags indicates initial pin status, and it will be used for drvdata-state on gpio_regulator_probe(). I've applied this, thanks. However, a couple of

[PATCH] regulator: gpio: bugfix: add gpios-status for DT

2014-01-30 Thread Kuninori Morimoto
From: Kuninori Morimoto config->gpios[x].flags indicates initial pin status, and it will be used for drvdata->state on gpio_regulator_probe(). But, current of_get_gpio_regulator_config() doesn't care about this flags. This patch adds new gpios-status property in order to care about initial pin

[PATCH] regulator: gpio: bugfix: add gpios-status for DT

2014-01-30 Thread Kuninori Morimoto
From: Kuninori Morimoto kuninori.morimoto...@renesas.com config-gpios[x].flags indicates initial pin status, and it will be used for drvdata-state on gpio_regulator_probe(). But, current of_get_gpio_regulator_config() doesn't care about this flags. This patch adds new gpios-status property in