Re: [PATCH] m68k: coldfire: fix breakage of missed IO access updates
From: Arnd Bergmann
Date: Tue Jul 07 2026 - 10:41:04 EST
On Tue, Jul 7, 2026, at 14:41, Greg Ungerer wrote:
> From: Greg Ungerer <gerg@xxxxxxxxxxxxxx>
>
> Commit e1f3a00670d1 ("m68k: coldfire: use ColdFire specifc IO access in
> SoC code") incorrectly updated a couple of local IO access uses. They
> use "read8" when they should be using the new "mcf_read8". Fix them.
>
> This causes compile time breakage for two specific SoC types, the ColdFire
> 5235 and 5282. They got missed in original testing due to not having
> any defconfigs for these specific parts.
>
> Fixes: e1f3a00670d1 ("m68k: coldfire: use ColdFire specifc IO access in
> SoC code")
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Closes:
> https://lore.kernel.org/oe-kbuild-all/202607040536.BiSGmESw-lkp@xxxxxxxxx/
> Signed-off-by: Greg Ungerer <gerg@xxxxxxxxxxxxxx>
Acked-by: Arnd Bergmann <arnd@xxxxxxxx>