[PATCH v1 0/2] Add HX83102j driver for HIMAX HID touchscreen

Allen_Lin posted 2 patches 2 years ago
Only 0 patches received!
There is a newer version of this series
.../bindings/input/himax,hx8310xx.yaml        |   70 +
MAINTAINERS                                   |    8 +
drivers/hid/Kconfig                           |    9 +-
drivers/hid/Makefile                          |    2 +-
drivers/hid/hid-himax-83102j.c                | 3176 +++++++++++++++++
drivers/hid/hid-himax-83102j.h                |  927 +++++
6 files changed, 4190 insertions(+), 2 deletions(-)
create mode 100644 Documentation/devicetree/bindings/input/himax,hx8310xx.yaml
create mode 100644 drivers/hid/hid-himax-83102j.c
create mode 100644 drivers/hid/hid-himax-83102j.h
[PATCH v1 0/2] Add HX83102j driver for HIMAX HID touchscreen
Posted by Allen_Lin 2 years ago
Hi,

This driver implements for HIMAX HID touchscreen HX8310XX series. 

Using SPI interface to acquire HID packets from driver. 

Patchs notes as below 
1. Add the Maintainer and devicetree bindings document for driver
2. Add the driver code and modify Kconfig/Makefiles to support the driver

Thanks,

Allen_Lin (2):
  dt-bindings: input: Add Himax HX83102J touchscreen
  Input: Add Himax HX83102J touchscreen driver

 .../bindings/input/himax,hx8310xx.yaml        |   70 +
 MAINTAINERS                                   |    8 +
 drivers/hid/Kconfig                           |    9 +-
 drivers/hid/Makefile                          |    2 +-
 drivers/hid/hid-himax-83102j.c                | 3176 +++++++++++++++++
 drivers/hid/hid-himax-83102j.h                |  927 +++++
 6 files changed, 4190 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/input/himax,hx8310xx.yaml
 create mode 100644 drivers/hid/hid-himax-83102j.c
 create mode 100644 drivers/hid/hid-himax-83102j.h

-- 
2.34.1