All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Update ROCKCHIP DSI driver that uses dw-mipi-dsi bridge
@ 2017-11-28  1:13 ` Nickey Yang
  0 siblings, 0 replies; 11+ messages in thread
From: Nickey Yang @ 2017-11-28  1:13 UTC (permalink / raw)
  To: mark.yao, robh+dt, heiko, mark.rutland, airlied
  Cc: hl, briannorris, hoegsberg, linux-kernel, dri-devel,
	philippe.cornu, yannick.fertre, linux-rockchip, nickey.yang, zyw,
	xbl

We now have a generic dw-mipi-dsi bridge driver.So we send
this patchs to moving rockchip dw-mipi-dsi driver to that
in order to add new features(dual mipi support).
Update ROCKCHIP DSI controller driver that uses the Synopsys
DesignWare MIPI DSI host controller bridge.

Nickey Yang (3):
  dt-bindings: display: rockchip: update DSI controller
  drm/rockchip: Add ROCKCHIP DW MIPI DSI controller driver
  arm64: dts: rockchip: update mipi node for RK3399

 .../display/rockchip/dw_mipi_dsi_rockchip.txt      |   23 +-
 arch/arm64/boot/dts/rockchip/rk3399.dtsi           |    8 +-
 drivers/gpu/drm/rockchip/Kconfig                   |    2 +-
 drivers/gpu/drm/rockchip/Makefile                  |    2 +-
 drivers/gpu/drm/rockchip/dw-mipi-dsi.c             | 1349 --------------------
 drivers/gpu/drm/rockchip/dw-mipi-dsi_rockchip.c    |  756 +++++++++++
 drivers/gpu/drm/rockchip/rockchip_drm_drv.c        |    2 +-
 drivers/gpu/drm/rockchip/rockchip_drm_drv.h        |    2 +-
 8 files changed, 784 insertions(+), 1360 deletions(-)
 delete mode 100644 drivers/gpu/drm/rockchip/dw-mipi-dsi.c
 create mode 100644 drivers/gpu/drm/rockchip/dw-mipi-dsi_rockchip.c

-- 
1.9.1

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

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

end of thread, other threads:[~2017-11-28  3:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-28  1:13 [PATCH 0/3] Update ROCKCHIP DSI driver that uses dw-mipi-dsi bridge Nickey Yang
2017-11-28  1:13 ` Nickey Yang
2017-11-28  1:13 ` [PATCH 1/3] dt-bindings: display: rockchip: update DSI controller Nickey Yang
2017-11-28  1:13   ` Nickey Yang
2017-11-28  1:13 ` [PATCH 2/3] drm/rockchip: Add ROCKCHIP DW MIPI DSI controller driver Nickey Yang
2017-11-28  1:13   ` Nickey Yang
2017-11-28  1:51   ` Brian Norris
2017-11-28  1:51     ` Brian Norris
2017-11-28  3:32     ` Nickey Yang
2017-11-28  1:13 ` [PATCH 3/3] arm64: dts: rockchip: update mipi node for RK3399 Nickey Yang
2017-11-28  1:13   ` Nickey Yang

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.