Re: [PATCH 00/20] Regmap max_raw_io and bmc150 SPI support

2015-08-14 Thread Mark Brown
On Wed, Aug 12, 2015 at 12:47:39PM +0200, Markus Pargmann wrote: > Ok. I can try to separate them but there are lots of dependencies > between the patches and most of them touch regmap.c so I thought it may > be better to put it in one series. No, just the opposite - it means there's much less st

Re: [PATCH 00/20] Regmap max_raw_io and bmc150 SPI support

2015-08-12 Thread Markus Pargmann
On Wed, Aug 12, 2015 at 11:37:36AM +0100, Mark Brown wrote: > On Wed, Aug 12, 2015 at 12:12:25PM +0200, Markus Pargmann wrote: > > Hi, > > > > this series was created to add SPI support to the bmc150 accelerometer > > driver. > > To not add any regressions, I had to add some infrastructure that a

Re: [PATCH 00/20] Regmap max_raw_io and bmc150 SPI support

2015-08-12 Thread Mark Brown
On Wed, Aug 12, 2015 at 12:12:25PM +0200, Markus Pargmann wrote: > Hi, > > this series was created to add SPI support to the bmc150 accelerometer driver. > To not add any regressions, I had to add some infrastructure that allows to > use > regmap with busses that do limit the size of transfers (b

[PATCH 00/20] Regmap max_raw_io and bmc150 SPI support

2015-08-12 Thread Markus Pargmann
Hi, this series was created to add SPI support to the bmc150 accelerometer driver. To not add any regressions, I had to add some infrastructure that allows to use regmap with busses that do limit the size of transfers (block smbus). I hope this is sufficient to not break anything. The series has