lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231025082054.1190-1-Weishih_Lin@novatek.com.tw>
Date:   Wed, 25 Oct 2023 16:20:52 +0800
From:   Wei-Shih Lin <frank101417@...il.com>
To:     dmitry.torokhov@...il.com, robh+dt@...nel.org,
        krzysztof.kozlowski+dt@...aro.org, conor+dt@...nel.org
Cc:     linux-input@...r.kernel.org, devicetree@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] Add Novatek NT519XX touchcreen driver

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ