All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] dm: core: drivers: add function uclass_probe_all()
@ 2020-11-17 15:00 Vabhav Sharma
  2020-11-17 15:00 ` [PATCH v4 1/2] dm: core: add function uclass_probe_all() to probe all devices Vabhav Sharma
  2020-11-17 15:00 ` [PATCH v4 2/2] drivers: serial: probe all uart devices Vabhav Sharma
  0 siblings, 2 replies; 10+ messages in thread
From: Vabhav Sharma @ 2020-11-17 15:00 UTC (permalink / raw)
  To: u-boot

From: Vabhav Sharma <vabhav.sharma@nxp.com>

- Add common method to probe devices belonging to same uclass 
- Add config in serial uclass to support optional inclusion of uclass_probe_all
- Enable support for available serial devices probe

Changes for v4:
Incorporated review comments from Simon  
  - Removed if (dev)..  conditional check in function uclass_probe_all()

Changes for v3:
  Incorporated Simon and Stephan review comment
  - Define generic function uclass_probe_all(enum uclass_id)
    in drivers/core/uclass.c
  - Added the function in caller of serial_find_console_or_panic()
  - Removed repeated sequence with generic function call uclass_probe_all()

Changes for v2:
  Incorporated Stefan review comment,Update #ifdef with macro if (IS_ENABLED).

Vabhav Sharma (2):
  dm: core: add function uclass_probe_all() to probe all devices
  drivers: serial: probe all uart devices

 drivers/core/uclass.c          | 16 ++++++++++++++++
 drivers/serial/Kconfig         | 17 +++++++++++++++++
 drivers/serial/serial-uclass.c |  4 ++++
 include/dm/uclass.h            | 12 ++++++++++++
 4 files changed, 49 insertions(+)

-- 
2.7.4

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

end of thread, other threads:[~2020-12-01 12:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-17 15:00 [PATCH v4 0/2] dm: core: drivers: add function uclass_probe_all() Vabhav Sharma
2020-11-17 15:00 ` [PATCH v4 1/2] dm: core: add function uclass_probe_all() to probe all devices Vabhav Sharma
2020-11-19  3:35   ` Sean Anderson
2020-11-23  8:06     ` Vabhav Sharma
2020-11-23 13:23       ` Sean Anderson
2020-12-01 11:14         ` Vabhav Sharma
2020-11-17 15:00 ` [PATCH v4 2/2] drivers: serial: probe all uart devices Vabhav Sharma
2020-11-19  3:30   ` Sean Anderson
2020-11-23  7:14     ` Vabhav Sharma
2020-12-01 12:44       ` Sean Anderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.