Re: [PATCH v2 4/4] iio: bmc150: Add SPI driver

2015-09-16 Thread Markus Pargmann
On Tue, Sep 01, 2015 at 07:10:57AM -0700, Srinivas Pandruvada wrote: > On Mon, 2015-08-31 at 17:18 +0100, Jonathan Cameron wrote: > > On 20/08/15 13:49, Markus Pargmann wrote: > > > Add a simple SPI driver which initializes the spi regmap for the > > > bmc150 > > > core driver. > > > > > > Signed

Re: [PATCH v2 4/4] iio: bmc150: Add SPI driver

2015-09-01 Thread Srinivas Pandruvada
On Mon, 2015-08-31 at 17:18 +0100, Jonathan Cameron wrote: > On 20/08/15 13:49, Markus Pargmann wrote: > > Add a simple SPI driver which initializes the spi regmap for the > > bmc150 > > core driver. > > > > Signed-off-by: Markus Pargmann > Looks good to me, but clearly will have to wait for the

Re: [PATCH v2 4/4] iio: bmc150: Add SPI driver

2015-08-31 Thread Jonathan Cameron
On 20/08/15 13:49, Markus Pargmann wrote: > Add a simple SPI driver which initializes the spi regmap for the bmc150 > core driver. > > Signed-off-by: Markus Pargmann Looks good to me, but clearly will have to wait for the earlier patches in the series. Nearly there! Jonathan > --- > drivers/ii