[PATCH v3 0/3] drm/panel: ilitek-ili9881c: Add Tianxianwei TWX700100S0

Richard Yao posted 3 patches 2 months, 3 weeks ago
.../display/panel/ilitek,ili9881c.yaml        |   1 +
.../devicetree/bindings/vendor-prefixes.yaml  |   2 +
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c | 242 ++++++++++++++++++
3 files changed, 245 insertions(+)
[PATCH v3 0/3] drm/panel: ilitek-ili9881c: Add Tianxianwei TWX700100S0
Posted by Richard Yao 2 months, 3 weeks ago
Hello,

This series adds support for the Tianxianwei TWX700100S0 panel. The
first patch adds the Tianxianwei vendor to the vendor prefixes yaml
file.  The second patch documents the DT binding. The third patch makes
fairly standard changes to the ili9881c driver.

Runtime testing and validation was done using a patched rpi-6.12.36-v8
kernel on a CM4 using a custom carrier board designed by Scandent.

I have confirmed in writing with Tianxianwei that this patch series may
be released under the GPL after sending them an early draft for review.
This should be superfluous given my signed-off, but I want to make it
clear that I did not assume fair use when providing signed-off.

Changes in v3:
  - Fixed squash artifact in the third patch's commit message.
  - Changed v1 link to use lkml.org to address mailing list rejection
    due to "HTML part".
  - Link to v2: https://lkml.org/lkml/2025/7/14/1504
Changes in v2:
  - Fixed typos in romanizations of Chinese names:
      Tianxinwei -> Tianxianwei
      Shenzen -> Shenzhen
  - Link to v1: https://lkml.org/lkml/2025/7/14/1389

Cc: Rob Herring <robh@kernel.org>
Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Neil Armstrong <neil.armstrong@linaro.org>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Andre Przywara <andre.przywara@arm.com>
Cc: Junhao Xie <bigfoot@classfun.cn>
Cc: Caleb James DeLisle <cjd@cjdns.fr>
Cc: Kever Yang <kever.yang@rock-chips.com>
Cc: Manivannan Sadhasivam <mani@kernel.org>
Cc: Jessica Zhang <quic_jesszhan@quicinc.com>
Cc: David Airlie <airlied@gmail.com>
Cc: Simona Vetter <simona@ffwll.ch>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <mripard@kernel.org>
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Cc: devicetree@vger.kernel.org
Cc: dri-devel@lists.freedesktop.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Richard Yao <richard@scandent.com>
---
Richard Yao (3):
  dt-bindings: vendor-prefixes: Add Tianxianwei name
  dt-bindings: ilitek-ili9881c: Add Tianxianwei TWX700100S0 support
  drm/panel: ilitek-ili9881c: Add Tianxianwei TWX700100S0 support

 .../display/panel/ilitek,ili9881c.yaml        |   1 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 drivers/gpu/drm/panel/panel-ilitek-ili9881c.c | 242 ++++++++++++++++++
 3 files changed, 245 insertions(+)

-- 
2.50.0
Re: [PATCH v3 0/3] drm/panel: ilitek-ili9881c: Add Tianxianwei TWX700100S0
Posted by Krzysztof Kozlowski 2 months, 3 weeks ago
On Mon, Jul 14, 2025 at 06:17:58PM -0400, Richard Yao wrote:
> Hello,
> 
> This series adds support for the Tianxianwei TWX700100S0 panel. The
> first patch adds the Tianxianwei vendor to the vendor prefixes yaml
> file.  The second patch documents the DT binding. The third patch makes
> fairly standard changes to the ili9881c driver.
> 
> Runtime testing and validation was done using a patched rpi-6.12.36-v8
> kernel on a CM4 using a custom carrier board designed by Scandent.
> 
> I have confirmed in writing with Tianxianwei that this patch series may
> be released under the GPL after sending them an early draft for review.
> This should be superfluous given my signed-off, but I want to make it
> clear that I did not assume fair use when providing signed-off.
> 
> Changes in v3:
>   - Fixed squash artifact in the third patch's commit message.
>   - Changed v1 link to use lkml.org to address mailing list rejection
>     due to "HTML part".
>   - Link to v2: https://lkml.org/lkml/2025/7/14/1504

Please use lore links. b4 does it for you, BTW, so recommended way to
send patchset is to use b4.

Best regards,
Krzysztof