]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rtc: s5m: replace regmap_update_bits with regmap_clear/set_bits
authorAndré Draszik <andre.draszik@linaro.org>
Wed, 9 Apr 2025 20:37:51 +0000 (21:37 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 23 Jun 2025 21:58:40 +0000 (23:58 +0200)
commitf5adb1fa04d08731a13db48afafd1a5f4384d3c9
treea3793493663a03ac7de9db10acb6814c4541a8d8
parent1dd609587414f8b2844e551d1fe0505f12871992
rtc: s5m: replace regmap_update_bits with regmap_clear/set_bits

The regmap_clear_bits() and regmap_set_bits() helper macros state the
intention a bit more obviously.

Use those.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: André Draszik <andre.draszik@linaro.org>
Link: https://lore.kernel.org/r/20250409-s2mpg10-v4-30-d66d5f39b6bf@linaro.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-s5m.c