This patch series cleans up bridge binding of DSI and MIC driver.

It doesn't have to call of_drm_find_bridge function every time
bind callback of DSI driver is called so moves this function call
into probe function and for this support it adds a bridge
at probe function of MIC driver instead of adding it at bind callback.

Inki Dae (2):
  drm/exynos: dsi: move of_drm_find_bridge call into probe
  drm/exynos: mic: add a bridge at probe

 drivers/gpu/drm/exynos/exynos_drm_dsi.c | 23 ++++++++++++-----------
 drivers/gpu/drm/exynos/exynos_drm_mic.c | 17 ++++++++++-------
 2 files changed, 22 insertions(+), 18 deletions(-)

-- 
1.9.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to