diff options
| author | Rustam Adilov <adilov@disroot.org> | 2026-08-15 14:44:50 +0500 |
|---|---|---|
| committer | Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> | 2026-09-01 17:54:53 +0200 |
| commit | 61ef599b782e776437886f2be0623b3c9055e5d3 (patch) | |
| tree | 786d3240f39f77daa6347568d63ffad982b1a4e4 /scripts/Makefile.thinlto | |
| parent | 6e6e585b603e4f679c2a33c8f0954ec88b52fd7a (diff) | |
| download | linux-next-61ef599b782e776437886f2be0623b3c9055e5d3.tar.gz linux-next-61ef599b782e776437886f2be0623b3c9055e5d3.zip | |
gpio: realtek-otto: use __raw_readl/writel in realtek_gpio_update_line_imr()
In preparation for upcoming changes to how bank reads and writes
are defined in this driver, change the ioread32 and iowrite32 to
their __raw variants. The realtek_gpio_update_line_imr() function
is used by all devices regardless of GPIO_PORTS_REVERSED flag and
thus this is the only place where there shouldn't be any byte
swapping whether SWAP_IO_SPACE config is enabled or not and that
is only possible with __raw_readl and __raw_writel.
Reviewed-by: Linus Walleij <linusw@kernel.org>
Signed-off-by: Rustam Adilov <adilov@disroot.org>
Link: https://patch.msgid.link/20260815094451.31792-2-adilov@disroot.org
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions
