]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'memory-controller-drv-fixes-7.1' of https://git.kernel.org/pub/scm/linux...
authorArnd Bergmann <arnd@arndb.de>
Fri, 29 May 2026 21:39:45 +0000 (23:39 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 29 May 2026 21:39:46 +0000 (23:39 +0200)
commit930c88202003f6c0bab08ba064250316eead17de
tree9167efa3975973528d65a17fee62e0641f1178e6
parentf5e70b3f30adbe2be5ced5e43d0de27e6ab84064
parent754d60ad1c91895be0bc7d771fbf9fb3c9448640
Merge tag 'memory-controller-drv-fixes-7.1' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into arm/fixes

Memory controller drivers - fixes for v7.1

Fix probing of Atmel EBI memory controller driver e.g. on at91
sam9x60-curiosity board due to usage of platform_driver_probe() which is
not handling deferred probe.  Lack of EBI driver caused dependant NAND
controller to fail to probe, basically failing entire board boot.

* tag 'memory-controller-drv-fixes-7.1' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl:
  memory: atmel-ebi: Allow deferred probing

Signed-off-by: Arnd Bergmann <arnd@arndb.de>