Re: [PATCH 17/20] iio: bmc150: Use i2c regmap

2015-08-17 Thread Markus Pargmann
On Sat, Aug 15, 2015 at 02:27:47PM +0100, Jonathan Cameron wrote: > On 12/08/15 11:12, Markus Pargmann wrote: > > This replaces all usage of direct i2c accesses with regmap accesses. > > > > Signed-off-by: Markus Pargmann > Clearly there is some work needed on the earlier patches and this >

Re: [PATCH 17/20] iio: bmc150: Use i2c regmap

2015-08-17 Thread Markus Pargmann
On Sat, Aug 15, 2015 at 02:27:47PM +0100, Jonathan Cameron wrote: On 12/08/15 11:12, Markus Pargmann wrote: This replaces all usage of direct i2c accesses with regmap accesses. Signed-off-by: Markus Pargmann m...@pengutronix.de Clearly there is some work needed on the earlier patches and

Re: [PATCH 17/20] iio: bmc150: Use i2c regmap

2015-08-15 Thread Jonathan Cameron
On 12/08/15 11:12, Markus Pargmann wrote: > This replaces all usage of direct i2c accesses with regmap accesses. > > Signed-off-by: Markus Pargmann Clearly there is some work needed on the earlier patches and this might change as a result (particularly the fifo read). I'll review as is

Re: [PATCH 17/20] iio: bmc150: Use i2c regmap

2015-08-15 Thread Jonathan Cameron
On 12/08/15 11:12, Markus Pargmann wrote: This replaces all usage of direct i2c accesses with regmap accesses. Signed-off-by: Markus Pargmann m...@pengutronix.de Clearly there is some work needed on the earlier patches and this might change as a result (particularly the fifo read). I'll

Re: [PATCH 17/20] iio: bmc150: Use i2c regmap

2015-08-12 Thread Markus Pargmann
On Wed, Aug 12, 2015 at 01:01:46PM +0100, Mark Brown wrote: > On Wed, Aug 12, 2015 at 12:12:42PM +0200, Markus Pargmann wrote: > > > + select REGMAP > > + select REGMAP_I2C > > You don't need to select regmap, only REGMAP_I2C. Ok, thanks, will fix. Best Regards, Markus -- Pengutronix

Re: [PATCH 17/20] iio: bmc150: Use i2c regmap

2015-08-12 Thread Mark Brown
On Wed, Aug 12, 2015 at 12:12:42PM +0200, Markus Pargmann wrote: > + select REGMAP > + select REGMAP_I2C You don't need to select regmap, only REGMAP_I2C. signature.asc Description: Digital signature

[PATCH 17/20] iio: bmc150: Use i2c regmap

2015-08-12 Thread Markus Pargmann
This replaces all usage of direct i2c accesses with regmap accesses. Signed-off-by: Markus Pargmann --- drivers/iio/accel/Kconfig| 2 + drivers/iio/accel/bmc150-accel.c | 225 +-- 2 files changed, 101 insertions(+), 126 deletions(-) diff --git

[PATCH 17/20] iio: bmc150: Use i2c regmap

2015-08-12 Thread Markus Pargmann
This replaces all usage of direct i2c accesses with regmap accesses. Signed-off-by: Markus Pargmann m...@pengutronix.de --- drivers/iio/accel/Kconfig| 2 + drivers/iio/accel/bmc150-accel.c | 225 +-- 2 files changed, 101 insertions(+), 126

Re: [PATCH 17/20] iio: bmc150: Use i2c regmap

2015-08-12 Thread Mark Brown
On Wed, Aug 12, 2015 at 12:12:42PM +0200, Markus Pargmann wrote: + select REGMAP + select REGMAP_I2C You don't need to select regmap, only REGMAP_I2C. signature.asc Description: Digital signature

Re: [PATCH 17/20] iio: bmc150: Use i2c regmap

2015-08-12 Thread Markus Pargmann
On Wed, Aug 12, 2015 at 01:01:46PM +0100, Mark Brown wrote: On Wed, Aug 12, 2015 at 12:12:42PM +0200, Markus Pargmann wrote: + select REGMAP + select REGMAP_I2C You don't need to select regmap, only REGMAP_I2C. Ok, thanks, will fix. Best Regards, Markus -- Pengutronix e.K.