Re: [PATCH 09/10] regulator: Add LM3631 driver

2014-02-15 Thread Mark Brown
On Fri, Feb 14, 2014 at 03:32:31PM +0900, Milo Kim wrote: > LM3631 regulator driver has 5 regulators. > One boost output and four LDOs are used for the display module. > Boost voltage is configurable but always on. > Supported operations for LDOs are enabled/disabled and voltage change. This

Re: [PATCH 09/10] regulator: Add LM3631 driver

2014-02-15 Thread Mark Brown
On Fri, Feb 14, 2014 at 03:32:31PM +0900, Milo Kim wrote: LM3631 regulator driver has 5 regulators. One boost output and four LDOs are used for the display module. Boost voltage is configurable but always on. Supported operations for LDOs are enabled/disabled and voltage change. This looks

[PATCH 09/10] regulator: Add LM3631 driver

2014-02-13 Thread Milo Kim
LM3631 regulator driver has 5 regulators. One boost output and four LDOs are used for the display module. Boost voltage is configurable but always on. Supported operations for LDOs are enabled/disabled and voltage change. Cc: Mark Brown Signed-off-by: Milo Kim --- drivers/regulator/Kconfig

[PATCH 09/10] regulator: Add LM3631 driver

2014-02-13 Thread Milo Kim
LM3631 regulator driver has 5 regulators. One boost output and four LDOs are used for the display module. Boost voltage is configurable but always on. Supported operations for LDOs are enabled/disabled and voltage change. Cc: Mark Brown broo...@kernel.org Signed-off-by: Milo Kim milo@ti.com