[REBASED v1.1 2/5] regulator: pwm-regulator: Separate voltage-table initialisation

2015-06-10 Thread Lee Jones
Take this out of the main .probe() routine in order to facilitate the introduction of different ways to obtain 'duty cycle' information. Signed-off-by: Lee Jones --- drivers/regulator/pwm-regulator.c | 77 +++ 1 file changed, 45 insertions(+), 32 deletions(-)

[REBASED v1.1 2/5] regulator: pwm-regulator: Separate voltage-table initialisation

2015-06-10 Thread Lee Jones
Take this out of the main .probe() routine in order to facilitate the introduction of different ways to obtain 'duty cycle' information. Signed-off-by: Lee Jones lee.jo...@linaro.org --- drivers/regulator/pwm-regulator.c | 77 +++ 1 file changed, 45