Am 19.10.18 um 13:56 schrieb Mark Brown: > On Fri, Oct 19, 2018 at 10:33:50AM +0100, Ben Whitten wrote: >> The regmap API had a noinc_read function added for instances where devices >> supported returning data from an internal FIFO in a single read. > > The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3: > > Linux 4.19-rc1 (2018-08-26 14:11:59 -0700) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git > tags/regmap-noinc-write > > for you to fetch changes up to cdf6b11daa77d4b55ddf0530842a551cc5562a93: > > regmap: Add regmap_noinc_write API (2018-10-19 12:51:19 +0100)
You two forgot my Reviewed-by... oh well. Thanks anyway, Andreas > > ---------------------------------------------------------------- > regmap: Add noinc write support > > Mirroring the read support > > ---------------------------------------------------------------- > Ben Whitten (1): > regmap: Add regmap_noinc_write API > > drivers/base/regmap/internal.h | 3 ++ > drivers/base/regmap/regmap.c | 77 > ++++++++++++++++++++++++++++++++++++++++++ > include/linux/regmap.h | 19 +++++++++++ > 3 files changed, 99 insertions(+) > -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg)

