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