Re: [PATCH v5 0/4] iio: accel: adxl345: Split driver into core and I2C then add SPI support

2017-03-03 Thread Andy Shevchenko
On Thu, Mar 2, 2017 at 9:59 PM, Jonathan Cameron wrote: > On 02/03/17 03:02, Eva Rachel Retuya wrote: >> On Thu, Mar 02, 2017 at 01:22:11AM +0200, Andy Shevchenko wrote: >>> On Tue, Feb 28, 2017 at 4:37 AM, Eva Rachel Retuya >>> wrote: This patchset modifies the adxl345 to use regmap. In do

Re: [PATCH v5 0/4] iio: accel: adxl345: Split driver into core and I2C then add SPI support

2017-03-02 Thread Jonathan Cameron
On 02/03/17 03:02, Eva Rachel Retuya wrote: > On Thu, Mar 02, 2017 at 01:22:11AM +0200, Andy Shevchenko wrote: >> On Tue, Feb 28, 2017 at 4:37 AM, Eva Rachel Retuya >> wrote: >>> This patchset modifies the adxl345 to use regmap. In doing so, we can >>> easily introduce SPI support and let regmap

Re: [PATCH v5 0/4] iio: accel: adxl345: Split driver into core and I2C then add SPI support

2017-03-01 Thread Eva Rachel Retuya
On Thu, Mar 02, 2017 at 01:22:11AM +0200, Andy Shevchenko wrote: > On Tue, Feb 28, 2017 at 4:37 AM, Eva Rachel Retuya > wrote: > > This patchset modifies the adxl345 to use regmap. In doing so, we can > > easily introduce SPI support and let regmap handle the rest. > > > > Recap of basic features

Re: [PATCH v5 0/4] iio: accel: adxl345: Split driver into core and I2C then add SPI support

2017-03-01 Thread Andy Shevchenko
On Tue, Feb 28, 2017 at 4:37 AM, Eva Rachel Retuya wrote: > This patchset modifies the adxl345 to use regmap. In doing so, we can > easily introduce SPI support and let regmap handle the rest. > > Recap of basic features: read_raw for x, y and z axes, scale. After > applying this series, driver no

[PATCH v5 0/4] iio: accel: adxl345: Split driver into core and I2C then add SPI support

2017-02-27 Thread Eva Rachel Retuya
This patchset modifies the adxl345 to use regmap. In doing so, we can easily introduce SPI support and let regmap handle the rest. Recap of basic features: read_raw for x, y and z axes, scale. After applying this series, driver now supports the SPI protocol and enumeration of device via device tre