Re: [PATCH 1/2] regulator: Remove max_uV from struct regulator_linear_range

2013-10-11 Thread Mark Brown
On Fri, Oct 11, 2013 at 09:30:24AM +0800, Axel Lin wrote: > linear ranges means each range has linear voltage settings. > So we can calculate max_uV for each linear range in regulator core rather than > set the max_uV field in drivers. Applied both, thanks. signature.asc Description: Digital sig

[PATCH 1/2] regulator: Remove max_uV from struct regulator_linear_range

2013-10-10 Thread Axel Lin
linear ranges means each range has linear voltage settings. So we can calculate max_uV for each linear range in regulator core rather than set the max_uV field in drivers. Signed-off-by: Axel Lin Cc: Yi Zhang Cc: Chao Xie Cc: Guennadi Liakhovetski Cc: Laxman Dewangan Cc: Eric Miao Cc: Margar