commit | cdf6b11daa77d4b55ddf0530842a551cc5562a93 | [log] [tgz] |
---|---|---|
author | Ben Whitten <ben.whitten@gmail.com> | Fri Oct 19 10:33:50 2018 +0100 |
committer | Mark Brown <broonie@kernel.org> | Fri Oct 19 12:51:19 2018 +0100 |
tree | 928650d932f30bc39a7eeae0b652a97a650bd69c | |
parent | 5b394b2ddf0347bef56e50c69a58773c94343ff3 [diff] |
regmap: Add regmap_noinc_write API The regmap API had a noinc_read function added for instances where devices supported returning data from an internal FIFO in a single read. This commit adds the noinc_write variant to allow writing to a non incrementing register, this is used in devices such as the sx1301 for loading firmware. Signed-off-by: Ben Whitten <ben.whitten@lairdtech.com> Signed-off-by: Mark Brown <broonie@kernel.org>