[PATCH] drm/exynos: Make exynos_drm_init() call late during the bootup

2014-05-27 Thread Inki Dae
On 2014? 05? 26? 14:39, Naveen Krishna Ch wrote: > Hello Everyone, > > On 21 May 2014 21:16, Thierry Reding wrote: >> On Wed, May 14, 2014 at 05:09:45PM +0530, Naveen Krishna Chatradhi wrote: >>> exynos_drm_init() does probing of various drivers like dp_panel, >>> hdmi, fimd, mixer, etc in an ord

[PATCH] drm/exynos: Make exynos_drm_init() call late during the bootup

2014-05-26 Thread Naveen Krishna Ch
Hello Everyone, On 21 May 2014 21:16, Thierry Reding wrote: > On Wed, May 14, 2014 at 05:09:45PM +0530, Naveen Krishna Chatradhi wrote: >> exynos_drm_init() does probing of various drivers like dp_panel, >> hdmi, fimd, mixer, etc in an order and finally binds them together. >> >> Some of the drm

[PATCH] drm/exynos: Make exynos_drm_init() call late during the bootup

2014-05-21 Thread Thierry Reding
On Wed, May 14, 2014 at 05:09:45PM +0530, Naveen Krishna Chatradhi wrote: > exynos_drm_init() does probing of various drivers like dp_panel, > hdmi, fimd, mixer, etc in an order and finally binds them together. > > Some of the drm devices (Eg: dp_panel) try to do regulator_get() > and enable few s

[PATCH] drm/exynos: Make exynos_drm_init() call late during the bootup

2014-05-21 Thread Naveen Krishna Ch
Hello Everyone, On 14 May 2014 17:09, Naveen Krishna Chatradhi wrote: > exynos_drm_init() does probing of various drivers like dp_panel, > hdmi, fimd, mixer, etc in an order and finally binds them together. > > Some of the drm devices (Eg: dp_panel) try to do regulator_get() > and enable few supp

[PATCH] drm/exynos: Make exynos_drm_init() call late during the bootup

2014-05-14 Thread Naveen Krishna Chatradhi
exynos_drm_init() does probing of various drivers like dp_panel, hdmi, fimd, mixer, etc in an order and finally binds them together. Some of the drm devices (Eg: dp_panel) try to do regulator_get() and enable few supplies during their probe. Chances are that, these devices may get probed before th