Re: [PATCH v3 3/6] regmap: Add regmap_noinc_read API

2018-08-06 Thread Charles Keepax
On Fri, Aug 03, 2018 at 04:02:18PM +0300, Stefan Popa wrote: > From: Crestez Dan Leonard > > The regmap API usually assumes that bulk read operations will read a > range of registers but some I2C/SPI devices have certain registers for > which a such a read operation will return data from an inter

Re: [PATCH v3 3/6] regmap: Add regmap_noinc_read API

2018-08-03 Thread Jonathan Cameron
On Fri, 3 Aug 2018 16:02:18 +0300 Stefan Popa wrote: > From: Crestez Dan Leonard > > The regmap API usually assumes that bulk read operations will read a > range of registers but some I2C/SPI devices have certain registers for > which a such a read operation will return data from an internal FI