Re: [U-Boot] [PATCH 1/2] power: regulator: act8846: fix reading values

2016-08-12 Thread Simon Glass
On 8 August 2016 at 15:44, Simon Glass wrote: > On 7 August 2016 at 05:55, John Keeping wrote: >> The voltage and control registers need to be looked up from the value in >> driver_data. Adjust the get_value and get_enable functions to match the >> corresponding set_* functions. >> >> Signed-off

Re: [U-Boot] [PATCH 1/2] power: regulator: act8846: fix reading values

2016-08-08 Thread Simon Glass
On 7 August 2016 at 05:55, John Keeping wrote: > The voltage and control registers need to be looked up from the value in > driver_data. Adjust the get_value and get_enable functions to match the > corresponding set_* functions. > > Signed-off-by: John Keeping > --- > > drivers/power/regulator/

[U-Boot] [PATCH 1/2] power: regulator: act8846: fix reading values

2016-08-07 Thread John Keeping
The voltage and control registers need to be looked up from the value in driver_data. Adjust the get_value and get_enable functions to match the corresponding set_* functions. Signed-off-by: John Keeping --- drivers/power/regulator/act8846.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletio