* [PATCH] doc: Replace dm_dump_all() with dm_dump_tree()
@ 2023-10-19 14:02 Dylan Corrales
2023-10-20 7:48 ` Mattijs Korpershoek
0 siblings, 1 reply; 2+ messages in thread
From: Dylan Corrales @ 2023-10-19 14:02 UTC (permalink / raw)
To: U-Boot Mailing List; +Cc: Simon Glass, Dylan Corrales
Replace dm_dump_all() with dm_dump_tree() in driver model documentation,
to reflect changes introduced in commit 145287040480 ("dm: core: Rename
dm_dump_all()").
Signed-off-by: Dylan Corrales <deathcamel58@gmail.com>
---
doc/develop/driver-model/debugging.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/develop/driver-model/debugging.rst b/doc/develop/driver-model/debugging.rst
index bbb2794340..e13abddae6 100644
--- a/doc/develop/driver-model/debugging.rst
+++ b/doc/develop/driver-model/debugging.rst
@@ -49,7 +49,7 @@ to see errors. Common ones are:
of_to_plat() method in the driver.
If there is no error, you should check if the device is actually bound. Call
-dm_dump_all() just before you locate the device to make sure it exists.
+dm_dump_tree() just before you locate the device to make sure it exists.
If it does not exist, check your device tree compatible strings match up with
what the driver expects (in the struct udevice_id array).
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] doc: Replace dm_dump_all() with dm_dump_tree()
2023-10-19 14:02 [PATCH] doc: Replace dm_dump_all() with dm_dump_tree() Dylan Corrales
@ 2023-10-20 7:48 ` Mattijs Korpershoek
0 siblings, 0 replies; 2+ messages in thread
From: Mattijs Korpershoek @ 2023-10-20 7:48 UTC (permalink / raw)
To: Dylan Corrales, U-Boot Mailing List; +Cc: Simon Glass, Dylan Corrales
Hi Dylan,
Thank you for your patch.
On jeu., oct. 19, 2023 at 10:02, Dylan Corrales <deathcamel58@gmail.com> wrote:
> Replace dm_dump_all() with dm_dump_tree() in driver model documentation,
> to reflect changes introduced in commit 145287040480 ("dm: core: Rename
> dm_dump_all()").
>
> Signed-off-by: Dylan Corrales <deathcamel58@gmail.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
> ---
>
> doc/develop/driver-model/debugging.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/develop/driver-model/debugging.rst b/doc/develop/driver-model/debugging.rst
> index bbb2794340..e13abddae6 100644
> --- a/doc/develop/driver-model/debugging.rst
> +++ b/doc/develop/driver-model/debugging.rst
> @@ -49,7 +49,7 @@ to see errors. Common ones are:
> of_to_plat() method in the driver.
>
> If there is no error, you should check if the device is actually bound. Call
> -dm_dump_all() just before you locate the device to make sure it exists.
> +dm_dump_tree() just before you locate the device to make sure it exists.
>
> If it does not exist, check your device tree compatible strings match up with
> what the driver expects (in the struct udevice_id array).
> --
> 2.34.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-10-20 7:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-19 14:02 [PATCH] doc: Replace dm_dump_all() with dm_dump_tree() Dylan Corrales
2023-10-20 7:48 ` Mattijs Korpershoek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox