On Fri, Dec 09, 2011 at 07:46:33PM +0530, Ashish Jangam wrote:
The DA9052/53 is a highly integrated PMIC subsystem with supply domain flexibility to support wide range of high performance application.
Reviwed-by: Mark Brown broonie@opensource.wolfsonmicro.com
Looks good, though again you should've CCed Samuel. One small thing:
struct device *dev;
- struct spi_device *spi_dev; struct i2c_client *i2c_client;
You con't actually use this (or the i2c_client) any more so could just drop them.