Re: [RFC V3 PATCH 01/13] acpi: Implement control method sleep button

2025-04-17 Thread Annie Li
Hi Gustavo, On 4/17/2025 1:28 PM, Gustavo Romero wrote: Hi Annie, On 4/11/25 17:28, Annie Li wrote: The fixed hardware sleep button isn't appropriate for hardware reduced platform. This patch implements the control method sleep button in a separate source file so that the button can be added f

Re: [RFC V3 PATCH 01/13] acpi: Implement control method sleep button

2025-04-17 Thread Gustavo Romero
Hi Annie, On 4/11/25 17:28, Annie Li wrote: The fixed hardware sleep button isn't appropriate for hardware reduced platform. This patch implements the control method sleep button in a separate source file so that the button can be added for various platforms. Co-developed-by: Miguel Luis Signe

[RFC V3 PATCH 01/13] acpi: Implement control method sleep button

2025-04-11 Thread Annie Li
The fixed hardware sleep button isn't appropriate for hardware reduced platform. This patch implements the control method sleep button in a separate source file so that the button can be added for various platforms. Co-developed-by: Miguel Luis Signed-off-by: Annie Li --- hw/acpi/control_method