--- v7
+++ v9
@@ -19,6 +19,14 @@
>
> That said, might be worth checking whether arm-soc have any defconfig
> changes queued in -next so you don't end up with conflicts.
+
+Changes in v9:
+- 120 ms delay => 180 ms delay
+- Local variable in ACPI code "ihid_of" => "ihid_acpi".
+- Squash Benjamin's change for ACPI power on.
+
+Changes in v8:
+- Mark suspend/resume as static as per patches robot.
Changes in v7:
- Rebase atop commit afdd34c5fa40 ("HID: i2c-hid: show the error ...")
@@ -67,13 +75,13 @@
drivers/hid/Makefile | 2 +-
drivers/hid/i2c-hid/Kconfig | 47 +++-
drivers/hid/i2c-hid/Makefile | 6 +-
- drivers/hid/i2c-hid/i2c-hid-acpi.c | 159 +++++++++++
- drivers/hid/i2c-hid/i2c-hid-core.c | 254 +++---------------
+ drivers/hid/i2c-hid/i2c-hid-acpi.c | 143 ++++++++++
+ drivers/hid/i2c-hid/i2c-hid-core.c | 252 +++---------------
drivers/hid/i2c-hid/i2c-hid-of-goodix.c | 116 ++++++++
drivers/hid/i2c-hid/i2c-hid-of.c | 143 ++++++++++
drivers/hid/i2c-hid/i2c-hid.h | 22 ++
include/linux/platform_data/i2c-hid.h | 41 ---
- 11 files changed, 596 insertions(+), 262 deletions(-)
+ 11 files changed, 578 insertions(+), 262 deletions(-)
create mode 100644 Documentation/devicetree/bindings/input/goodix,gt7375p.yaml
create mode 100644 drivers/hid/i2c-hid/i2c-hid-acpi.c
create mode 100644 drivers/hid/i2c-hid/i2c-hid-of-goodix.c
@@ -81,5 +89,5 @@
delete mode 100644 include/linux/platform_data/i2c-hid.h
--
-2.29.2.576.ga3fc446d84-goog
+2.30.0.284.gd98b1dd5eaa7-goog