Re: [PATCH v6 3/4] iio: accel: adxl345: Split driver into core and I2C

2017-03-04 Thread Jonathan Cameron
On 04/03/17 08:31, Eva Rachel Retuya wrote: > Move I2C-specific code into its own file and rely on regmap to access > registers. The core code provides access to x, y, z and scale readings. > > Signed-off-by: Eva Rachel Retuya > Reviewed-by: Andy Shevchenko Applied to the togreg branch of iio.gi

[PATCH v6 3/4] iio: accel: adxl345: Split driver into core and I2C

2017-03-04 Thread Eva Rachel Retuya
Move I2C-specific code into its own file and rely on regmap to access registers. The core code provides access to x, y, z and scale readings. Signed-off-by: Eva Rachel Retuya Reviewed-by: Andy Shevchenko --- Changes from v5: * Simplify configuration dependency to "depends on INPUT_ADXL34X=n" * R