]> Gentwo Git Trees - linux/.git/commit
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)
commita53811fb37d30622db1fdfc37feb40a3190b9731
treebe5edb0ab0cc22b24191b21ae37c335a1372ca30
parent0a8c31049107ed39a68d21849e7b1b87856b240e
parent5498f07842cbddd86c725b960acb8e478684ca45
Merge tag 'soc_fsl-6.18-1' of https://github.com/chleroy/linux into soc/drivers

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>