Attention is currently required from: Sean Rhodes.
Jérémy Compostella has posted comments on this change by Sean Rhodes. ( https://review.coreboot.org/c/coreboot/+/86400?usp=email )
Change subject: drivers/usb/acpi: Account for GPIO polarity ......................................................................
Patch Set 10:
(1 comment)
File src/drivers/usb/acpi/chip.h:
https://review.coreboot.org/c/coreboot/+/86400/comment/5c8510b7_a9ac0f1f?usp... : PS7, Line 95: void acpi_device_intel_bt_common(const struct acpi_gpio *reset_gpio, : const struct acpi_gpio *enable_gpio);
can you be more specific? the function params are changed from int to struct acpi_gpio, and the func […]
The variable order used to be enable_gpio and reset_gpio. Now this is reset_gpio and enable_gpio. In https://review.coreboot.org/c/coreboot/+/86400/7/src/drivers/usb/acpi/intel_..., the order still is the former one.