devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/3] STM32 DSI HOST
@ 2017-05-12 14:56 Philippe CORNU
  2017-05-12 14:56 ` [PATCH v1 1/3] drm/stm: ltdc: Add bridge support Philippe CORNU
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Philippe CORNU @ 2017-05-12 14:56 UTC (permalink / raw)
  To: Alexandre Torgue, Thierry Reding, David Airlie, Maxime Coquelin,
	Russell King, Mark Rutland, Rob Herring, Arnd Bergmann,
	Benjamin Gaignard, Yannick Fertre
  Cc: linux-arm-kernel, devicetree, kernel, Philippe Cornu,
	Fabien Dessenne, dri-devel, Mickael Reulier, Vincent Abriou,
	Gabriel Fernandez, Ludovic Barre

The purpose of this set of patches is to add the mipi dsi host driver
to the stm32 family.

This mipi dsi host driver is based on the Rockchip version of the
Synopsys Designware mipi dsi driver (rockchip/dw-mipi-dsi.c)
modified for the stm32 family:
    - replace Rockchip digital & phy specific extensions with stm32's ones.
    - add a bridge

Philippe CORNU (3):
  drm/stm: ltdc: Add bridge support
  dt-bindings: display: Add STM32 DSI host driver
  drm/stm: Add STM32 DSI host driver

 .../devicetree/bindings/display/st,stm32-ltdc.txt  |   92 +-
 drivers/gpu/drm/stm/Kconfig                        |    7 +
 drivers/gpu/drm/stm/Makefile                       |    2 +
 drivers/gpu/drm/stm/dw-mipi-dsi.c                  | 1197 ++++++++++++++++++++
 drivers/gpu/drm/stm/ltdc.c                         |   82 +-
 drivers/gpu/drm/stm/ltdc.h                         |    1 +
 6 files changed, 1368 insertions(+), 13 deletions(-)
 create mode 100644 drivers/gpu/drm/stm/dw-mipi-dsi.c

-- 
1.9.1

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

end of thread, other threads:[~2017-05-22 12:58 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-12 14:56 [PATCH v1 0/3] STM32 DSI HOST Philippe CORNU
2017-05-12 14:56 ` [PATCH v1 1/3] drm/stm: ltdc: Add bridge support Philippe CORNU
     [not found]   ` <1494600989-13507-2-git-send-email-philippe.cornu-qxv4g6HH51o@public.gmane.org>
2017-05-18 18:31     ` Eric Anholt
2017-05-12 14:56 ` [PATCH v1 2/3] dt-bindings: display: Add STM32 DSI host driver Philippe CORNU
     [not found]   ` <1494600989-13507-3-git-send-email-philippe.cornu-qxv4g6HH51o@public.gmane.org>
2017-05-18 21:42     ` Rob Herring
2017-05-19 16:25       ` Philippe CORNU
2017-05-22 12:58         ` Rob Herring
2017-05-12 14:56 ` [PATCH v1 3/3] drm/stm: " Philippe CORNU
2017-05-15  8:22   ` Neil Armstrong
2017-05-15 10:33     ` Philippe CORNU
2017-05-15 14:38       ` Neil Armstrong
2017-05-16  8:13       ` Archit Taneja

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