devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add Novatek NT519XX touchcreen driver
@ 2023-10-25  8:20 Wei-Shih Lin
  2023-10-25  8:20 ` [PATCH 1/2] dt-bindings: touchscreen: Add Novatek NT519XX series bindings Wei-Shih Lin
  2023-10-25  8:20 ` [PATCH 2/2] Input: Add driver for Novatek NT519XX series touchscreen devices Wei-Shih Lin
  0 siblings, 2 replies; 7+ messages in thread
From: Wei-Shih Lin @ 2023-10-25  8:20 UTC (permalink / raw)
  To: dmitry.torokhov, robh+dt, krzysztof.kozlowski+dt, conor+dt
  Cc: linux-input, devicetree, linux-kernel

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-10-29  3:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-25  8:20 [PATCH 0/2] Add Novatek NT519XX touchcreen driver Wei-Shih Lin
2023-10-25  8:20 ` [PATCH 1/2] dt-bindings: touchscreen: Add Novatek NT519XX series bindings Wei-Shih Lin
2023-10-25 14:25   ` Rob Herring
2023-10-28  8:50   ` Krzysztof Kozlowski
2023-10-25  8:20 ` [PATCH 2/2] Input: Add driver for Novatek NT519XX series touchscreen devices Wei-Shih Lin
2023-10-28  8:52   ` Krzysztof Kozlowski
2023-10-29  3:26   ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).