On Wed, Oct 10, 2018 at 09:59:29AM +0200, Andreas Färber wrote: > Am 09.10.18 um 14:52 schrieb Ben Whitten: > > - return spi_sync_transfer(priv->spi, xfr, 2); > > + return regmap_raw_write(priv->regmap, reg, val, len); > ... Which would mean we are lacking a noinc API for write here! > @Mark/Stefan, any reason noinc was not implemented symmetrically? Nobody wanted it enough to do the work of implementing it, there's nothing stopping someone doing that.