Re: [PATCH RFT] regulator: tps6105x: Convert to use regmap helper functions

2015-10-07 Thread Mark Brown
On Wed, Oct 07, 2015 at 08:47:17AM +0800, Axel Lin wrote: > Since commit 7e5071199355 ("mfd: tps6105x: Use i2c regmap to access > registers"), we can use regmap helper functions instead of open coded. I'll merge this after the merge window. signature.asc Description: Digital signature

Re: [PATCH RFT] regulator: tps6105x: Convert to use regmap helper functions

2015-10-07 Thread Grigoryev Denis
Hi, On Wed., 07/10/2015 08:47 +0800, Axel Lin wrote: > Since commit 7e5071199355 ("mfd: tps6105x: Use i2c regmap to access > registers"), we can use regmap helper functions instead of open coded. > > Signed-off-by: Axel Lin > --- > Hi Grigoryev, > I don't have this h/w, can you help test this

Re: [PATCH RFT] regulator: tps6105x: Convert to use regmap helper functions

2015-10-07 Thread Grigoryev Denis
Hi, On Wed., 07/10/2015 08:47 +0800, Axel Lin wrote: > Since commit 7e5071199355 ("mfd: tps6105x: Use i2c regmap to access > registers"), we can use regmap helper functions instead of open coded. > > Signed-off-by: Axel Lin > --- > Hi Grigoryev, > I don't have this h/w, can

Re: [PATCH RFT] regulator: tps6105x: Convert to use regmap helper functions

2015-10-07 Thread Mark Brown
On Wed, Oct 07, 2015 at 08:47:17AM +0800, Axel Lin wrote: > Since commit 7e5071199355 ("mfd: tps6105x: Use i2c regmap to access > registers"), we can use regmap helper functions instead of open coded. I'll merge this after the merge window. signature.asc Description: Digital signature

[PATCH RFT] regulator: tps6105x: Convert to use regmap helper functions

2015-10-06 Thread Axel Lin
Since commit 7e5071199355 ("mfd: tps6105x: Use i2c regmap to access registers"), we can use regmap helper functions instead of open coded. Signed-off-by: Axel Lin --- Hi Grigoryev, I don't have this h/w, can you help test this patch? Thanks. This patch depends on commit 7e5071199355 "mfd:

[PATCH RFT] regulator: tps6105x: Convert to use regmap helper functions

2015-10-06 Thread Axel Lin
Since commit 7e5071199355 ("mfd: tps6105x: Use i2c regmap to access registers"), we can use regmap helper functions instead of open coded. Signed-off-by: Axel Lin --- Hi Grigoryev, I don't have this h/w, can you help test this patch? Thanks. This patch depends on commit