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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon,  8 Jan 2024 15:29:00 +0530
From: Ritesh Kumar <quic_riteshk@...cinc.com>
To: dri-devel@...ts.freedesktop.org, devicetree@...r.kernel.org,
        linux-kernel@...r.kernel.org
Cc: Ritesh Kumar <quic_riteshk@...cinc.com>, neil.armstrong@...aro.org,
        quic_jesszhan@...cinc.com, sam@...nborg.org,
        maarten.lankhorst@...ux.intel.com, mripard@...nel.org,
        tzimmermann@...e.de, airlied@...il.com, daniel@...ll.ch,
        robh+dt@...nel.org, krzysztof.kozlowski+dt@...aro.org,
        conor+dt@...nel.org, quic_abhinavk@...cinc.com,
        quic_rajeevny@...cinc.com, quic_vproddut@...cinc.com,
        sumit.semwal@...aro.org
Subject: [v2 0/2] Add support for Novatek NT36672E LCD DSI panel

Add support for the 1080x2408 Novatek NT36672E LCD DSI mode panel
found on the Qualcomm QCM6490 MTP board.

The driver will come with the uncompressed video mode support.

---
v2: Fixed review comments from Krzysztof
      - renamed to novatek,nt36672e, since the driver is for the IC and
        not the panel. Adjusted internal function names to reflect the same.
      - updated dt-bindings.
---

Ritesh Kumar (2):
  dt-bindings: display: panel: Add Novatek NT36672E LCD DSI
  drm/panel: Add support for Novatek NT36672E panel driver

 .../display/panel/novatek,nt36672e.yaml       |  66 ++
 drivers/gpu/drm/panel/Kconfig                 |  10 +
 drivers/gpu/drm/panel/Makefile                |   1 +
 .../gpu/drm/panel/panel-novatek-nt36672e.c    | 643 ++++++++++++++++++
 4 files changed, 720 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/novatek,nt36672e.yaml
 create mode 100644 drivers/gpu/drm/panel/panel-novatek-nt36672e.c

-- 
2.17.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ