Re: [PATCH 1/2] drm/exynos: consider deferred probe case

2014-05-28 Thread Andrzej Hajda
Hi Inki, On 05/27/2014 02:42 PM, Inki Dae wrote: This patch makes sure that exynos drm framework handles deferred probe case correctly. Sub drivers could be probed before resources, clock, regulator, phy or panel, are ready for them so we should make sure that exynos drm core waits until

[PATCH 1/2] drm/exynos: consider deferred probe case

2014-05-27 Thread Inki Dae
This patch makes sure that exynos drm framework handles deferred probe case correctly. Sub drivers could be probed before resources, clock, regulator, phy or panel, are ready for them so we should make sure that exynos drm core waits until all resources are ready and sub drivers are probed