Re: [PATCH v2 1/6] iio: bmg160: Use i2c regmap instead of direct i2c access

2015-08-08 Thread Markus Pargmann
On Tue, Aug 04, 2015 at 01:02:54PM +0200, Markus Pargmann wrote: > This patch introduces regmap usage into the driver. This is done to > later easily support the SPI interface of this chip. > > Signed-off-by: Markus Pargmann > --- > drivers/iio/gyro/Kconfig | 2 + > drivers/iio/gyro/bmg160.c

[PATCH v2 1/6] iio: bmg160: Use i2c regmap instead of direct i2c access

2015-08-04 Thread Markus Pargmann
This patch introduces regmap usage into the driver. This is done to later easily support the SPI interface of this chip. Signed-off-by: Markus Pargmann --- drivers/iio/gyro/Kconfig | 2 + drivers/iio/gyro/bmg160.c | 200 +- 2 files changed, 91 inser