devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/3] drm/panel: st7701: Add Anbernic RG28XX panel support
@ 2024-06-18  8:15 Hironori KIKUCHI
  2024-06-18  8:15 ` [PATCH v1 1/3] dt-bindings: display: st7701: Add Anbernic RG28XX panel Hironori KIKUCHI
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Hironori KIKUCHI @ 2024-06-18  8:15 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 Anbernic RG28XX display panel, as used in the RG28XX
handheld gaming device from Anbernic.

The panel is connected via an RGB parallel interface for image transmission
and an SPI interface for configuration.

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

Hironori KIKUCHI (3):
  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        |  36 +-
 drivers/gpu/drm/panel/Kconfig                 |   2 +
 drivers/gpu/drm/panel/panel-sitronix-st7701.c | 362 ++++++++++++++++--
 3 files changed, 357 insertions(+), 43 deletions(-)

-- 
2.45.2


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

end of thread, other threads:[~2024-06-22  7:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-18  8:15 [PATCH v1 0/3] drm/panel: st7701: Add Anbernic RG28XX panel support Hironori KIKUCHI
2024-06-18  8:15 ` [PATCH v1 1/3] dt-bindings: display: st7701: Add Anbernic RG28XX panel Hironori KIKUCHI
2024-06-18  9:17   ` Krzysztof Kozlowski
2024-06-21 10:59     ` Hironori KIKUCHI
2024-06-21 15:17       ` Krzysztof Kozlowski
2024-06-18  8:15 ` [PATCH v1 2/3] drm/panel: st7701: Add support for SPI for configuration Hironori KIKUCHI
2024-06-18  9:20   ` Krzysztof Kozlowski
2024-06-21  6:45   ` Dan Carpenter
2024-06-21 20:31   ` Jessica Zhang
2024-06-22  7:36     ` Hironori KIKUCHI
2024-06-18  8:15 ` [PATCH v1 3/3] drm/panel: st7701: Add Anbernic RG28XX panel support Hironori KIKUCHI

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).