Hi,
On Fri, Dec 10, 2021 at 04:47:05PM +0530, Jagan Teki wrote:
This series add bridge support for Allwinner DSI controller.
In addition to previous version, this series add bridge support only not doing any bridge conversion at the moment.
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: Add Bridge driver
Patch 4: Add mode_set API
Patch 5: Enable DSI Panel
Patch 6: Enable DSI Bridge
Patch 7: Enable DSI Bridge (I2C)
It would be worth mentioning that we can't apply this patch until the one for drm_of_find_panel_or_bridge has landed? Otherwise, we're going to break every user so far.
Maxime