devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/6] STM32 DSI HOST
@ 2017-06-02 14:37 Philippe CORNU
  2017-06-02 14:37 ` [PATCH v3 2/6] dt-bindings: display: Add Synopsys DW MIPI DSI DRM bridge driver Philippe CORNU
       [not found] ` <1496414235-20098-1-git-send-email-philippe.cornu-qxv4g6HH51o@public.gmane.org>
  0 siblings, 2 replies; 26+ messages in thread
From: Philippe CORNU @ 2017-06-02 14:37 UTC (permalink / raw)
  To: Alexandre Torgue, Thierry Reding, David Airlie, Maxime Coquelin,
	Russell King, Mark Rutland, Rob Herring, Arnd Bergmann,
	Benjamin Gaignard, Yannick Fertre, Neil Armstrong, Archit Taneja,
	Eric Anholt, Chris Zhong, Andrzej Hajda, Xinliang Liu,
	zourongrong-Re5JQEeQqe8AvxtiuMwx3w, Xinwei Kong, Chen Feng,
	Mark Yao <mark.yao>
  Cc: Philippe Cornu, Mickael Reulier, Gabriel Fernandez,
	Vincent Abriou, Fabien Dessenne, Ludovic Barre,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Version 3:
- stm/ltdc: Use panel-bridge (-170 lines), thanks to comments of Eric Anholt,
  Boris Brezillon, Archit Taneja & Andrzej Hajda.
- Synopsys dsi: Add dw_mipi_dsi.h (forgotten in v2), thanks to comments of
  Neil Armstrong.
- Synopsys dsi/dw-mipi-dsi.c: add dw_mipi_dsi_dphy_init() &
  dw_mipi_dsi_dphy_enable() to better manage DW phy-dedicated regs, remove
  dw_mipi_dsi_mode enum, remove stm32 patch for lpm, remove pllref (manage in
  the vendor phy) thanks to comments of Archit Taneja. Add mode_flags to phy
  parameters to better adjust lane mbps according to dsi burst and non burst
  modes todos in caps.
- stm/dw_mipi_dsi-stm.c: Add pllref management.
- dt-bindings/display/stm: Split dt-bindings patch in two (parent node
  removal/ dsi), add required nodes (port & panel/bridge), updates thanks to
  comments of Rob Herring.
- dt-bindings/display/Synopsys dsi: remove port as part of the vendor
  documentation, add panel/bridge node, update dt-bindings thanks to comments
  of Rob Herring.
- Add more people from Hisilicon & Rockchip.

Version 2:
- Add a generic Synopsys DesignWare MIPI DSI bridge driver following
  comments from Neil Armstrong & Archit Taneja.
- Use drm_of_find_panel_or_bridge() thanks to Eric Anholt comments
- Update dt-bindings thanks to Rob Herring comments

Version 1:
- Initial commit

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 (6):
  drm/stm: ltdc: Add panel-bridge support
  dt-bindings: display: Add Synopsys DW MIPI DSI DRM bridge driver
  drm/bridge/synopsys: Add MIPI DSI host controller bridge
  dt-bindings: display: stm32: remove st-display-subsystem parent node
    requirement
  dt-bindings: display: stm32: Add DSI host driver
  drm/stm: Add STM32 DSI host driver

 .../bindings/display/bridge/dw_mipi_dsi.txt        |   30 +
 .../devicetree/bindings/display/st,stm32-ltdc.txt  |   84 +-
 drivers/gpu/drm/bridge/synopsys/Kconfig            |    9 +
 drivers/gpu/drm/bridge/synopsys/Makefile           |    2 +
 drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c      | 1022 ++++++++++++++++++++
 drivers/gpu/drm/stm/Kconfig                        |   10 +-
 drivers/gpu/drm/stm/Makefile                       |    2 +
 drivers/gpu/drm/stm/dw_mipi_dsi-stm.c              |  353 +++++++
 drivers/gpu/drm/stm/ltdc.c                         |  208 +---
 drivers/gpu/drm/stm/ltdc.h                         |    2 +-
 include/drm/bridge/dw_mipi_dsi.h                   |   42 +
 11 files changed, 1585 insertions(+), 179 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/display/bridge/dw_mipi_dsi.txt
 create mode 100644 drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c
 create mode 100644 drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
 create mode 100644 include/drm/bridge/dw_mipi_dsi.h

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2017-06-23 21:24 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-02 14:37 [PATCH v3 0/6] STM32 DSI HOST Philippe CORNU
2017-06-02 14:37 ` [PATCH v3 2/6] dt-bindings: display: Add Synopsys DW MIPI DSI DRM bridge driver Philippe CORNU
     [not found]   ` <1496414235-20098-3-git-send-email-philippe.cornu-qxv4g6HH51o@public.gmane.org>
2017-06-06  8:00     ` Neil Armstrong
2017-06-08 15:40     ` Rob Herring
2017-06-09  4:11       ` Archit Taneja
     [not found]         ` <7502cbc2-9feb-4dd3-3d95-b5f33b8a8872-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2017-06-09  9:43           ` Jose Abreu
     [not found]             ` <7dd31d6d-1d5d-2432-07aa-96349f50c924-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>
2017-06-09 13:01               ` Rob Herring
2017-06-11  5:58                 ` Archit Taneja
2017-06-19 16:51       ` Philippe CORNU
2017-06-23 21:24         ` Rob Herring
     [not found] ` <1496414235-20098-1-git-send-email-philippe.cornu-qxv4g6HH51o@public.gmane.org>
2017-06-02 14:37   ` [PATCH v3 1/6] drm/stm: ltdc: Add panel-bridge support Philippe CORNU
2017-06-02 20:41     ` Eric Anholt
2017-06-03 16:43     ` kbuild test robot
2017-06-02 14:37   ` [PATCH v3 3/6] drm/bridge/synopsys: Add MIPI DSI host controller bridge Philippe CORNU
     [not found]     ` <1496414235-20098-4-git-send-email-philippe.cornu-qxv4g6HH51o@public.gmane.org>
2017-06-06  8:07       ` Neil Armstrong
2017-06-09  5:21       ` Archit Taneja
2017-06-02 14:37   ` [PATCH v3 4/6] dt-bindings: display: stm32: remove st-display-subsystem parent node requirement Philippe CORNU
     [not found]     ` <1496414235-20098-5-git-send-email-philippe.cornu-qxv4g6HH51o@public.gmane.org>
2017-06-06  8:02       ` Neil Armstrong
2017-06-08 17:01     ` Rob Herring
2017-06-02 14:37   ` [PATCH v3 5/6] dt-bindings: display: stm32: Add DSI host driver Philippe CORNU
     [not found]     ` <1496414235-20098-6-git-send-email-philippe.cornu-qxv4g6HH51o@public.gmane.org>
2017-06-06  8:05       ` Neil Armstrong
2017-06-08 17:12     ` Rob Herring
2017-06-19 16:58       ` Philippe CORNU
2017-06-02 14:37   ` [PATCH v3 6/6] drm/stm: Add STM32 " Philippe CORNU
2017-06-06  8:11     ` Neil Armstrong
     [not found]       ` <e1872ac0-c0e0-b615-4b5e-d45d9ae96f85-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
2017-06-09  5:31         ` 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).