[PATCH] drm/exynos/dsi: simplify hotplug code

2014-11-06 Thread Andrzej Hajda
On 11/06/2014 02:18 PM, Thierry Reding wrote: > On Thu, Nov 06, 2014 at 12:35:48PM +0100, Andrzej Hajda wrote: >> Exynos DSI driver uses DSI bus attach/detach callbacks to implement >> panel hotplug mechanism. The patch moves panel attachment code >> from .detect callback to DSI bus callbacks. It m

[PATCH] drm/exynos/dsi: simplify hotplug code

2014-11-06 Thread Thierry Reding
On Thu, Nov 06, 2014 at 12:35:48PM +0100, Andrzej Hajda wrote: > Exynos DSI driver uses DSI bus attach/detach callbacks to implement > panel hotplug mechanism. The patch moves panel attachment code > from .detect callback to DSI bus callbacks. It makes the code > simpler and more straightforward. >

[PATCH] drm/exynos/dsi: simplify hotplug code

2014-11-06 Thread Andrzej Hajda
Exynos DSI driver uses DSI bus attach/detach callbacks to implement panel hotplug mechanism. The patch moves panel attachment code from .detect callback to DSI bus callbacks. It makes the code simpler and more straightforward. The patch removes also redundant and lock unprotected dpms_off call from