Re: [PATCH 1/4] drm: Put platform driver registration/unregistration loops in core.

2015-09-16 Thread Daniel Vetter
On Wed, Sep 16, 2015 at 11:14 AM, Eric Anholt wrote: > This is mostly just a move of the code from exynos, with a slight > reformat. I wanted to do a similar thing for vc4, and msm looks like > a good candidate as well. > > Signed-off-by: Eric Anholt > --- > drivers/gpu/drm/Makefile

[PATCH 1/4] drm: Put platform driver registration/unregistration loops in core.

2015-09-16 Thread Eric Anholt
This is mostly just a move of the code from exynos, with a slight reformat. I wanted to do a similar thing for vc4, and msm looks like a good candidate as well. Signed-off-by: Eric Anholt --- drivers/gpu/drm/Makefile| 3 ++- drivers/gpu/drm/drm_platform_helpers.c | 45