Re: [PATCH V3 0/6] mfd: tp6586x: enhancements in the driver

2012-07-24 Thread Samuel Ortiz
Hi Laxman, On Wed, Jul 18, 2012 at 11:50:44AM +0530, Laxman Dewangan wrote: > Doing some enhancements in the tps6586x core driver which is > based on some recent driver framework enhancements. > Following are highlights of changes: > - Use devm for allocation to remove the code for freeing it. > -

[PATCH V3 0/6] mfd: tp6586x: enhancements in the driver

2012-07-17 Thread Laxman Dewangan
Doing some enhancements in the tps6586x core driver which is based on some recent driver framework enhancements. Following are highlights of changes: - Use devm for allocation to remove the code for freeing it. - Use regmap i2c for register access in place of direct i2c apis. This will give the d