Re: [PATCH v5 1/2] regulator: st-pwm: get voltage and duty table from dts

2014-09-27 Thread Mark Brown
On Tue, Sep 23, 2014 at 09:42:58PM +0800, Chris Zhong wrote: > Get voltage & duty table from device tree might be better, other platforms > can also use this > driver without any modify. Please wrap your changelogs to less than 80 characters. > diff --git a/drivers/regulator/pwm-regulator.c >

Re: [PATCH v5 1/2] regulator: st-pwm: get voltage and duty table from dts

2014-09-27 Thread Mark Brown
On Tue, Sep 23, 2014 at 09:42:58PM +0800, Chris Zhong wrote: Get voltage duty table from device tree might be better, other platforms can also use this driver without any modify. Please wrap your changelogs to less than 80 characters. diff --git a/drivers/regulator/pwm-regulator.c

[PATCH v5 1/2] regulator: st-pwm: get voltage and duty table from dts

2014-09-23 Thread Chris Zhong
Get voltage & duty table from device tree might be better, other platforms can also use this driver without any modify. Signed-off-by: Chris Zhong Reviewed-by: Doug Anderson --- Changes in v5: None Changes in v4: Adviced by Doug Anderson - improve kconfig - add const for desc structure

[PATCH v5 1/2] regulator: st-pwm: get voltage and duty table from dts

2014-09-23 Thread Chris Zhong
Get voltage duty table from device tree might be better, other platforms can also use this driver without any modify. Signed-off-by: Chris Zhong z...@rock-chips.com Reviewed-by: Doug Anderson diand...@chromium.org --- Changes in v5: None Changes in v4: Adviced by Doug Anderson - improve