linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Add support for Waveshare DSI2DPI unit
@ 2025-08-06  1:33 Joseph Guo
  2025-08-06  1:33 ` [PATCH v3 1/3] dt-bindings: display: bridge: Add waveshare DSI2DPI unit support Joseph Guo
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Joseph Guo @ 2025-08-06  1:33 UTC (permalink / raw)
  To: Andrzej Hajda, Neil Armstrong, Robert Foss, Laurent Pinchart,
	Jonas Karlman, Jernej Skrabec, David Airlie, Simona Vetter,
	Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Jessica Zhang, Thierry Reding,
	Sam Ravnborg
  Cc: dri-devel, devicetree, linux-kernel, victor.liu, Joseph Guo

This patchset add support for waveshare DSI2DPI unit.

Signed-off-by: Joseph Guo <qijian.guo@nxp.com>
---
Changes in v3:
- Add Suggested-by tags
- s/R-b/A-b/ in patch 2
- Sort the config names alphabetically
- Add depends on BACKLIGHT_CLASS_DEVICE
- Drop disable_debugfs in regmap_config
- Sort the variables in reverse Christmas tree
- Drop inappropriate blank line
- Drop duplicate backlight variable
- Change API to upstream version
- Link to v2: https://lore.kernel.org/r/20250804-waveshare-v2-0-0a1b3ce92a95@nxp.com

Changes in v2:
- /s/i2c0/i2c/ in patch 1
- Add Review tags
- Link to v1: https://lore.kernel.org/r/20250716-waveshare-v1-0-81cb03fb25a3@nxp.com

---
Joseph Guo (3):
      dt-bindings: display: bridge: Add waveshare DSI2DPI unit support
      dt-bindings: display: panel: Add waveshare DPI panel support
      drm: bridge: Add waveshare DSI2DPI unit driver

 .../bindings/display/bridge/waveshare,dsi2dpi.yaml | 103 +++++++++++
 .../bindings/display/panel/panel-simple.yaml       |   4 +
 drivers/gpu/drm/bridge/Kconfig                     |  12 ++
 drivers/gpu/drm/bridge/Makefile                    |   1 +
 drivers/gpu/drm/bridge/waveshare-dsi.c             | 203 +++++++++++++++++++++
 5 files changed, 323 insertions(+)
---
base-commit: ade011daf9e9e0d0180d8bc85b9abc8a67a8d489
change-id: 20250715-waveshare-dad93ea9980f

Best regards,
-- 
Joseph Guo <qijian.guo@nxp.com>


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

end of thread, other threads:[~2025-08-06  6:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-06  1:33 [PATCH v3 0/3] Add support for Waveshare DSI2DPI unit Joseph Guo
2025-08-06  1:33 ` [PATCH v3 1/3] dt-bindings: display: bridge: Add waveshare DSI2DPI unit support Joseph Guo
2025-08-06  1:33 ` [PATCH v3 2/3] dt-bindings: display: panel: Add waveshare DPI panel support Joseph Guo
2025-08-06  1:33 ` [PATCH v3 3/3] drm: bridge: Add waveshare DSI2DPI unit driver Joseph Guo
2025-08-06  6:51 ` [PATCH v3 0/3] Add support for Waveshare DSI2DPI unit 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).