Re: [PATCH v3 0/4] regulator: core: support shared enable GPIO

2013-02-28 Thread Mark Brown
On Mon, Feb 18, 2013 at 06:50:30AM +, Kim, Milo wrote: > A Regulator can be enabled by external GPIO pin which is configurable in the > regulator_config. > At this moment, the GPIO can be owned by only one regulator device. > In some devices like LP8788 LDOs, multiple regulators are enabled by

Re: [PATCH v3 0/4] regulator: core: support shared enable GPIO

2013-02-28 Thread Mark Brown
On Mon, Feb 18, 2013 at 06:50:30AM +, Kim, Milo wrote: A Regulator can be enabled by external GPIO pin which is configurable in the regulator_config. At this moment, the GPIO can be owned by only one regulator device. In some devices like LP8788 LDOs, multiple regulators are enabled by

Re: [PATCH v3 0/4] regulator: core: support shared enable GPIO

2013-02-18 Thread Axel Lin
2013/2/18 Kim, Milo : > A Regulator can be enabled by external GPIO pin which is configurable in the > regulator_config. > At this moment, the GPIO can be owned by only one regulator device. > In some devices like LP8788 LDOs, multiple regulators are enabled by shared > one GPIO pin. > This

Re: [PATCH v3 0/4] regulator: core: support shared enable GPIO

2013-02-18 Thread Axel Lin
2013/2/18 Kim, Milo milo@ti.com: A Regulator can be enabled by external GPIO pin which is configurable in the regulator_config. At this moment, the GPIO can be owned by only one regulator device. In some devices like LP8788 LDOs, multiple regulators are enabled by shared one GPIO pin.

[PATCH v3 0/4] regulator: core: support shared enable GPIO

2013-02-17 Thread Kim, Milo
A Regulator can be enabled by external GPIO pin which is configurable in the regulator_config. At this moment, the GPIO can be owned by only one regulator device. In some devices like LP8788 LDOs, multiple regulators are enabled by shared one GPIO pin. This patch-set enables shared enable GPIO

[PATCH v3 0/4] regulator: core: support shared enable GPIO

2013-02-17 Thread Kim, Milo
A Regulator can be enabled by external GPIO pin which is configurable in the regulator_config. At this moment, the GPIO can be owned by only one regulator device. In some devices like LP8788 LDOs, multiple regulators are enabled by shared one GPIO pin. This patch-set enables shared enable GPIO