Re: [PATCH v10 3/3] regulator: RK808: Remove pdata from the regulator

2014-09-10 Thread Mark Brown
On Wed, Sep 10, 2014 at 09:18:06AM +0800, Chris Zhong wrote: > Signed-off-by: Chris Zhong > > Tested-by: Heiko Stuebner Applied, thanks. You shouldn't have spaces like the above in your list of tags and as Doug says e-mail addresses should have a space between the name and the <. signature.a

Re: [PATCH v10 3/3] regulator: RK808: Remove pdata from the regulator

2014-09-09 Thread Doug Anderson
Hi, On Tue, Sep 9, 2014 at 6:18 PM, Chris Zhong wrote: > Signed-off-by: Chris Zhong > > Tested-by: Heiko Stuebner > --- > > Changes in v10: None Despite the "None" above, I see that there are indeed changes between v9 and v10: diff --git a/drivers/regulator/rk808-regulator.c b/drivers/regulat

[PATCH v10 3/3] regulator: RK808: Remove pdata from the regulator

2014-09-09 Thread Chris Zhong
Signed-off-by: Chris Zhong Tested-by: Heiko Stuebner --- Changes in v10: None Changes in v9: Adviced by Doug - add reg_np 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