Changes to v2: - Move the LVDS patch to the beginning and improve the patch desc. - Write 0 to registers in rcar_mipi_dsi_shutdown instead of just clearing a bit. - Fix function names in "fix DSI enable & disable sequence" patch desc. - Add "drm: rcar-du: dsi: Fix VCLKSET write" Tomi Tomi Valkeinen (5): drm: rcar-du: lvds: Rename pclk enable/disable functions drm: rcar-du: dsi: Properly stop video mode TX drm: rcar-du: dsi: Improve DSI shutdown drm: rcar-du: fix DSI enable & disable sequence drm: rcar-du: dsi: Fix VCLKSET write drivers/gpu/drm/rcar-du/rcar_du_crtc.c | 30 +++++++++- drivers/gpu/drm/rcar-du/rcar_du_drv.h | 2 + drivers/gpu/drm/rcar-du/rcar_du_encoder.c | 4 ++ drivers/gpu/drm/rcar-du/rcar_lvds.c | 4 +- drivers/gpu/drm/rcar-du/rcar_lvds.h | 10 ++-- drivers/gpu/drm/rcar-du/rcar_mipi_dsi.c | 71 ++++++++++++++++++++--- drivers/gpu/drm/rcar-du/rcar_mipi_dsi.h | 31 ++++++++++ 7 files changed, 135 insertions(+), 17 deletions(-) create mode 100644 drivers/gpu/drm/rcar-du/rcar_mipi_dsi.h -- 2.34.1