Commit 407ce27e7417 for kernel

commit 407ce27e7417646b5476d71166657ca7eac189ec
Merge: 6505114e82e7 4b51af3ef96a
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Wed Jun 17 11:34:05 2026 -0700

    Merge tag 'm68knommu-for-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu

    Pull m68knommu updates from Greg Ungerer:

     - an update and config refresh for the stmark board

     - fixes and preparatory work for supporting the DAC hardware block of
       the m5441x ColdFire SoC

     - forced configuration fix for legacy gpiolib when enabling the mcfqspi
       driver

     - new defconfigs for the M5329EVB, M54418EVB and NETtel boards to give
       better build test coverage For ColdFire parts

     - cleanup to register access code in the core init and setup code for
       ColdFire SoC be consistent, instead of a varied use of
       __raw_readX/__raw_write and straight readX/writeX.

       This is working towards fixing the non-standard endianess of the
       non-MMU m68k readX/writeX functions.

    * tag 'm68knommu-for-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu: (22 commits)
      m68k: stmark2: enable DACs outputs
      m68k: stmark2: add mcf5441x DAC platform devices
      m68k: stmark2: use ioport.h macros for resources
      m68k: mcf5441x: add CCR MISCCR2 bitfields
      m68k: mcf5441x: add CCM registers
      m68k: add DAC modules base addresses
      m68k: mcf5441x: add clock for DAC channel 1
      m68k: mcf5441x: fix clocks numbering
      m68k: coldfire: use ColdFire specifc IO access in SoC code
      m68k: coldfire: use ColdFire specifc IO access in system code
      m68k: coldfire: rename timer register access defines
      m68k: coldfire: use ColdFire specifc IO access in timer code
      m68k: coldfire: use ColdFire specifc IO access in interrupt code
      m68k: coldfire: use ColdFire specific IO access in headers
      m68k: coldfire: create IO access functions for internal registers
      m68k: defconfig: update all ColdFire defconfigs
      m68k: defconfig: add config for SnapGear/NETtel board
      m68k: defconfig: add config for M54418EVB board
      m68k: defconfig: add config for M5329EVB board
      m68k: coldfire: select legacy gpiolib interface for mcfqspi
      ...