mbox series

[0/3] Add support for Goodix GT917S touch controller

Message ID 20200110162608.1066397-1-icenowy@aosc.io (mailing list archive)
Headers show
Series Add support for Goodix GT917S touch controller | expand

Message

Icenowy Zheng Jan. 10, 2020, 4:26 p.m. UTC
This patchset introduces support for Goodix GT917S touch controller.

The major difference with other touch controllers from Goodix is that
the ID string is no longer number-only (it contains a 'S'), so an
additional patch is introduced for migrating the ID to a string.

Icenowy Zheng (3):
  dt-bindings: input: touchscreen: add compatible string for Goodix
    GT917S
  Input: goodix - use string-based chip ID
  Input: goodix - Add support for Goodix GT917S

 .../bindings/input/touchscreen/goodix.txt     |  1 +
 drivers/input/touchscreen/goodix.c            | 41 +++++++++----------
 2 files changed, 21 insertions(+), 21 deletions(-)