| From: |
| Wei-Shih Lin <frank101417-AT-gmail.com> |
| To: |
| dmitry.torokhov-AT-gmail.com, robh+dt-AT-kernel.org, krzysztof.kozlowski+dt-AT-linaro.org, conor+dt-AT-kernel.org |
| Subject: |
| [PATCH 0/2] Add Novatek NT519XX touchcreen driver |
| Date: |
| Wed, 25 Oct 2023 16:20:52 +0800 |
| Message-ID: |
| <20231025082054.1190-1-Weishih_Lin@novatek.com.tw> |
| Cc: |
| linux-input-AT-vger.kernel.org, devicetree-AT-vger.kernel.org, linux-kernel-AT-vger.kernel.org |
| Archive-link: |
| Article |
This series adds a driver for Novatek TDDI NT519XX which mainly used in
automotive display products. This driver is different from the existing
driver named as novatek-nvt-ts.c in the path drivers/input/touchscreen/.
The existing driver supports another Novatek IC NT11205 used in Acer
Iconia One 7 B1-750 tablet.
Wei-Shih Lin (2):
dt-bindings: touchscreen: Add Novatek NT519XX series bindings
Input: Add driver for Novatek NT519XX series touchscreen devices
.../input/touchscreen/novatek,nt519xx.yaml | 60 ++
MAINTAINERS | 9 +
drivers/input/touchscreen/Kconfig | 12 +
drivers/input/touchscreen/Makefile | 1 +
drivers/input/touchscreen/nt519xx.c | 995 ++++++++++++++++++
drivers/input/touchscreen/nt519xx.h | 130 +++
drivers/input/touchscreen/nt519xx_mem_map.h | 262 +++++
7 files changed, 1469 insertions(+)
create mode 100644 Documentation/devicetree/bindings/input/touchscreen/novatek,nt519xx.yaml
create mode 100644 drivers/input/touchscreen/nt519xx.c
create mode 100644 drivers/input/touchscreen/nt519xx.h
create mode 100644 drivers/input/touchscreen/nt519xx_mem_map.h
--
2.26.1