[git pull] m68knommu changes for v6.16

From: Greg Ungerer
Date: Sun Jun 01 2025 - 18:53:24 EST


Hi Linus,

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

A couple of changes for v6.16. Use new GPIO line setting values for
local gpio driver. Make more use of strscpy().

Regards
Greg




The following changes since commit a5806cd506af5a7c19bcd596e4708b5c464bfd21:
Linux 6.15-rc7 (2025-05-18 13:57:29 -0700)

are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git tags/m68knommu-for-v6.16

for you to fetch changes up to eb43efd062d10bacdf6b50df0e300a7049474e51:
m68k: Replace memcpy() + manual NUL-termination with strscpy() (2025-05-19 08:54:30 +1000)

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

. use new gpio line value settings
. use strscpy() more

----------------------------------------------------------------
Bartosz Golaszewski (1):
m68k: coldfire: gpio: use new line value setter callbacks

Mohammad Mahdi Anbaraki (1):
m68k/kernel: replace strncpy() with strscpy()

Thorsten Blum (1):
m68k: Replace memcpy() + manual NUL-termination with strscpy()
arch/m68k/coldfire/gpio.c | 8 +++++---
arch/m68k/kernel/setup_no.c | 3 +--
arch/m68k/kernel/uboot.c | 2 +-
3 files changed, 7 insertions(+), 6 deletions(-)