linux/drivers/soc/fsl/qe
Christophe Leroy 3f39f38ea9 soc: fsl: qe: replace qe_io{read,write}* wrappers by generic io{read,write}*
Commit 6ac9b61786 ("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 894fa235eb ("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>
2021-04-06 15:39:39 -05:00
..
gpio.c soc: fsl: qe: replace qe_io{read,write}* wrappers by generic io{read,write}* 2021-04-06 15:39:39 -05:00
Kconfig soc: fsl: qe: remove PPC32 dependency from CONFIG_QUICC_ENGINE 2019-12-09 13:57:45 -06:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qe_common.c soc: fsl: qe: Use DEFINE_SPINLOCK() for spinlock 2021-04-06 15:24:43 -05:00
qe_ic.c soc: fsl: qe: replace qe_io{read,write}* wrappers by generic io{read,write}* 2021-04-06 15:39:39 -05:00
qe_io.c soc: fsl: qe: replace qe_io{read,write}* wrappers by generic io{read,write}* 2021-04-06 15:39:39 -05:00
qe_tdm.c soc: fsl: qe: avoid ppc-specific io accessors 2019-12-09 13:54:29 -06:00
qe.c soc: fsl: qe: replace qe_io{read,write}* wrappers by generic io{read,write}* 2021-04-06 15:39:39 -05:00
ucc_fast.c soc: fsl: qe: replace qe_io{read,write}* wrappers by generic io{read,write}* 2021-04-06 15:39:39 -05:00
ucc_slow.c soc: fsl: qe: replace qe_io{read,write}* wrappers by generic io{read,write}* 2021-04-06 15:39:39 -05:00
ucc.c soc: fsl: qe: Remove unnessesary check in ucc_set_tdm_rxtx_clk 2020-09-22 18:25:29 -05:00
usb.c soc: fsl: qe: avoid ppc-specific io accessors 2019-12-09 13:54:29 -06:00