mbox series

[v1,0/3] Add wake-on-touch feature support for THC

Message ID 20250514063735.141950-1-even.xu@intel.com
Headers show
Series Add wake-on-touch feature support for THC | expand

Message

Even Xu May 14, 2025, 6:37 a.m. UTC
Wake-on-Touch (WoT) feature gives system the capability to wake from sleep
state by user touch event, it depends on platform providing Wake GPIO
through ACPI resource.

This patch set adds wake-on-touch feature support for QuickSPI driver
and QuickI2C driver.

Even Xu (3):
  HID: Intel-thc-hid: Intel-thc: Add Wake-on-Touch support
  HID: Intel-thc-hid: Intel-quickspi: Enable Wake-on-Touch feature
  HID: Intel-thc-hid: Intel-quicki2c: Enable Wake-on-Touch feature

 drivers/hid/intel-thc-hid/Makefile            |  1 +
 .../intel-quicki2c/pci-quicki2c.c             | 14 +++
 .../intel-quickspi/pci-quickspi.c             | 15 +++
 .../intel-thc-hid/intel-thc/intel-thc-dev.h   |  4 +
 .../intel-thc-hid/intel-thc/intel-thc-wot.c   | 94 +++++++++++++++++++
 .../intel-thc-hid/intel-thc/intel-thc-wot.h   | 26 +++++
 6 files changed, 154 insertions(+)
 create mode 100644 drivers/hid/intel-thc-hid/intel-thc/intel-thc-wot.c
 create mode 100644 drivers/hid/intel-thc-hid/intel-thc/intel-thc-wot.h