All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/6] Rockchip dw-mipi-dsi driver
@ 2017-02-08  2:25 ` Chris Zhong
  0 siblings, 0 replies; 27+ messages in thread
From: Chris Zhong @ 2017-02-08  2:25 UTC (permalink / raw)
  To: john, dianders, tfiga, heiko, yzq, mark.rutland, devicetree,
	robh+dt, galak, pawel.moll, seanpaul
  Cc: linux-rockchip, Chris Zhong, Mark Yao, linux-kernel, dri-devel,
	David Airlie, linux-arm-kernel

Hi all

This patch serial is for RK3399 MIPI DSI. The MIPI DSI controller of
RK3399 is almost the same as RK3288, except a little bit of difference
in phy clock controlling and port id selection register. These patches
add RK3399 support and the power domain support.

And these patches base on John Keeping's v3 patches[0], it fixes many bugs,
they have been tested on rk3288 evb board.

[0]:
[01/24] https://patchwork.kernel.org/patch/9544089
[02/24] https://patchwork.kernel.org/patch/9544061
[03/24] https://patchwork.kernel.org/patch/9544065
[04/24] https://patchwork.kernel.org/patch/9544077
[05/24] https://patchwork.kernel.org/patch/9544033
[06/24] https://patchwork.kernel.org/patch/9544037
[07/24] https://patchwork.kernel.org/patch/9544029
[08/24] https://patchwork.kernel.org/patch/9544031
[09/24] https://patchwork.kernel.org/patch/9544083
[10/24] https://patchwork.kernel.org/patch/9544063
[11/24] https://patchwork.kernel.org/patch/9544085
[12/24] https://patchwork.kernel.org/patch/9544093
[13/24] https://patchwork.kernel.org/patch/9544081
[14/24] https://patchwork.kernel.org/patch/9544057
[15/24] https://patchwork.kernel.org/patch/9544079
[16/24] https://patchwork.kernel.org/patch/9544035
[17/24] https://patchwork.kernel.org/patch/9544105
[18/24] https://patchwork.kernel.org/patch/9544059
[21/24] https://patchwork.kernel.org/patch/9544009
[22/24] https://patchwork.kernel.org/patch/9544049
[23/24] https://patchwork.kernel.org/patch/9544055
[24/24] https://patchwork.kernel.org/patch/9544109


Changes in v6:
- no need check phy_cfg_clk before enable/disable

Changes in v5:
- check the error of phy_cfg_clk in dw_mipi_dsi_bind

Changes in v4:
- remove the unrelated change

Changes in v3:
- base on John Keeping's patch series

Chris Zhong (6):
  dt-bindings: add rk3399 support for dw-mipi-rockchip
  drm/rockchip/dsi: dw-mipi: support RK3399 mipi dsi
  drm/rockchip/dsi: dw-mipi: correct the coding style
  drm/rockchip/dsi: remove mode_valid function
  dt-bindings: add power domain node for dw-mipi-rockchip
  drm/rockchip/dsi: add dw-mipi power domain support

 .../display/rockchip/dw_mipi_dsi_rockchip.txt      |   7 +-
 drivers/gpu/drm/rockchip/dw-mipi-dsi.c             | 156 ++++++++++++---------
 2 files changed, 98 insertions(+), 65 deletions(-)

-- 
2.6.3

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

end of thread, other threads:[~2017-02-08 16:40 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-08  2:25 [PATCH v6 0/6] Rockchip dw-mipi-dsi driver Chris Zhong
2017-02-08  2:25 ` Chris Zhong
2017-02-08  2:25 ` Chris Zhong
2017-02-08  2:25 ` [PATCH v6 1/6] dt-bindings: add rk3399 support for dw-mipi-rockchip Chris Zhong
2017-02-08  2:25   ` Chris Zhong
2017-02-08  2:25   ` Chris Zhong
2017-02-08  2:25 ` [PATCH v6 2/6] drm/rockchip/dsi: dw-mipi: support RK3399 mipi dsi Chris Zhong
2017-02-08  2:25   ` Chris Zhong
2017-02-08  2:25   ` Chris Zhong
2017-02-08 16:11   ` Sean Paul
2017-02-08 16:11     ` Sean Paul
2017-02-08 16:11     ` Sean Paul
2017-02-08  2:25 ` [PATCH v6 3/6] drm/rockchip/dsi: dw-mipi: correct the coding style Chris Zhong
2017-02-08  2:25   ` Chris Zhong
2017-02-08  2:25   ` Chris Zhong
2017-02-08  2:25 ` [PATCH v6 4/6] drm/rockchip/dsi: remove mode_valid function Chris Zhong
2017-02-08  2:25   ` Chris Zhong
2017-02-08  2:25   ` Chris Zhong
2017-02-08  2:25 ` [PATCH v6 5/6] dt-bindings: add power domain node for dw-mipi-rockchip Chris Zhong
2017-02-08  2:25   ` Chris Zhong
2017-02-08  2:25   ` Chris Zhong
2017-02-08  2:25 ` [PATCH v6 6/6] drm/rockchip/dsi: add dw-mipi power domain support Chris Zhong
2017-02-08  2:25   ` Chris Zhong
2017-02-08  2:25   ` Chris Zhong
2017-02-08 16:14 ` [PATCH v6 0/6] Rockchip dw-mipi-dsi driver Sean Paul
2017-02-08 16:14   ` Sean Paul
2017-02-08 16:14   ` Sean Paul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.