The Starry is a 10.1" WXGA TFT LCD panel with er88577 controller Because Starry-er88577 and kingdisplay-kd101ne3 are not the same IC, separate Starry-er88577 from the panel-kingdisplay-kd101ne3 driver. Changes between V4 and V3: - PATCH 1/2: Move positions to keep the list sorted. - PATCH 2/2: Adjust the ".clock" assignment format. - Link to v3: https://lore.kernel.org/all/20240614145609.25432-1-lvzhaoxiong@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/ Changes between V3 and V2: - PATCH 1/2: This add the bindings to panel-simple-dsi. - PATCH 2/2: Add a separate driver for Starry-er88577, and Use the new mipi_dsi_dcs_write_seq_multi() function. - Link to v2: https://lore.kernel.org/all/20240601084528.22502-1-lvzhaoxiong@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/ Changes between V2 and V1: - PATCH 1/4: Delete some unnecessary information. - PATCH 2/4: Use the new mipi_dsi_dcs_write_seq_multi() function, deleted some unnecessary functions. - PATCH 3/4: Add compatible for Starry-er88577. - PATCH 4/4: Add starry panel configuration in panel-kingdisplay-kd101ne3 driver. - Link to v1: https://lore.kernel.org/all/20240418081548.12160-1-lvzhaoxiong@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/ Zhaoxiong Lv (2): dt-bindings: display: panel-simple-dsi: add Starry-er88577 DSI panel bindings drm/panel: starry-er88577: add new panel driver .../display/panel/panel-simple-dsi.yaml | 2 + drivers/gpu/drm/panel/Kconfig | 9 + drivers/gpu/drm/panel/Makefile | 1 + drivers/gpu/drm/panel/panel-starry-er88577.c | 343 ++++++++++++++++++ 4 files changed, 355 insertions(+) create mode 100644 drivers/gpu/drm/panel/panel-starry-er88577.c -- 2.17.1