[PATCH v8 0/8] drm/sun4i: sun6i_mipi_dsi: Random fixes

From: Jagan Teki
Date: Thu Feb 14 2019 - 14:26:26 EST


These fixes are encounter in Allwinner MIPI-DSI driver while adding new
SoC support and ofcourse all these are generic with respect to controller.

All these changes are grabbed from previous versions[1] and grouped it in
a proper order so-that it can help to review and merge easy.

Changes for v8:
- rebase on master
- rework on commit messages
- rework video start delay
Changes for v7:
- rebase on master
- collect Merlijn Wajer Tested-by credits.
Changes for v6:
- fixed all burst mode patches as per previous version comments
- rebase on master
- update proper commit message
- dropped unneeded comments
- order the patches that make review easy
Changes for v5, v4, v3, v2:
- use existing driver code construct for hblk computation
- create separate function for vblk computation
- cleanup commit messages
- rebase on master
- fixed checkpatch warnings/errors

[1] https://patchwork.kernel.org/cover/10680247/
[2] https://patchwork.kernel.org/cover/10680247/

Any inputs?
Jagan.

Jagan Teki (8):
drm/sun4i: sun6i_mipi_dsi: Fix VBP size calculation
drm/sun4i: sun6i_mipi_dsi: Fix DSI hbp timing value
drm/sun4i: sun6i_mipi_dsi: Fix DSI hfp timing value
drm/sun4i: sun6i_mipi_dsi: Fix DSI hblk timing calculation
drm/sun4i: sun6i_mipi_dsi: Add DSI hblk packet overhead
drm/sun4i: sun6i_mipi_dsi: Set proper vblk timing calculation
drm/sun4i: sun6i_mipi_dsi: Refactor vertical video start delay
drm/sun4i: sun6i_mipi_dsi: Add DSI Generic short write 2 param
transfer

drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c | 65 ++++++++++++++++++++------
1 file changed, 52 insertions(+), 13 deletions(-)

--
2.18.0.321.gffc6fa0e3