]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
m68k: coldfire: use ColdFire specifc IO access in SoC code
authorGreg Ungerer <gerg@linux-m68k.org>
Fri, 17 Apr 2026 13:54:30 +0000 (23:54 +1000)
committerGreg Ungerer <gerg@kernel.org>
Mon, 8 Jun 2026 03:15:18 +0000 (13:15 +1000)
commite1f3a00670d13d1ed901125026c1f65394e670a5
tree30cd96c39d33423f397df4f477bdcd3a5546f633
parente629342493e1cb29097319c5adda55dad2aecf9e
m68k: coldfire: use ColdFire specifc IO access in SoC code

Convert all ColdFire specific SoC/board setup code to only use the
newly created internal register access methods. This is replacing the
mixed and inconsistent use of readx/writex and __raw_readx/__raw_writex
for internal SoC registers.

Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
15 files changed:
arch/m68k/coldfire/m5206.c
arch/m68k/coldfire/m520x.c
arch/m68k/coldfire/m523x.c
arch/m68k/coldfire/m5249.c
arch/m68k/coldfire/m525x.c
arch/m68k/coldfire/m5272.c
arch/m68k/coldfire/m527x.c
arch/m68k/coldfire/m528x.c
arch/m68k/coldfire/m5307.c
arch/m68k/coldfire/m53xx.c
arch/m68k/coldfire/m5407.c
arch/m68k/coldfire/m5441x.c
arch/m68k/coldfire/m54xx.c
arch/m68k/coldfire/nettel.c
arch/m68k/coldfire/stmark2.c