commit | ff32e59947c87b01dc25a8b5763d609c1a8f56eb | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Mon Jun 13 20:26:47 2022 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Mon Jun 20 20:33:15 2022 +0200 |
tree | 863d4075428b441b3cae9b2250a5482303f1af97 | |
parent | 0ea3ef240c49113cefbaab1f3dbf5b7f46837fc0 [diff] |
ACPI: bus: Introduce acpi_dev_for_each_child_reverse() Make it possible to walk the children of an ACPI device in the revese order by defining acpi_dev_for_each_child_reverse() in analogy with acpi_dev_for_each_child(). Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>