public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] platform/x86: Add ACPI quickstart button driver
@ 2024-01-31 11:16 Armin Wolf
  2024-01-31 11:16 ` [PATCH 1/2] platform/x86: Add ACPI quickstart button (PNP0C32) driver Armin Wolf
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Armin Wolf @ 2024-01-31 11:16 UTC (permalink / raw)
  To: dennisn, lkml, hdegoede, ilpo.jarvinen
  Cc: coproscefalo, platform-driver-x86, linux-kernel

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.

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-03-27 20:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-31 11:16 [PATCH 0/2] platform/x86: Add ACPI quickstart button driver Armin Wolf
2024-01-31 11:16 ` [PATCH 1/2] platform/x86: Add ACPI quickstart button (PNP0C32) driver Armin Wolf
2024-02-06 10:37   ` Ilpo Järvinen
2024-01-31 11:16 ` [PATCH 2/2] platform/x86: toshiba_acpi: Add quirk for buttons on Z830 Armin Wolf
2024-03-24 14:55 ` [PATCH 0/2] platform/x86: Add ACPI quickstart button driver Hans de Goede
2024-03-25 20:01   ` Armin Wolf
2024-03-25 21:37   ` Arvid Norlander
2024-03-27 20:16 ` Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox