[GIT PULL] memory: fixes: driver fixes for v7.1
Krzysztof Kozlowski <[email protected]>
| Newsgroups | dev.linux.lists.soc,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Hi Arnd and SoC folks,
I completely missed I have a critical fix for v7.1, apologies for sending so
late. The actual issue was introduced in v7.0-rc1, but it causes the board to
fail to boot.
Best regards,
Krzysztof
The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:
Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl.git tags/memory-controller-drv-fixes-7.1
for you to fetch changes up to 754d60ad1c91895be0bc7d771fbf9fb3c9448640:
memory: atmel-ebi: Allow deferred probing (2026-05-04 19:15:59 +0200)
----------------------------------------------------------------
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.
----------------------------------------------------------------
Alexander Dahl (1):
memory: atmel-ebi: Allow deferred probing
drivers/memory/atmel-ebi.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)