public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Update ROCKCHIP DSI driver that uses dw-mipi-dsi bridge
@ 2017-11-28  1:55 Nickey Yang
  2017-11-28  1:55 ` [PATCH v2 1/3] dt-bindings: display: rockchip: update DSI controller Nickey Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Nickey Yang @ 2017-11-28  1:55 UTC (permalink / raw)
  To: mark.yao, robh+dt, heiko, mark.rutland, airlied
  Cc: linux-kernel, dri-devel, linux-rockchip, seanpaul, briannorris,
	mka, hoegsberg, architt, philippe.cornu, yannick.fertre, hl, zyw,
	xbl, nickey.yang

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1283 bytes --]

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.

ChangeLog:
v2:
   add err_pllref、remove unnecessary encoder.enable & disable
   correct spelling mistakes


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

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

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

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox