The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* Regression in probing some AMBA devices possibly devlink related
@ 2023-02-25 14:28 Linus Walleij
  2023-02-25 15:06 ` Linus Walleij
  2023-02-25 23:55 ` Saravana Kannan
  0 siblings, 2 replies; 9+ messages in thread
From: Linus Walleij @ 2023-02-25 14:28 UTC (permalink / raw)
  To: Saravana Kannan, Linux ARM, linux-kernel, Ulf Hansson

Hi Saravana,

I have a boot regression for Ux500 on mainline, but bisecting mainline
isn't quite working for misc reasons :/

I'm not sure about this regression, but it smells like devlink-related.

Ux500 have a bunch of normal and some AMBA devices. After
boot this happens and we hang waiting for rootfs (which is on eMMC):

[   31.849586] amba 80126000.mmc: deferred probe pending
[   31.854801] amba 80118000.mmc: deferred probe pending
[   31.859895] amba 80005000.mmc: deferred probe pending
[   31.870297] amba 80120000.uart: deferred probe pending
[   31.875472] amba 80121000.uart: deferred probe pending
[   31.880689] amba 80004000.i2c: deferred probe pending
[   31.885799] amba 80128000.i2c: deferred probe pending
[   31.890932] amba 80110000.i2c: deferred probe pending
[   51.688361] vmem_3v3: disabling

The last regulator (vmem_3v3) is something the eMMC that didn't
probe was supposed to use.

All the failing drivers are AMBA PrimeCell devices:
drivers/mmc/host/mmci.c
drivers/tty/serial/amba-pl011.c
drivers/i2c/busses/i2c-nomadik.c

This makes me suspect something was done for ordinary (platform)
devices that didn't happen for AMBA devices?

This is the main portion of the device tree containing these
devices and their resources:
arch/arm/boot/dts/ste-dbx5x0.dtsi

Any hints?

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-03-01  1:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-25 14:28 Regression in probing some AMBA devices possibly devlink related Linus Walleij
2023-02-25 15:06 ` Linus Walleij
2023-02-25 15:13   ` Greg KH
2023-02-25 18:43     ` Linus Walleij
2023-02-25 23:55 ` Saravana Kannan
2023-02-26 21:55   ` Linus Walleij
2023-02-27 21:07     ` Linus Walleij
2023-02-27 22:00       ` Saravana Kannan
2023-03-01  1:27         ` Saravana Kannan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox