Attention is currently required from: Lance Zhao, Raul Rangel, Tim Wawrzynczak. Hello Lance Zhao, Raul Rangel, Tim Wawrzynczak,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/63613
to look at the new patch set (#2).
Change subject: src/acpi/device.c: Early return in _ON if device already enabled ......................................................................
src/acpi/device.c: Early return in _ON if device already enabled
If the device has enabled `use_gpio_for_status`, then call the `_STA` method in `_ON` to determine if the device is already enabled. If it is already enabled, return early to skip re-enabling the device and performing the associated sleep.
This change is necessary since the Linux kernel does not call `_STA` before calling `_ON`.
BRANCH=None BUG=b:225022810 TEST=Dump SSDT table for guybrush
Signed-off-by: Tim Van Patten timvp@google.com Change-Id: I13aa41766555953b86eded4c72e3b317fe6db5c8 --- M src/acpi/device.c 1 file changed, 12 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/13/63613/2