Re: [PATCH 19/20] iio: bmc150: Split the driver into core and i2c

2015-08-17 Thread Markus Pargmann
On Sat, Aug 15, 2015 at 02:41:29PM +0100, Jonathan Cameron wrote: > On 12/08/15 11:12, Markus Pargmann wrote: > > Signed-off-by: Markus Pargmann > There are a few bits in here following through from earlier > patches that I haven't bothered mentioning as you'll have fixed > them already before thi

Re: [PATCH 19/20] iio: bmc150: Split the driver into core and i2c

2015-08-15 Thread Jonathan Cameron
On 12/08/15 11:12, Markus Pargmann wrote: > Signed-off-by: Markus Pargmann There are a few bits in here following through from earlier patches that I haven't bothered mentioning as you'll have fixed them already before this split patch). Two more bits inline. Nothing major though. Jonathan > --

[PATCH 19/20] iio: bmc150: Split the driver into core and i2c

2015-08-12 Thread Markus Pargmann
Signed-off-by: Markus Pargmann --- drivers/iio/accel/Kconfig | 22 +++-- drivers/iio/accel/Makefile | 3 +- .../accel/{bmc150-accel.c => bmc150-accel-core.c} | 95 --- drivers/iio/accel/bmc150-accel-i2c.c | 101 ++