[PATCH v5 0/4] drm/panel: ilitek-ili9806e: add Rocktech RK050HR345-CT106A support

Dario Binacchi posted 4 patches 2 weeks ago
.../display/panel/ilitek,ili9806e.yaml        |  38 ++-
MAINTAINERS                                   |   3 +-
drivers/gpu/drm/panel/Kconfig                 |  22 +-
drivers/gpu/drm/panel/Makefile                |   4 +-
.../drm/panel/panel-ilitek-ili9806e-core.c    | 134 ++++++++
.../drm/panel/panel-ilitek-ili9806e-core.h    |  15 +
...ili9806e.c => panel-ilitek-ili9806e-dsi.c} | 153 +++------
.../gpu/drm/panel/panel-ilitek-ili9806e-spi.c | 323 ++++++++++++++++++
8 files changed, 576 insertions(+), 116 deletions(-)
create mode 100644 drivers/gpu/drm/panel/panel-ilitek-ili9806e-core.c
create mode 100644 drivers/gpu/drm/panel/panel-ilitek-ili9806e-core.h
rename drivers/gpu/drm/panel/{panel-ilitek-ili9806e.c => panel-ilitek-ili9806e-dsi.c} (82%)
create mode 100644 drivers/gpu/drm/panel/panel-ilitek-ili9806e-spi.c
[PATCH v5 0/4] drm/panel: ilitek-ili9806e: add Rocktech RK050HR345-CT106A support
Posted by Dario Binacchi 2 weeks ago
This series extends the Ilitek ILI9806E panel driver to support the
Rocktech RK050HR345-CT106A model via SPI.

To achieve this, the current driver (previously restricted to DSI) is
refactored to support both DSI and SPI variants independently.

The series includes:
 - A refactoring of the existing driver and Kconfig to support
   multiple buses.
 - DT binding documentation for the Rocktech RK050HR345-CT106A.
 - The implementation of the SPI-based driver for the Rocktech panel.

Changes in v5:
- Add Reviewed-by tag of Neil Armstrong for patches:
  - 1/4 drm/panel: ilitek-ili9806e: rename to specific DSI driver
  - 2/4 drm/panel: ilitek-ili9806e: split core and DSI logic

Changes in v4:
- Fix "WARNING: unmet direct dependencies detected for
  DRM_PANEL_ILITEK_ILI9806E_CORE" reported by kernel test robot

Changes in v3:
- Add Reviewed-by tag of Rob Herring

Changes in v2:
- Introduce DRM_PANEL_ILITEK_ILI9806E_CORE hidden kconfig option.
- Split core and DSI logic.
- Restore vdd-supply as required for both DSI and SPI types in the
  dt-bindings.
- Dop useless settings in case of rocktech,rk050hr345-ct106a in the
  dt-bindings.

Dario Binacchi (4):
  drm/panel: ilitek-ili9806e: rename to specific DSI driver
  drm/panel: ilitek-ili9806e: split core and DSI logic
  dt-bindings: ili9806e: add Rocktech RK050HR345-CT106A display
  drm/panel: ilitek-ili9806e: add Rocktech RK050HR345-CT106A SPI panel

 .../display/panel/ilitek,ili9806e.yaml        |  38 ++-
 MAINTAINERS                                   |   3 +-
 drivers/gpu/drm/panel/Kconfig                 |  22 +-
 drivers/gpu/drm/panel/Makefile                |   4 +-
 .../drm/panel/panel-ilitek-ili9806e-core.c    | 134 ++++++++
 .../drm/panel/panel-ilitek-ili9806e-core.h    |  15 +
 ...ili9806e.c => panel-ilitek-ili9806e-dsi.c} | 153 +++------
 .../gpu/drm/panel/panel-ilitek-ili9806e-spi.c | 323 ++++++++++++++++++
 8 files changed, 576 insertions(+), 116 deletions(-)
 create mode 100644 drivers/gpu/drm/panel/panel-ilitek-ili9806e-core.c
 create mode 100644 drivers/gpu/drm/panel/panel-ilitek-ili9806e-core.h
 rename drivers/gpu/drm/panel/{panel-ilitek-ili9806e.c => panel-ilitek-ili9806e-dsi.c} (82%)
 create mode 100644 drivers/gpu/drm/panel/panel-ilitek-ili9806e-spi.c

-- 
2.43.0

base-commit: a989fde763f4f24209e4702f50a45be572340e68
Re: [PATCH v5 0/4] drm/panel: ilitek-ili9806e: add Rocktech RK050HR345-CT106A support
Posted by Neil Armstrong 6 days, 13 hours ago
Hi,

On Wed, 18 Mar 2026 08:32:49 +0100, Dario Binacchi wrote:
> This series extends the Ilitek ILI9806E panel driver to support the
> Rocktech RK050HR345-CT106A model via SPI.
> 
> To achieve this, the current driver (previously restricted to DSI) is
> refactored to support both DSI and SPI variants independently.
> 
> The series includes:
>  - A refactoring of the existing driver and Kconfig to support
>    multiple buses.
>  - DT binding documentation for the Rocktech RK050HR345-CT106A.
>  - The implementation of the SPI-based driver for the Rocktech panel.
> 
> [...]

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

[1/4] drm/panel: ilitek-ili9806e: rename to specific DSI driver
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/3bdd847ac2278d675e86000fced794fd61159974
[2/4] drm/panel: ilitek-ili9806e: split core and DSI logic
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/0efa7924243e461a643a44904653f200bfd40ee0
[3/4] dt-bindings: ili9806e: add Rocktech RK050HR345-CT106A display
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/7cad20e339ea0493fad76db27e4675b2a9629e7c
[4/4] drm/panel: ilitek-ili9806e: add Rocktech RK050HR345-CT106A SPI panel
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/a05f291175f2cc01fa95c29dba4493cd3f8de594

-- 
Neil