diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2016-02-15 05:26:51 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-03-02 12:59:17 +0900 |
commit | b3fc95ad025683180628f6896d1f82d2cf5d0266 (patch) | |
tree | fd68f8f5555a01296bc1c72a2c6107514dd6567b /scripts/gdb/linux/utils.py | |
parent | 79e24da00b1137031245f3341828e4215b1b5b59 (diff) |
ASoC: rsnd: rsnd_write() / rsnd_bset() uses regmap _force_ function
Some R-Car sound requests picky register access which needs *force*
register write.
Some status register needs to set 1 to clear status, but we might
read 1 from its register. In such case, current regmap does nothing
and driver will be forever loop
To reduce code complexity, this patch uses regmap _force_
function for all register access.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions