Re: [PATCH v2 0/6] iio: bmg160: Add SPI connection

2015-08-08 Thread Jonathan Cameron
On 04/08/15 12:02, Markus Pargmann wrote: > Hi, > > bmg160 and bmi055 can be used via I2C and SPI. This series converts the driver > to regmap and splits core driver and I2C/SPI. > > Changes in v2: > - Added the id->name from the SPI driver to be used as iio device name > - Fixed Kconfig in pat

[PATCH v2 0/6] iio: bmg160: Add SPI connection

2015-08-04 Thread Markus Pargmann
Hi, bmg160 and bmi055 can be used via I2C and SPI. This series converts the driver to regmap and splits core driver and I2C/SPI. Changes in v2: - Added the id->name from the SPI driver to be used as iio device name - Fixed Kconfig in patch 2 to add selects for REGMAP_I2C - Fixed regmap configs