Re: [PATCH v6 4/4] iio: accel: adxl345: Add SPI support

2017-03-04 Thread Jonathan Cameron
On 04/03/17 08:31, Eva Rachel Retuya wrote: > Add SPI driver that initializes SPI regmap for the adxl345 core driver. > The driver supports the same functionality as I2C namely the x, y, z and > scale readings. > > Signed-off-by: Eva Rachel Retuya > Reviewed-by: Andy Shevchenko Applied to the to

[PATCH v6 4/4] iio: accel: adxl345: Add SPI support

2017-03-04 Thread Eva Rachel Retuya
Add SPI driver that initializes SPI regmap for the adxl345 core driver. The driver supports the same functionality as I2C namely the 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 I