This series convert Allwinner DSI controller to full functional drm bridge driver for supporting all variants of DSI devices.
Here, are the previous version changes[1].
Patch 1: Drop the DRM bind race while attaching bridges
Patch 2: Move component_add into sun6i_dsi_attach
Patch 3: Convert the encoder to bridge driver
Patch 4: Add mode_set API
Patch 5: Enable DSI Panel
Patch 6: Enable DSI Bridge
Patch 7: Enable DSI Bridge (I2C)
[1] https://www.spinics.net/lists/arm-kernel/msg883560.html
Any inputs? Jagan.
Jagan Teki (7): drm: sun4i: dsi: Drop DRM bind race with bridge attach drm: sun4i: dsi: Add component only once DSI device attached drm: sun4i: dsi: Convert to bridge driver drm: sun4i: dsi: Add mode_set function [DO NOT MERGE] ARM: dts: sun8i: bananapi-m2m: Enable S070WV20-CT16 Panel [DO NOT MERGE] ARM: dts: sun8i: bananapi-m2m: Enable ICN6211 DSI Bridge [DO NOT MERGE] ARM: dts: sun8i: Enable DLPC3433 Bridge (I2C)
arch/arm/boot/dts/sun8i-r16-bananapi-m2m.dts | 63 ++++++ drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c | 225 ++++++++++++------- drivers/gpu/drm/sun4i/sun6i_mipi_dsi.h | 9 +- 3 files changed, 218 insertions(+), 79 deletions(-)