[PATCH v2 1/7] drm: Introduce drm_set_unique()

2014-05-13 Thread David Herrmann
Hi Some minor nitpicks below: On Tue, May 13, 2014 at 5:30 PM, Thierry Reding wrote: > From: Thierry Reding > > Add a helper function that allows drivers to statically set the unique > name of the device. This will allow platform and USB drivers to get rid > of their DRM bus implementations and

[PATCH v2 1/7] drm: Introduce drm_set_unique()

2014-05-13 Thread Thierry Reding
From: Thierry Reding Add a helper function that allows drivers to statically set the unique name of the device. This will allow platform and USB drivers to get rid of their DRM bus implementations and directly use drm_dev_alloc() and drm_dev_register(). Reviewed-by: Daniel Vetter Signed-off-by: