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

2017-02-27 Thread Eva Rachel Retuya
On Tue, Feb 28, 2017 at 12:41:50AM +0200, Andy Shevchenko wrote: [...] > I did couple of rounds of review and found no major issues with the > series (though, I would amend some style there and minor things). So, > for moving forward FWIW: > > Reviewed-by: Andy Shevchenko

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

2017-02-27 Thread Eva Rachel Retuya
On Tue, Feb 28, 2017 at 12:41:50AM +0200, Andy Shevchenko wrote: [...] > I did couple of rounds of review and found no major issues with the > series (though, I would amend some style there and minor things). So, > for moving forward FWIW: > > Reviewed-by: Andy Shevchenko Hello Andy, thank you

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

2017-02-27 Thread Andy Shevchenko
On Sun, Feb 26, 2017 at 3:45 PM, 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

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

2017-02-27 Thread Andy Shevchenko
On Sun, Feb 26, 2017 at 3:45 PM, 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

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

2017-02-26 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

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

2017-02-26 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