public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/2] Clarify DM_FLAG_PROBE_AFTER_BIND behaviour
@ 2025-01-17  7:28 Caleb Connolly
  2025-01-17  7:28 ` [PATCH 1/2] dm: clarify " Caleb Connolly
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Caleb Connolly @ 2025-01-17  7:28 UTC (permalink / raw)
  To: Tom Rini, Simon Glass, Michal Simek, Stefan Roese
  Cc: Marek Vasut, Ilias Apalodimas, u-boot, Caleb Connolly

In Simons series reworking autoprobe[1], a discussion came up about
DM_FLAG_PROBE_AFTER_BIND, specifically that it wasn't very clear where
this flag should be used.

This series implements my suggestions made there to clarify the use of
this flag, and fixup the two driver which erroneously apply it to their
driver struct (this does nothing).

[1]: https://lore.kernel.org/u-boot/20241120153642.861633-1-sjg@chromium.org/

---
Caleb Connolly (2):
      dm: clarify DM_FLAG_PROBE_AFTER_BIND behaviour
      drivers: remove bogus DM_FLAG_PROBE_AFTER_BIND flags

 doc/develop/driver-model/design.rst | 6 ++++--
 drivers/mailbox/zynqmp-ipi.c        | 1 -
 drivers/watchdog/da9063-wdt.c       | 1 -
 include/dm/device.h                 | 5 ++++-
 4 files changed, 8 insertions(+), 5 deletions(-)
---
base-commit: e3f716fa2d58aadf53928475ee7e88eb41cb8031

// Caleb (they/them)


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

end of thread, other threads:[~2025-03-31 13:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-17  7:28 [PATCH 0/2] Clarify DM_FLAG_PROBE_AFTER_BIND behaviour Caleb Connolly
2025-01-17  7:28 ` [PATCH 1/2] dm: clarify " Caleb Connolly
2025-01-18  4:32   ` Simon Glass
2025-01-17  7:28 ` [PATCH 2/2] drivers: remove bogus DM_FLAG_PROBE_AFTER_BIND flags Caleb Connolly
2025-01-18  4:32   ` Simon Glass
2025-01-21 12:00     ` Caleb Connolly
2025-01-23 14:37       ` Simon Glass
2025-01-22 12:02 ` [PATCH 0/2] Clarify DM_FLAG_PROBE_AFTER_BIND behaviour Michal Simek
2025-03-31 13:46 ` Tom Rini

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