Re: [PATCH 11/15] regulator: rohm-regulator: SNVS dvs and linear voltage support

2021-01-15 Thread Matti Vaittinen
Hello All, On Fri, 2021-01-15 at 08:26 +, Lee Jones wrote: > On Fri, 08 Jan 2021, Matti Vaittinen wrote: > > > The helper for obtaining HW-state based DVS voltage levels > > currently only > > works for regulators using linear-ranges. Extend support to > > regulators with > > simple linear

Re: [PATCH 11/15] regulator: rohm-regulator: SNVS dvs and linear voltage support

2021-01-15 Thread Vaittinen, Matti
Hello Lee, Thanks for carefull review! I do appreciate this! On Fri, 2021-01-15 at 08:26 +, Lee Jones wrote: > On Fri, 08 Jan 2021, Matti Vaittinen wrote: > > > The helper for obtaining HW-state based DVS voltage levels > > currently only > > works for regulators using linear-ranges. Extend

Re: [PATCH 11/15] regulator: rohm-regulator: SNVS dvs and linear voltage support

2021-01-15 Thread Lee Jones
On Fri, 08 Jan 2021, Matti Vaittinen wrote: > The helper for obtaining HW-state based DVS voltage levels currently only > works for regulators using linear-ranges. Extend support to regulators with > simple linear mappings and add also proper error path if pickable-ranges > regulators call this.

[PATCH 11/15] regulator: rohm-regulator: SNVS dvs and linear voltage support

2021-01-08 Thread Matti Vaittinen
The helper for obtaining HW-state based DVS voltage levels currently only works for regulators using linear-ranges. Extend support to regulators with simple linear mappings and add also proper error path if pickable-ranges regulators call this. Signed-off-by: Matti Vaittinen ---