devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] drm/panel: st7701: Add Anbernic RG28XX panel support
@ 2024-07-06 10:23 Hironori KIKUCHI
  2024-07-06 10:23 ` [PATCH v3 1/5] drm/panel: st7701: Rename macros Hironori KIKUCHI
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Hironori KIKUCHI @ 2024-07-06 10:23 UTC (permalink / raw)
  To: linux-kernel
  Cc: Hironori KIKUCHI, Jagan Teki, Neil Armstrong, Jessica Zhang,
	Sam Ravnborg, David Airlie, Daniel Vetter, Maarten Lankhorst,
	Maxime Ripard, Thomas Zimmermann, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, dri-devel, devicetree

Add support for the display panel of the Anbernic RG28XX, a handheld
gaming device from Anbernic. "RG28XX" is the actual name of the device.

This panel is driven by a variant of the ST7701 driver IC internally,
and is connected via an RGB parallel interface for image transmission and
an SPI interface for configuration.

Since the current code of the panel driver for ST7701 variants only
supports MIPI DSI as the configuration interface, add support for SPI
as well.

v3:
  - Split commits
  - Remove unnecessary changes
  - Change Kconfig dependency and adjust for it
  - Fix incorrect device variable in st7701_get_modes()

v2:
  - Update dt-bindings
  - Rename DSI_CMD* macros to ST7701_CMD*
  - Rename ST7701_DSI macro to ST7701_WRITE
  - Fix incorrect dev_err_probe() usage
  - Remove GPIOD_FLAGS_BIT_NONEXCLUSIVE flag
  - Remove st7701_remove() and st7701_spi_remove()
  - Call drm_panel_disable() and drm_panel_unprepare() on cleanup

Hironori KIKUCHI (5):
  drm/panel: st7701: Rename macros
  drm/panel: st7701: Decouple DSI and DRM parts
  dt-bindings: display: st7701: Add Anbernic RG28XX panel
  drm/panel: st7701: Add support for SPI for configuration
  drm/panel: st7701: Add Anbernic RG28XX panel support

 .../display/panel/sitronix,st7701.yaml        |   69 +-
 drivers/gpu/drm/panel/Kconfig                 |    3 +-
 drivers/gpu/drm/panel/panel-sitronix-st7701.c | 1074 ++++++++++-------
 3 files changed, 734 insertions(+), 412 deletions(-)

-- 
2.45.2


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-07-24  7:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-06 10:23 [PATCH v3 0/5] drm/panel: st7701: Add Anbernic RG28XX panel support Hironori KIKUCHI
2024-07-06 10:23 ` [PATCH v3 1/5] drm/panel: st7701: Rename macros Hironori KIKUCHI
2024-07-08  7:43   ` Neil Armstrong
2024-07-12 21:37   ` Jessica Zhang
2024-07-06 10:23 ` [PATCH v3 2/5] drm/panel: st7701: Decouple DSI and DRM parts Hironori KIKUCHI
2024-07-08  7:44   ` Neil Armstrong
2024-07-06 10:23 ` [PATCH v3 3/5] dt-bindings: display: st7701: Add Anbernic RG28XX panel Hironori KIKUCHI
2024-07-10 14:01   ` Conor Dooley
2024-07-24  7:54     ` Neil Armstrong
2024-07-06 10:23 ` [PATCH v3 4/5] drm/panel: st7701: Add support for SPI for configuration Hironori KIKUCHI
2024-07-24  7:53   ` Neil Armstrong
2024-07-06 10:23 ` [PATCH v3 5/5] drm/panel: st7701: Add Anbernic RG28XX panel support Hironori KIKUCHI
2024-07-24  7:54   ` Neil Armstrong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).