[PATCH v2] drm: exynos: Perform initialization/cleanup at probe/remove time

2016-12-19 Thread Daniel Stone
Hi Laurent, On 17 December 2016 at 22:29, Laurent Pinchart wrote: > The drm driver .load() operation is prone to race conditions as it > initializes the driver after registering the device nodes. Its usage is > deprecated, inline it in the probe function and call drm_dev_alloc() and > drm_dev_reg

[PATCH v2] drm: exynos: Perform initialization/cleanup at probe/remove time

2016-12-18 Thread Laurent Pinchart
From: Laurent Pinchart The drm driver .load() operation is prone to race conditions as it initializes the driver after registering the device nodes. Its usage is deprecated, inline it in the probe function and call drm_dev_alloc() and drm_dev_register() explicitly. For consistency inline the .un