* Linux regression tracking (Thorsten Leemhuis) <regressions@xxxxxxxxxxxxx> [240214 14:01]: > [CCing the regression list, as it should be in the loop for regressions: > https://docs.kernel.org/admin-guide/reporting-regressions.html] > > Hi, Thorsten here, the Linux kernel's regression tracker. > > Thanks for the report.Added the omap list and the omap mmc maintainer; > the root of the problem might be somewhere else, but maybe we get some > help from there. > > On 12.02.24 14:46, Andreas Schwab wrote: > > I'm getting these messages on the PandaBoard since 6.7: > > > > [ 29.285522][ T156] platform 4809c000.mmc: deferred probe pending > > [ 29.291748][ T156] platform 4a0ab000.usb_otg_hs: deferred probe pending > > [ 29.298522][ T156] platform 58005000.encoder: deferred probe pending > > [ 29.305053][ T156] platform 58006000.encoder: deferred probe pending > > [ 29.305145][ T156] i2c 0-004b: deferred probe pending > > [ 29.316772][ T156] platform 40132000.target-module: deferred probe pending > > [ 37.382110][ T156] pbias_mmc_omap4: disabling > > > > As a result, the SD card is not found. > > Any idea what's going on here? > > Haven't heard of anything like that. Unless some developer replies with > some idea in a day or two I guess you will have to bisect the problem. There was a regression recently with the PMIC which would cause NFSroot on devices to keep working but may have affected MMC. Please check that commit 7a29fa05aeca ("mfd: twl6030-irq: Revert to use of_match_device()") is applied. If that does not help, then git bisect is the way to go. Regards, Tony