Re: [PATCH 2/2] drm/exynos: mic: add a bridge at probe

2017-07-05 Thread Hoegeun Kwon
On 07/03/2017 04:27 PM, Inki Dae wrote: This patch moves drm_bridge_add call into probe. This change is required by DSI driver so that the brige can be bound at DSI driver's probe. Suggested-by: Andrzej Hajda Signed-off-by: Inki Dae Reviewed-by:

Re: [PATCH 2/2] drm/exynos: mic: add a bridge at probe

2017-07-03 Thread Andrzej Hajda
On 03.07.2017 09:27, Inki Dae wrote: > This patch moves drm_bridge_add call into probe. > > This change is required by DSI driver so that > the brige can be bound at DSI driver's probe. > > Suggested-by: Andrzej Hajda > Signed-off-by: Inki Dae

[PATCH 2/2] drm/exynos: mic: add a bridge at probe

2017-07-03 Thread Inki Dae
This patch moves drm_bridge_add call into probe. This change is required by DSI driver so that the brige can be bound at DSI driver's probe. Suggested-by: Andrzej Hajda Signed-off-by: Inki Dae --- drivers/gpu/drm/exynos/exynos_drm_mic.c | 17