Re: [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 thierry.red...@gmail.com 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,

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

2014-05-25 Thread Naveen Krishna Ch
Hello Everyone, On 21 May 2014 21:16, Thierry Reding thierry.red...@gmail.com 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.

Re: [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 ch.nav...@samsung.com 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()

Re: [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

[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