[git pull] m68knommu more fixes for v7.3
From: Greg Ungerer
Date: Thu Aug 27 2026 - 20:25:49 EST
Hi Linus,
Please pull the m68knommu git tree changes for v7.3.
This one includes a couple more new defconfigs to improve test build
coverage, changes to use the more correct linux/gpio/legacy.h and
platform setup for the reset device of the ColdFire 5441x SoC hardware.
Regards
Greg
The following changes since commit db2ddb87143519e20a95aa36c60b36107b736a58:
Linux 7.2-rc7 (2026-08-09 14:54:50 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git tags/m68knommu-for-v7.3
for you to fetch changes up to de0dab22cbf6943d0f12f3b1e2eb1bbdd807f039:
m68k: coldfire/5441x: register mcf-rcm-reset platform device (2026-08-11 16:17:10 +1000)
----------------------------------------------------------------
m68knommu: updates and fixes for v7.3
, new defconfigs for 2 more ColdFire boards
. change to use linux/gpio/legacy.h
. add platform setup for reset device of the 5441x SoC boards
----------------------------------------------------------------
Arnd Bergmann (1):
m68k/coldfire: replace linux/gpio.h inclusions
Greg Ungerer (2):
m68k: defconfig: add config for M52358EVB board
m68k: defconfig: add config for M5282EVB board
Jean-Michel Hautbois (1):
m68k: coldfire/5441x: register mcf-rcm-reset platform device
arch/m68k/coldfire/device.c | 2 +-
arch/m68k/coldfire/m5441x.c | 25 +++++++++++++++++
arch/m68k/configs/m5235evb_defconfig | 52 ++++++++++++++++++++++++++++++++++++
arch/m68k/configs/m5282evb_defconfig | 51 +++++++++++++++++++++++++++++++++++
arch/m68k/include/asm/mcfgpio.h | 2 +-
5 files changed, 130 insertions(+), 2 deletions(-)
create mode 100644 arch/m68k/configs/m5235evb_defconfig
create mode 100644 arch/m68k/configs/m5282evb_defconfig