Re: [PATCH 5/5] regulator: 88pm800: Add support for configuration of dual phase on BUCK1

2015-07-16 Thread Vaibhav Hiremath
On Friday 17 July 2015 02:02 AM, Mark Brown wrote: On Thu, Jul 16, 2015 at 11:46:58PM +0530, Vaibhav Hiremath wrote: .disable= regulator_disable_regmap, .is_enabled = regulator_is_enabled_regmap, .get_current_limit =

Re: [PATCH 5/5] regulator: 88pm800: Add support for configuration of dual phase on BUCK1

2015-07-16 Thread Mark Brown
On Thu, Jul 16, 2015 at 11:46:58PM +0530, Vaibhav Hiremath wrote: > .disable= regulator_disable_regmap, > .is_enabled = regulator_is_enabled_regmap, > .get_current_limit = pm800_get_current_limit, > + .set_current_limit =

[PATCH 5/5] regulator: 88pm800: Add support for configuration of dual phase on BUCK1

2015-07-16 Thread Vaibhav Hiremath
88PM860 device supports dual phase mode on BUCK1 output. In normal usecase, BUCK1A and BUCK1B operates independently with 3A capacity. And they both can work as a dual phase providing 6A capacity. This patch adds support for regulator_ops.set_current_limit() callback fn, in turn enabling support

Re: [PATCH 5/5] regulator: 88pm800: Add support for configuration of dual phase on BUCK1

2015-07-16 Thread Mark Brown
On Thu, Jul 16, 2015 at 11:46:58PM +0530, Vaibhav Hiremath wrote: .disable= regulator_disable_regmap, .is_enabled = regulator_is_enabled_regmap, .get_current_limit = pm800_get_current_limit, + .set_current_limit =

[PATCH 5/5] regulator: 88pm800: Add support for configuration of dual phase on BUCK1

2015-07-16 Thread Vaibhav Hiremath
88PM860 device supports dual phase mode on BUCK1 output. In normal usecase, BUCK1A and BUCK1B operates independently with 3A capacity. And they both can work as a dual phase providing 6A capacity. This patch adds support for regulator_ops.set_current_limit() callback fn, in turn enabling support

Re: [PATCH 5/5] regulator: 88pm800: Add support for configuration of dual phase on BUCK1

2015-07-16 Thread Vaibhav Hiremath
On Friday 17 July 2015 02:02 AM, Mark Brown wrote: On Thu, Jul 16, 2015 at 11:46:58PM +0530, Vaibhav Hiremath wrote: .disable= regulator_disable_regmap, .is_enabled = regulator_is_enabled_regmap, .get_current_limit =