[off-list ref], Kevin Hilman [off-list ref], Pali Rohar [off-list ref], heiner kallweit [off-list ref], ulf hansson [off-list ref], Neil Armstrong [off-list ref], Lorenzo Pieralisi [off-list ref], Al Cooper [off-list ref], linux-tegra [off-list ref], Jiri Slaby [off-list ref], "moderated list:ARM/ASPEED MACHINE SUPPORT" [off-list ref], Rob Herring [off-list ref], Florian Fainelli [off-list ref], Mateusz Holenko [off-list ref], Alexander Shiyan [off-list ref], kevin hilman [off-list ref], Broadcom internal kernel review list [off-list ref], Joel Stanley [off-list ref], Orson Zhai [off-list ref], paolo abeni [off-list ref], Patrice Chotard [off-list ref], Ray Jui [off-list ref], Vladimir Zapolskiy [off-list ref], linux-snps-arc@lists.infradead.org, Timur Tabi [off-list ref], hideaki yosh
ifuji [off-list ref], "list@263.net:IOMMU DRIVERS" [off-list ref], Laxman Dewangan [off-list ref], Sudeep Holla [off-list ref], Baolin Wang [off-list ref], Shawn Guo [off-list ref], "David S. Miller" [off-list ref], Baruch Siach [off-list ref], Liviu Dudau [off-list ref], Alexandre Torgue [off-list ref], Bjorn Andersson [off-list ref], Paul Cercueil [off-list ref], Sparc kernel list [off-list ref], linux-riscv [off-list ref], Ahmad Fatoum [off-list ref], joerg roedel [off-list ref], Russell King [off-list ref], Andy Gross [off-list ref], "open list:SERIAL DRIVERS" [off-list ref], jakub kicinski [off-list ref], will deacon [off-list ref], Manivannan Sadhasivam [off-list ref], "moderated list:ARM/Mediatek SoC support" [off-list ref], Fabio Estevam <festevam@gm
ail.com>, Paul Walmsley [off-list ref], M
atthias Brugger [off-list ref], Andy Shevchenko [off-list ref], Laurentiu Tudor [off-list ref], Taichi Sugaya [off-list ref], netdev [off-list ref], david ahern [off-list ref], Nicolas Ferre [off-list ref], Krzysztof Kozlowski [off-list ref], Palmer Dabbelt [off-list ref], Takao Orito [off-list ref], "open list:LINUX FOR POWERPC PA SEMI PWRFICIENT" [off-list ref]
Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org
Sender: "Linuxppc-dev" [off-list ref]
On Fri, Jul 1, 2022 at 3:28 AM Saravana Kannan [off-list ref] wrote:
With commit 71066545b48e ("driver core: Set fw_devlink.strict=1 by
default") the probing of TTY consoles could get delayed if they have
optional suppliers that are listed in DT, but those suppliers don't
probe by the time kernel boot finishes. The console devices will probe
eventually after driver_probe_timeout expires.
However, since consoles are often used for debugging kernel issues, it
does not make sense to delay their probe. So, set the newly added
probe_no_timeout flag for all serial drivers that at DT based. This way,
fw_devlink will know not to delay the probing of the consoles past
kernel boot.
Same question, do you think only serial drivers need that?
--
With Best Regards,
Andy Shevchenko