--- v8
+++ v6
@@ -10,21 +10,6 @@
- Tested on a device that uses normal i2c-hid.
- Tested on a device that has a Goodix i2c-hid device.
- Tested on an ACPI device, but an earlier version of the series.
-
-I believe the plan is for Benjamin to land the whole series. Will
-said this about the arm64 defconfig change (and provided his Ack):
-> ...there are a few things I really care about
-> in defconfig (e.g. things like page size!), generally speaking we don't
-> need to Ack everything that changes in there.
->
-> 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 v8:
-- Mark suspend/resume as static as per patches robot.
-
-Changes in v7:
-- Rebase atop commit afdd34c5fa40 ("HID: i2c-hid: show the error ...")
Changes in v6:
- ACPI probe function should have been "static"
@@ -71,12 +56,12 @@
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 | 252 +++---------------
+ drivers/hid/i2c-hid/i2c-hid-core.c | 254 +++---------------
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, 594 insertions(+), 262 deletions(-)
+ 11 files changed, 596 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
@@ -84,7 +69,7 @@
delete mode 100644 include/linux/platform_data/i2c-hid.h
--
-2.29.2.576.ga3fc446d84-goog
+2.29.2.222.g5d2a92d10f8-goog
_______________________________________________