lkml.org 
[lkml]   [2023]   [Oct]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/2] Add Novatek NT519XX touchcreen driver
Date
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

\
 
 \ /
  Last update: 2023-10-25 10:23    [W:0.076 / U:1.604 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site