Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/63558
to look at the new patch set (#2).
Change subject: drivers/usb/acpi: acpi_power_res_params: Add use_gpio_for_status ......................................................................
drivers/usb/acpi: acpi_power_res_params: Add use_gpio_for_status
Add the member `use_gpio_for_status` to the structure `drivers_usb_acpi_config`, so the `devicetree.cb` can specify it.
This field is then used to initialize the corresponding field in the structure `acpi_power_res_params` in `usb_acpi_fill_ssdt_generator()`.
The member `acpi_power_res_params::use_gpio_for_status()` is already being used by `acpi_device_add_power_res()` to determine which version of the `_STA()` method to output.
This field now also allows for checking if the device is already enabled and skipping re-enabling it (and the corresponding sleep) if it already is.
BRANCH=None Signed-off-by: Tim Van Patten timvp@google.com BUG=b:225022810 TEST=Dump SSDT table for guybrush Change-Id: I69eb5f1ad79f3b2980f43dcf4a36585fca198ec9 --- M src/acpi/device.c M src/drivers/usb/acpi/chip.h M src/drivers/usb/acpi/usb_acpi.c 3 files changed, 39 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/63558/2