[git pull] m68knommu changes for v6.13

From: Greg Ungerer
Date: Mon Nov 25 2024 - 19:18:10 EST


Hi Linus,

Please pull the m68knommu git tree changes for v6.13.

A couple of small fixes. One to fix compilation when including the FEC driver
(for compile testing) but the specific hardware does not have the hardware module.
And another to fix a typo in the config name used in an ifdef.

Regards
Greg




The following changes since commit 2d5404caa8c7bb5c4e0435f94b28834ae5456623:

Linux 6.12-rc7 (2024-11-10 14:19:35 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git tags/m68knommu-for-v6.13

for you to fetch changes up to 63a24cf8cc330e5a68ebd2e20ae200096974c475:

m68k: coldfire/device.c: only build FEC when HW macros are defined (2024-11-11 08:57:01 +1000)

----------------------------------------------------------------
m68knommu: updates and fixes for v6.13

Fixes include:
. only include FEC platform entries when hardware supports it
. fix typo in ifdef config name

----------------------------------------------------------------
Antonio Quartulli (1):
m68k: coldfire/device.c: only build FEC when HW macros are defined

Jean-Michel Hautbois (1):
m68k: mcfgpio: Fix incorrect register offset for CONFIG_M5441x

arch/m68k/coldfire/device.c | 8 ++++----
arch/m68k/include/asm/mcfgpio.h | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)