Re: [RFC PATCH v1 2/3] regulator: add regulator_desc_list_voltage_linear_range

2019-02-12 Thread Mark Brown
On Tue, Feb 12, 2019 at 04:18:46PM +0200, Matti Vaittinen wrote: > Add regulator_desc_list_voltage_linear_range which can be used > by drivers for getting the voltages before regulator is registered. > This may be useful for drivers which need to fetch the voltage > selectors at device-tree

[RFC PATCH v1 2/3] regulator: add regulator_desc_list_voltage_linear_range

2019-02-12 Thread Matti Vaittinen
Add regulator_desc_list_voltage_linear_range which can be used by drivers for getting the voltages before regulator is registered. This may be useful for drivers which need to fetch the voltage selectors at device-tree parsing callback. Signed-off-by: Matti Vaittinen --- Please not apply as