Re: [PATCH v8 5/5] regulator: RK808: Remove pdata from the regulator

2014-09-03 Thread Doug Anderson
Chris, On Wed, Sep 3, 2014 at 10:06 AM, Chris Zhong wrote: > Signed-off-by: Chris Zhong > > Tested-by: Heiko > --- > > Changes in v8: > Adviced by Doug > - remove rk808_regulator_dts() function > - remove the check about "client->dev.of_node" Nice, this cleaned this up a lot. Thanks! >

Re: [PATCH v8 5/5] regulator: RK808: Remove pdata from the regulator

2014-09-03 Thread Heiko Stübner
Am Donnerstag, 4. September 2014, 01:06:14 schrieb Chris Zhong: > Signed-off-by: Chris Zhong > > Tested-by: Heiko > --- > > Changes in v8: > Adviced by Doug > - remove rk808_regulator_dts() function > - remove the check about "client->dev.of_node" > > Changes in v7: > - remove pdata struct

[PATCH v8 5/5] regulator: RK808: Remove pdata from the regulator

2014-09-03 Thread Chris Zhong
Signed-off-by: Chris Zhong Tested-by: Heiko --- Changes in v8: Adviced by Doug - remove rk808_regulator_dts() function - remove the check about "client->dev.of_node" Changes in v7: - remove pdata struct from header file, add rk808_regulator struct Changes in v6: - remove the redundant code

[PATCH v8 5/5] regulator: RK808: Remove pdata from the regulator

2014-09-03 Thread Chris Zhong
Signed-off-by: Chris Zhong z...@rock-chips.com Tested-by: Heiko he...@sntech.de --- Changes in v8: Adviced by Doug - remove rk808_regulator_dts() function - remove the check about client-dev.of_node Changes in v7: - remove pdata struct from header file, add rk808_regulator struct Changes in

Re: [PATCH v8 5/5] regulator: RK808: Remove pdata from the regulator

2014-09-03 Thread Heiko Stübner
Am Donnerstag, 4. September 2014, 01:06:14 schrieb Chris Zhong: Signed-off-by: Chris Zhong z...@rock-chips.com Tested-by: Heiko he...@sntech.de --- Changes in v8: Adviced by Doug - remove rk808_regulator_dts() function - remove the check about client-dev.of_node Changes in v7: -

Re: [PATCH v8 5/5] regulator: RK808: Remove pdata from the regulator

2014-09-03 Thread Doug Anderson
Chris, On Wed, Sep 3, 2014 at 10:06 AM, Chris Zhong z...@rock-chips.com wrote: Signed-off-by: Chris Zhong z...@rock-chips.com Tested-by: Heiko he...@sntech.de --- Changes in v8: Adviced by Doug - remove rk808_regulator_dts() function - remove the check about client-dev.of_node Nice,