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

2014-09-18 Thread Doug Anderson
Chris, On Thu, Sep 18, 2014 at 12:31 AM, Chris Zhong wrote: > 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 > > eries-changes: 2 > Adviced by Lee Jones > - rename the file > - remove all

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

2014-09-18 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 eries-changes: 2 Adviced by Lee Jones - rename the file - remove all the prefix st_ - add depend on PWM in Kconfig --- Changes in v2: None driver