[GIT PULL] IXP4xx SoC driver updates for v7.3

Linus Walleij <[email protected]> Fri, 24 Jul 2026 10:10:51 +0200
Newsgroups dev.linux.lists.soc,org.infradead.lists.linux-arm-kernel
Message-ID <CAD++jLn3UOROn4oK9D306WaJFx+8TQHehSugtLq7zhO0DwhHzQ@mail.gmail.com>
The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:

  Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
tags/ixp4xx-soc-v7.3

for you to fetch changes up to 48e54749c1b6446f53f7419c50ebe7c84f81cb0b:

  soc: ixp4xx: Remove redundant dev_err() (2026-07-24 10:08:05 +0200)

----------------------------------------------------------------
IXP4xx SoC changes for v7.3:

- Add some MODULE_DEVICE_TABLE():s to the ixp4xx SoC drivers.

- Drop redundant dev_err() calls in the ixp4xx SoC drivers.

----------------------------------------------------------------
Pan Chuang (1):
      soc: ixp4xx: Remove redundant dev_err()

Pengpeng Hou (2):
      soc: ixp4xx: qmgr: add missing MODULE_DEVICE_TABLE()
      soc: ixp4xx: npe: add missing MODULE_DEVICE_TABLE()

 drivers/soc/ixp4xx/ixp4xx-npe.c  |  1 +
 drivers/soc/ixp4xx/ixp4xx-qmgr.c | 11 +++--------
 2 files changed, 4 insertions(+), 8 deletions(-)