devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] drm/panel: Add support for Raydium RM68200 panel
@ 2018-03-02 15:32 Philippe Cornu
  2018-03-02 15:32 ` [PATCH v2 1/2] dt-bindings/display/panel: Add support for Raydium rm68200 dsi panel Philippe Cornu
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Philippe Cornu @ 2018-03-02 15:32 UTC (permalink / raw)
  To: Thierry Reding, David Airlie, Rob Herring, Mark Rutland,
	dri-devel, devicetree, linux-kernel
  Cc: Alexandre Torgue, Philippe Cornu, Yannick Fertre, Vincent Abriou

The Raydium Semiconductor Corporation RM68200 is a 5.5" 720x1280
TFT LCD panel connected using a MIPI-DSI video interface.

Version 2:
- Add Rob Herring Reviewed-by on dt-bindings.
- Update Kconfig & driver thanks to Thierry Reding comments: no more
  DRV_NAME, DRM_WARN_ONCE instead of DRV_NAME where applicable, use
  backlight_enable/disable() & devm_of_find_backlight(), no extra
  gpio reset to 0, no more msg if successful, use RM68200 instead of
  rm68200 where necessary.

Version 1:
- Initial commit

Philippe Cornu (2):
  dt-bindings/display/panel: Add support for Raydium rm68200 dsi panel
  drm/panel: Add support for Raydium RM68200 panel driver

 .../bindings/display/panel/raydium,rm68200.txt     |  25 ++
 drivers/gpu/drm/panel/Kconfig                      |   8 +
 drivers/gpu/drm/panel/Makefile                     |   1 +
 drivers/gpu/drm/panel/panel-raydium-rm68200.c      | 437 +++++++++++++++++++++
 4 files changed, 471 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/raydium,rm68200.txt
 create mode 100755 drivers/gpu/drm/panel/panel-raydium-rm68200.c

-- 
2.15.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2018-03-12 15:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-02 15:32 [PATCH v2 0/2] drm/panel: Add support for Raydium RM68200 panel Philippe Cornu
2018-03-02 15:32 ` [PATCH v2 1/2] dt-bindings/display/panel: Add support for Raydium rm68200 dsi panel Philippe Cornu
2018-03-02 15:32 ` [PATCH v2 2/2] drm/panel: Add support for Raydium RM68200 panel driver Philippe Cornu
2018-03-12  8:04 ` [PATCH v2 0/2] drm/panel: Add support for Raydium RM68200 panel Thierry Reding
2018-03-12 15:59   ` Philippe CORNU

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