]> git.baikalelectronics.ru Git - kernel.git/commit
soc: fsl: qe: replace qe_io{read,write}* wrappers by generic io{read,write}*
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Sat, 6 Mar 2021 18:09:29 +0000 (18:09 +0000)
committerLi Yang <leoyang.li@nxp.com>
Tue, 6 Apr 2021 20:39:39 +0000 (15:39 -0500)
commit8f4740e33ceceb148ae6f27fb1206466ee3032d9
tree70a7e06f0bd1863b5db65c3d69e25c3b8d4f802a
parent3828b8e3363243407110ecfa8de74ce0ea5d1711
soc: fsl: qe: replace qe_io{read,write}* wrappers by generic io{read,write}*

Commit 8f2e25fb0a77 ("soc: fsl: qe: introduce qe_io{read,write}*
wrappers") added specific I/O accessors for qe because at that
time ioread/iowrite functions were sub-optimal on powerpc/32
compared to the architecture specific in_/out_ IO accessors.

But as ioread/iowrite accessors are now equivalent since
commit e65f32f56e15 ("powerpc: inline iomap accessors"),
use them in order to allow removal of the qe specific ones.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
drivers/soc/fsl/qe/gpio.c
drivers/soc/fsl/qe/qe.c
drivers/soc/fsl/qe/qe_ic.c
drivers/soc/fsl/qe/qe_io.c
drivers/soc/fsl/qe/ucc_fast.c
drivers/soc/fsl/qe/ucc_slow.c