Hi, On 1/31/24 12:16 PM, Armin Wolf wrote: > This patch series adds support for the ACPI PNP0C32 device as > proposed in 2022 by Arvid Norlander. The first patch adds support > for the device itself, while the second patch was taken from the > original series. > > Both patches are compile-tested only. Not anymore :) Thank you for your patch-series, I've applied the series to my review-hans branch: https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans Note it will show up in my review-hans branch once I've pushed my local branch there, which might take a while. Once I've run some tests on this branch the patches there will be added to the platform-drivers-x86/for-next branch and eventually will be included in the pdx86 pull-request to Linus for the next merge-window. Regards, Hans > > Armin Wolf (1): > platform/x86: Add ACPI quickstart button (PNP0C32) driver > > Arvid Norlander (1): > platform/x86: toshiba_acpi: Add quirk for buttons on Z830 > > MAINTAINERS | 6 + > drivers/platform/x86/Kconfig | 13 ++ > drivers/platform/x86/Makefile | 3 + > drivers/platform/x86/quickstart.c | 225 ++++++++++++++++++++++++++++ > drivers/platform/x86/toshiba_acpi.c | 36 ++++- > 5 files changed, 280 insertions(+), 3 deletions(-) > create mode 100644 drivers/platform/x86/quickstart.c > > -- > 2.39.2 >