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

From: Langyan Ye

Date: Fri Oct 10 2025 - 05:38:13 EST


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@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/

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