Re: [PATCH v2 35/35] acpi: Add an acpi split command

2020-06-04 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH v2 35/35] acpi: Add an acpi split command Nit: I find the commit message confusing. What does "split command" mean? How about: "acpi: Add an acpi command to list/dump generated ACPI items"

[PATCH v2 35/35] acpi: Add an acpi split command

2020-05-10 Thread Simon Glass
Add a command that shows the individual blocks of data generated by each device. This can be helpful for debugging. Signed-off-by: Simon Glass --- Changes in v2: None Changes in v1: None cmd/acpi.c | 15 +-- drivers/core/acpi.c | 16 include/dm/acpi.h |