From: Richard Yao <rich...@ryao.dev> 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 v2: - Fixed typos in romanizations of Chinese names: Tianxinwei -> Tianxianwei Shenzen -> Shenzhen - Link to v1: https://www.spinics.net/lists/kernel/msg5767021.html Cc: Rob Herring <r...@kernel.org> Cc: Krzysztof Kozlowski <krzk...@kernel.org> Cc: Conor Dooley <conor...@kernel.org> Cc: Neil Armstrong <neil.armstr...@linaro.org> Cc: Geert Uytterhoeven <geert+rene...@glider.be> Cc: Andre Przywara <andre.przyw...@arm.com> Cc: Junhao Xie <bigf...@classfun.cn> Cc: Caleb James DeLisle <c...@cjdns.fr> Cc: Kever Yang <kever.y...@rock-chips.com> Cc: Manivannan Sadhasivam <m...@kernel.org> Cc: Jessica Zhang <quic_jessz...@quicinc.com> Cc: David Airlie <airl...@gmail.com> Cc: Simona Vetter <sim...@ffwll.ch> Cc: Maarten Lankhorst <maarten.lankho...@linux.intel.com> Cc: Maxime Ripard <mrip...@kernel.org> Cc: Thomas Zimmermann <tzimmerm...@suse.de> Cc: devicet...@vger.kernel.org Cc: dri-devel@lists.freedesktop.org Cc: linux-ker...@vger.kernel.org Signed-off-by: Richard Yao <rich...@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