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

2018-08-09 Thread Mark Brown
On Tue, Aug 07, 2018 at 05:52:17PM +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 The following changes since commit

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

2018-08-09 Thread Mark Brown
On Tue, Aug 07, 2018 at 05:52:17PM +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 The following changes since commit

[PATCH v5 3/6] regmap: Add regmap_noinc_read API

2018-08-07 Thread Stefan Popa
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 FIFO instead. Add an explicit API to support bulk read without

[PATCH v5 3/6] regmap: Add regmap_noinc_read API

2018-08-07 Thread Stefan Popa
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 FIFO instead. Add an explicit API to support bulk read without