diff options
| author | 2022-06-23 22:14:13 +0100 | |
|---|---|---|
| committer | 2022-06-29 18:13:10 +0100 | |
| commit | 6b0c31747722936101d56e71e809bfd7a6a440b7 (patch) | |
| tree | a33fd16f95baab0c277ba29eec05a3925cd505d8 /tools/scripts/ssh:/git@git.zx2c4.com/git: | |
| parent | regmap-irq: Remove an unnecessary restriction on type_in_mask (diff) | |
| download | linux-dev-6b0c31747722936101d56e71e809bfd7a6a440b7.tar.xz linux-dev-6b0c31747722936101d56e71e809bfd7a6a440b7.zip | |
regmap-irq: Remove inappropriate uses of regmap_irq_update_bits()
regmap_irq_update_bits() is misnamed and should only be used for
updating mask registers, since it checks the mask_writeonly flag.
However, it was also used for updating wake and type registers.
It's safe to replace these uses with regmap_update_bits() because
there are no users of the mask_writeonly flag.
Signed-off-by: Aidan MacDonald <aidanmacdonald.0x0@gmail.com>
Link: https://lore.kernel.org/r/20220623211420.918875-6-aidanmacdonald.0x0@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/scripts/ssh:/git@git.zx2c4.com/git:')
0 files changed, 0 insertions, 0 deletions
