Re: [PATCH v3 2/4] iio: accel: adxl345: Use I2C regmap instead of direct I2C access

2017-02-24 Thread Eva Rachel Retuya
On Thu, Feb 23, 2017 at 06:27:52PM +0200, Andy Shevchenko wrote: > On Wed, Feb 22, 2017 at 12:22 PM, Eva Rachel Retuya > wrote: > > Convert the driver to use regmap instead of I2C-specific functions. > > Also, introduce the header file "adxl345.h" and export the probe and >

Re: [PATCH v3 2/4] iio: accel: adxl345: Use I2C regmap instead of direct I2C access

2017-02-24 Thread Eva Rachel Retuya
On Thu, Feb 23, 2017 at 06:27:52PM +0200, Andy Shevchenko wrote: > On Wed, Feb 22, 2017 at 12:22 PM, Eva Rachel Retuya > wrote: > > Convert the driver to use regmap instead of I2C-specific functions. > > Also, introduce the header file "adxl345.h" and export the probe and > > remove functions.

Re: [PATCH v3 2/4] iio: accel: adxl345: Use I2C regmap instead of direct I2C access

2017-02-23 Thread Andy Shevchenko
On Wed, Feb 22, 2017 at 12:22 PM, Eva Rachel Retuya wrote: > Convert the driver to use regmap instead of I2C-specific functions. > Also, introduce the header file "adxl345.h" and export the probe and > remove functions. This is done in preparation for splitting this driver >

Re: [PATCH v3 2/4] iio: accel: adxl345: Use I2C regmap instead of direct I2C access

2017-02-23 Thread Andy Shevchenko
On Wed, Feb 22, 2017 at 12:22 PM, Eva Rachel Retuya wrote: > Convert the driver to use regmap instead of I2C-specific functions. > Also, introduce the header file "adxl345.h" and export the probe and > remove functions. This is done in preparation for splitting this driver > into core and

[PATCH v3 2/4] iio: accel: adxl345: Use I2C regmap instead of direct I2C access

2017-02-22 Thread Eva Rachel Retuya
Convert the driver to use regmap instead of I2C-specific functions. Also, introduce the header file "adxl345.h" and export the probe and remove functions. This is done in preparation for splitting this driver into core and I2C-specific code as well as introduction of SPI driver. Signed-off-by:

[PATCH v3 2/4] iio: accel: adxl345: Use I2C regmap instead of direct I2C access

2017-02-22 Thread Eva Rachel Retuya
Convert the driver to use regmap instead of I2C-specific functions. Also, introduce the header file "adxl345.h" and export the probe and remove functions. This is done in preparation for splitting this driver into core and I2C-specific code as well as introduction of SPI driver. Signed-off-by: