regmap: Only send a single buffer for async I/O if writing one register
authorMark Brown <broonie@linaro.org>
Thu, 10 Oct 2013 21:38:29 +0000 (22:38 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 14 Oct 2013 21:09:26 +0000 (22:09 +0100)
Extend the interface for async I/O by allowing the value buffer to be
omitted and sending the value as part of the register buffer, minimising
the number of separate hardware operations required.

Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found