]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
pwm: jz4740: Another few conversions to regmap_{set,clear}_bits()
authorUwe Kleine-König <ukleinek@baylibre.com>
Thu, 6 Jun 2024 16:40:46 +0000 (18:40 +0200)
committerUwe Kleine-König <ukleinek@kernel.org>
Wed, 10 Jul 2024 15:52:46 +0000 (17:52 +0200)
commit32b4f1a4f07f1a74687d8de9d6d66038d4646525
tree90adeb8b3d0be2bca214e3ec75e97499e52ab60a
parent41814fe5c782bdf68c25bb99398d38619a2fb5e6
pwm: jz4740: Another few conversions to regmap_{set,clear}_bits()

Similar to commit 7d9199995412 ("pwm: jz4740: Use
regmap_{set,clear}_bits") convert two more regmap_update_bits() calls to
regmap_{set,clear}_bits() which were missed back then.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Reviewed-by: Paul Cercueil <paul@crapouillou.net>
Link: https://lore.kernel.org/r/20240606164047.534741-5-u.kleine-koenig@baylibre.com
Signed-off-by: Uwe Kleine-König <ukleinek@kernel.org>
drivers/pwm/pwm-jz4740.c