drivers/iio/accel/adxl345.h
0 → 100644
+18
−0
drivers/iio/accel/adxl345_i2c.c
0 → 100644
+73
−0
Loading
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 <eraretuya@gmail.com> Reviewed-by:
Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by:
Jonathan Cameron <jic23@kernel.org>