Re: [PATCH v8 2/8] drm/bridge: analogix_dp: Fix connector and encoder cleanup

2018-03-01 Thread Heiko Stübner
Am Mittwoch, 10. Januar 2018, 17:23:42 CET schrieb Thierry Escande: > From: Jeffy Chen > > Since we are initing connector in the core driver and encoder in the > plat driver, let's clean them up in the right places. > > Signed-off-by: Jeffy Chen > Signed-off-by: Thierry Escande > Reviewed-by:

[PATCH v8 2/8] drm/bridge: analogix_dp: Fix connector and encoder cleanup

2018-01-10 Thread Thierry Escande
From: Jeffy Chen Since we are initing connector in the core driver and encoder in the plat driver, let's clean them up in the right places. Signed-off-by: Jeffy Chen Signed-off-by: Thierry Escande Reviewed-by: Andrzej Hajda --- drivers/gpu/drm/bridge/analogix/analogix_dp_core.c | 2 -- driv