[PATCH 0/2] drm/exynos: clean up bridge binding

Inki Dae inki.dae at samsung.com
Mon Jul 3 07:27:57 UTC 2017


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



More information about the dri-devel mailing list