]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rtc: remove unneeded 'fast_io' parameter in regmap_config
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Wed, 13 Aug 2025 16:15:03 +0000 (18:15 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 16 Sep 2025 15:38:21 +0000 (17:38 +0200)
commitf0ea5f6e75f6b8bbe5d393720bfaf804d04e383f
tree248875e8fbaeab294abf617d68cbefcb28a79893
parent84454c4e504b1fe86f77a898190d63b4193ca25d
rtc: remove unneeded 'fast_io' parameter in regmap_config

When using MMIO with regmap, fast_io is implied. No need to set it
again.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20250813161517.4746-18-wsa+renesas@sang-engineering.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-meson.c