All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] dm: core: fix several debug messages and migrate debug() to dm_warn
@ 2024-06-11 13:04 Quentin Schulz
  2024-06-11 13:04 ` [PATCH v2 1/4] dm: core: fix misleading debug message when matching compatible Quentin Schulz
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Quentin Schulz @ 2024-06-11 13:04 UTC (permalink / raw)
  To: Simon Glass, Tom Rini, Bin Meng, Michal Simek, Ashok Reddy Soma,
	Dario Binacchi
  Cc: u-boot, Quentin Schulz

Fix a few misleading or incorrect debug messages and prompt text for a
Kconfig symbol.

Migrate debug() messages to use dm_warn() instead so that we can print
them without selecting DM_DEBUG which does too much (e.g. makes assert()
reset U-boot if it fails).

Tested on top of next branch but it applies without complaints on top of
master as well, so up to you to which branch to merge it.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
Changes in v2:
- add missing dm/util.h header includes
- Link to v1: https://lore.kernel.org/r/20240610-misc-20240610-v1-0-6914f1725dd4@cherry.de

---
Quentin Schulz (4):
      dm: core: fix misleading debug message when matching compatible
      dm: core: fix signedness in debug messages
      dm: core: migrate debug() messages to use dm_warn
      dm: core: fix typo in SPL_DM_WARN prompt text

 drivers/core/Kconfig     |  2 +-
 drivers/core/device.c    |  2 +-
 drivers/core/fdtaddr.c   |  7 +++--
 drivers/core/lists.c     |  7 ++---
 drivers/core/of_access.c | 51 +++++++++++++++---------------
 drivers/core/of_addr.c   | 41 ++++++++++++------------
 drivers/core/of_extra.c  | 33 ++++++++++----------
 drivers/core/ofnode.c    | 81 ++++++++++++++++++++++++------------------------
 drivers/core/regmap.c    | 57 +++++++++++++++++-----------------
 drivers/core/root.c      | 14 ++++-----
 drivers/core/uclass.c    |  4 +--
 11 files changed, 152 insertions(+), 147 deletions(-)
---
base-commit: f9886bc60f42d5bcfcfa4e474af7dc230400b6be
change-id: 20240610-misc-20240610-f9dce050186b

Best regards,
-- 
Quentin Schulz <quentin.schulz@cherry.de>


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

end of thread, other threads:[~2024-10-02 22:57 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-11 13:04 [PATCH v2 0/4] dm: core: fix several debug messages and migrate debug() to dm_warn Quentin Schulz
2024-06-11 13:04 ` [PATCH v2 1/4] dm: core: fix misleading debug message when matching compatible Quentin Schulz
2024-06-11 18:51   ` Simon Glass
2024-06-11 13:04 ` [PATCH v2 2/4] dm: core: fix signedness in debug messages Quentin Schulz
2024-06-11 18:51   ` Simon Glass
2024-06-11 13:04 ` [PATCH v2 3/4] dm: core: migrate debug() messages to use dm_warn Quentin Schulz
2024-06-11 18:51   ` Simon Glass
2024-10-02  8:37   ` Alexander Dahl
2024-10-02  9:25     ` Quentin Schulz
2024-10-02  9:51       ` Alexander Dahl
2024-10-02 10:23         ` Quentin Schulz
2024-10-02 15:13       ` Sean Anderson
2024-10-02 15:54         ` Tom Rini
2024-10-02 22:55           ` Simon Glass
2024-06-11 13:04 ` [PATCH v2 4/4] dm: core: fix typo in SPL_DM_WARN prompt text Quentin Schulz
2024-06-11 18:52   ` Simon Glass

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.