[GIT PULL] m68k updates for v6.14

From: Geert Uytterhoeven
Date: Mon Jan 20 2025 - 09:26:06 EST


Hi Linus,

The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v6.14-tag1

for you to fetch changes up to bb2e0fb1e6aa9f737d6e0cbcf6494c51180e6d6d:

m68k: libgcc: Fix lvalue abuse in umul_ppmm() (2025-01-10 10:26:52 +0100)

----------------------------------------------------------------
m68k updates for v6.14

- Use the generic muldi3 libgcc function,
- Miscellaneous fixes and improvements.

Thanks for pulling!

----------------------------------------------------------------
Geert Uytterhoeven (1):
m68k: libgcc: Fix lvalue abuse in umul_ppmm()

Greg Ungerer (1):
m68k: Use kernel's generic muldi3 libgcc function

Thomas Weißschuh (1):
zorro: Constify 'struct bin_attribute'

Thomas Zimmermann (1):
m68k: vga: Fix I/O defines

Thorsten Blum (1):
m68k: atari: Use str_on_off() helper in atari_nvram_proc_read()

arch/Kconfig | 8 ++++
arch/m68k/Kconfig | 2 +
arch/m68k/atari/nvram.c | 6 ++-
arch/m68k/include/asm/libgcc.h | 27 ++++++++++++
arch/m68k/include/asm/vga.h | 8 ++--
arch/m68k/lib/Makefile | 2 +-
arch/m68k/lib/muldi3.c | 97 ------------------------------------------
drivers/zorro/zorro-sysfs.c | 10 ++---
include/linux/libgcc.h | 4 ++
9 files changed, 55 insertions(+), 109 deletions(-)
create mode 100644 arch/m68k/include/asm/libgcc.h
delete mode 100644 arch/m68k/lib/muldi3.c

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds