[PATCH v3 0/3] support for taiguan-xti05101-01a MIPI-DSI panel

Langyan Ye posted 3 patches 1 month, 2 weeks ago
.../display/panel/jadard,jd9365da-h3.yaml     |   1 +
.../devicetree/bindings/vendor-prefixes.yaml  |   2 +
.../gpu/drm/panel/panel-jadard-jd9365da-h3.c  | 244 ++++++++++++++++++
3 files changed, 247 insertions(+)
[PATCH v3 0/3] support for taiguan-xti05101-01a MIPI-DSI panel
Posted by Langyan Ye 1 month, 2 weeks ago
The panel uses the Jadard JD9365DA-H3 display controller, which is already
supported by the existing panel driver. This series introduces a new
vendor prefix, adds the corresponding devicetree compatible, and extends
the panel driver to support this specific panel variant.

Changes in v3:
- Use vendor prefix "taiguanck" to match the verifiable company domain
  as requested during review.
- Link to v2: https://lore.kernel.org/all/20260213071946.1436852-1-yelangyan@huaqin.corp-partner.google.com/

Changes in v2:
- PATCH 1/3: Clarify the origin of the "taiguan" vendor prefix as requested during review.
- Link to v1: https://lore.kernel.org/all/20260205154657.3085820-1-yelangyan@huaqin.corp-partner.google.com/

Langyan Ye (3):
  dt-bindings: vendor: add taiguanck
  dt-bindings: display: panel: Add compatible for TAIGUAN XTI05101-01A
  drm/panel: panel-jadard-jd9365da-h3: support for taiguan-xti05101-01a
    MIPI-DSI panel

 .../display/panel/jadard,jd9365da-h3.yaml     |   1 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 .../gpu/drm/panel/panel-jadard-jd9365da-h3.c  | 244 ++++++++++++++++++
 3 files changed, 247 insertions(+)

-- 
2.34.1
Re: [PATCH v3 0/3] support for taiguan-xti05101-01a MIPI-DSI panel
Posted by Neil Armstrong 3 weeks, 1 day ago
Hi,

On Sat, 14 Feb 2026 16:54:06 +0800, Langyan Ye wrote:
> The panel uses the Jadard JD9365DA-H3 display controller, which is already
> supported by the existing panel driver. This series introduces a new
> vendor prefix, adds the corresponding devicetree compatible, and extends
> the panel driver to support this specific panel variant.
> 
> Changes in v3:
> - Use vendor prefix "taiguanck" to match the verifiable company domain
>   as requested during review.
> - Link to v2: https://lore.kernel.org/all/20260213071946.1436852-1-yelangyan@huaqin.corp-partner.google.com/
> 
> [...]

Thanks, Applied to https://gitlab.freedesktop.org/drm/misc/kernel.git (drm-misc-next)

[1/3] dt-bindings: vendor: add taiguanck
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/65fb1ca580461a4fb4529a22b0d6f50c13e4c3cc
[2/3] dt-bindings: display: panel: Add compatible for TAIGUAN XTI05101-01A
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/75a703c6810fa566e5a64dc0c3e45d2d891307e2
[3/3] drm/panel: panel-jadard-jd9365da-h3: support for taiguan-xti05101-01a MIPI-DSI panel
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/5c19c4ed5ae45553380afa6de7cd17d4e5bef827

-- 
Neil