Re: [PATCH v2 1/4] regulator-core: support shared enable GPIO concept

2013-01-26 Thread Mark Brown
On Tue, Jan 15, 2013 at 04:35:41AM +, Kim, Milo wrote: > A Regulator can be enabled by external GPIO pin. > This is configurable in the regulator_config. Please use subject lines matching the subsystem - not doing this makes it more likely that patches will be missed or responses delayed. F

[PATCH v2 1/4] regulator-core: support shared enable GPIO concept

2013-01-14 Thread Kim, Milo
A Regulator can be enabled by external GPIO pin. This is configurable in the regulator_config. At this moment, this enable GPIO is owned by only one regulator device. In some devices, multiple regulators are enabled by shared one GPIO pin. This patch extends this limitation, enabling shared en