]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Merge tag 'soc_fsl-6.18-1' of https://github.com/chleroy/linux into soc/drivers
authorArnd Bergmann <arnd@arndb.de>
Wed, 24 Sep 2025 21:16:12 +0000 (23:16 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 24 Sep 2025 21:16:12 +0000 (23:16 +0200)
FSL SOC Changes for 6.18:
- Use for_each_online_cpu() instead of for_each_cpu() in qbman
- Update FSL QUICC ENGINE GPIO driver to a standard platform driver
and stop using legacy-of-mm-gpiochip.h header
- Misc fixes on bus/fsl-mc

* tag 'soc_fsl-6.18-1' of https://github.com/chleroy/linux:
  soc/fsl/qbman: Use for_each_online_cpu() instead of for_each_cpu()
  soc: fsl: qe: Drop legacy-of-mm-gpiochip.h header from GPIO driver
  soc: fsl: qe: Change GPIO driver to a proper platform driver
  bus: fsl-mc: Replace snprintf and sprintf with sysfs_emit in sysfs show functions
  bus: fsl-mc: Check return value of platform_get_resource()

Link: https://lore.kernel.org/r/26615a15-3494-435f-b0c1-861122b4b5e1@csgroup.eu
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

Trivial merge