[PATCH v2 0/2] drm/panel: Add Ilitek IL79900A controller and bindings

Langyan Ye posted 2 patches 8 months, 1 week ago
There is a newer version of this series
.../display/panel/ilitek,il79900a.yaml        |  64 +++
drivers/gpu/drm/panel/panel-ilitek-il79900a.c | 394 ++++++++++++++++++
2 files changed, 458 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/panel/ilitek,il79900a.yaml
create mode 100644 drivers/gpu/drm/panel/panel-ilitek-il79900a.c
[PATCH v2 0/2] drm/panel: Add Ilitek IL79900A controller and bindings
Posted by Langyan Ye 8 months, 1 week ago
This series adds device tree bindings and a DRM panel driver for
the Ilitek IL79900A MIPI-DSI LCD controller, which is used in the
Tianma TL121BVMS07-00 12.1-inch panel.

Changes in v2:
- PATCH 1/2: Address Rob Herring’s review comments and align with panel-common.yaml conventions.
- PATCH 2/2: Rename driver to panel-ilitek-il79900a and align naming and structure with existing Ilitek panel drivers.
- Link to v1: https://lore.kernel.org/all/20250930075044.1368134-1-yelangyan@huaqin.corp-partner.google.com/

Langyan Ye (2):
  dt-bindings: display: panel: Add Tianma TL121BVMS07-00 panel
  drm/panel: Add driver for Ilitek IL79900A-based panels

 .../display/panel/ilitek,il79900a.yaml        |  64 +++
 drivers/gpu/drm/panel/panel-ilitek-il79900a.c | 394 ++++++++++++++++++
 2 files changed, 458 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/ilitek,il79900a.yaml
 create mode 100644 drivers/gpu/drm/panel/panel-ilitek-il79900a.c

-- 
2.34.1