]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mailbox: remove unneeded 'fast_io' parameter in regmap_config
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Wed, 13 Aug 2025 16:14:53 +0000 (18:14 +0200)
committerJassi Brar <jassisinghbrar@gmail.com>
Mon, 6 Oct 2025 23:14:00 +0000 (18:14 -0500)
commit60d7416d8eb46ef2e71bf3dc13cd0c5eefc2ef89
tree5cb759fc444a6094762eaf887f9daa9dc3fc60c4
parent426f4e9414df5d51e7bc6519edb82bccf07ce52f
mailbox: 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>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
drivers/mailbox/qcom-apcs-ipc-mailbox.c