linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix issues for device probe
@ 2025-08-14 11:10 Wang Wensheng
  2025-08-14 11:10 ` [PATCH 1/3] driver core: Fix concurrent problem of deferred_probe_extend_timeout() Wang Wensheng
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Wang Wensheng @ 2025-08-14 11:10 UTC (permalink / raw)
  To: gregkh, rafael, dakr, tglx, saravanak, robh, broonie,
	linux-kernel
  Cc: chenjun102, wangwensheng4

The sbsa-gwdt device sometimes doesn't probe on my board after the
kernel updated from 5.10 to 6.6. And even when the watchdog probe
eventually, it a bit later than that in 5.10 kernel, approximately
10 seconds after sbsa_gwdt.ko loaded.

The first issue is fixed in the first patch.
The second issue is fixed in the following two patches, but I'm not
sure whether this is properly.

Wang Wensheng (3):
  driver core: Fix concurrent problem of deferred_probe_extend_timeout()
  driver core: Introduce fw_devlink_relax_consumers helper
  irqchip/mbigen: Use fw_devlink_relax_consumers() helper

 drivers/base/core.c          | 22 ++++++++++++++++++++++
 drivers/base/dd.c            |  2 ++
 drivers/irqchip/irq-mbigen.c |  2 ++
 include/linux/device.h       |  1 +
 4 files changed, 27 insertions(+)

-- 
2.22.0


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

end of thread, other threads:[~2025-08-15  2:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-14 11:10 [PATCH 0/3] Fix issues for device probe Wang Wensheng
2025-08-14 11:10 ` [PATCH 1/3] driver core: Fix concurrent problem of deferred_probe_extend_timeout() Wang Wensheng
2025-08-14 11:37   ` Greg KH
2025-08-14 12:45     ` wangwensheng (C)
2025-08-14 11:37   ` Greg KH
2025-08-14 11:10 ` [PATCH 2/3] driver core: Introduce fw_devlink_relax_consumers helper Wang Wensheng
2025-08-14 11:39   ` Greg KH
2025-08-14 17:54     ` Saravana Kannan
2025-08-14 11:10 ` [PATCH 3/3] irqchip/mbigen: Use fw_devlink_relax_consumers() helper Wang Wensheng
2025-08-14 11:39   ` Greg KH
2025-08-14 18:05     ` Saravana Kannan
2025-08-15  2:15       ` wangwensheng (C)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).