Re: [PATCH 1/2] regulator: core: Introduce set_load op

2015-02-23 Thread Mark Brown
On Wed, Feb 11, 2015 at 07:39:12PM -0800, Bjorn Andersson wrote: > Expose the requested load directly to the regulator implementation for > hardware that does not support the normal enum based set_mode(). Applied both, thanks! signature.asc Description: Digital signature

Re: [PATCH 1/2] regulator: core: Introduce set_load op

2015-02-23 Thread Mark Brown
On Wed, Feb 11, 2015 at 07:39:12PM -0800, Bjorn Andersson wrote: Expose the requested load directly to the regulator implementation for hardware that does not support the normal enum based set_mode(). Applied both, thanks! signature.asc Description: Digital signature

[PATCH 1/2] regulator: core: Introduce set_load op

2015-02-11 Thread Bjorn Andersson
Expose the requested load directly to the regulator implementation for hardware that does not support the normal enum based set_mode(). Signed-off-by: Bjorn Andersson --- drivers/regulator/core.c | 39 --- include/linux/regulator/driver.h | 3 +++ 2

[PATCH 1/2] regulator: core: Introduce set_load op

2015-02-11 Thread Bjorn Andersson
Expose the requested load directly to the regulator implementation for hardware that does not support the normal enum based set_mode(). Signed-off-by: Bjorn Andersson bjorn.anders...@sonymobile.com --- drivers/regulator/core.c | 39 ---