Re: [PATCH] drm/todo: Add s/dev_*/DRM_DEV_*/ coversion to TODO

2017-09-08 Thread Sean Paul
On Fri, Sep 8, 2017 at 10:32 AM, Sean Paul wrote: > Now that we have the DRM_DEV_* variants, we should use them. > > Signed-off-by: Sean Paul Applied to -misc-next with danvet's R-b. Sean > --- > Documentation/gpu/todo.rst | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a

Re: [PATCH] drm/todo: Add s/dev_*/DRM_DEV_*/ coversion to TODO

2017-09-08 Thread Sean Paul
On Fri, Sep 8, 2017 at 11:44 AM, Daniel Vetter wrote: > On Fri, Sep 08, 2017 at 10:32:07AM -0400, Sean Paul wrote: >> Now that we have the DRM_DEV_* variants, we should use them. >> >> Signed-off-by: Sean Paul > > I think that's fairly ideal fodder for outreachy, assume we make sure the > driver

Re: [PATCH] drm/todo: Add s/dev_*/DRM_DEV_*/ coversion to TODO

2017-09-08 Thread Daniel Vetter
On Fri, Sep 08, 2017 at 10:32:07AM -0400, Sean Paul wrote: > Now that we have the DRM_DEV_* variants, we should use them. > > Signed-off-by: Sean Paul I think that's fairly ideal fodder for outreachy, assume we make sure the driver maintainer is ok with the resulting torrent of patches first :-)

[PATCH] drm/todo: Add s/dev_*/DRM_DEV_*/ coversion to TODO

2017-09-08 Thread Sean Paul
Now that we have the DRM_DEV_* variants, we should use them. Signed-off-by: Sean Paul --- Documentation/gpu/todo.rst | 11 +++ 1 file changed, 11 insertions(+) diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index 22af55d06ab8..e3b622094bf4 100644 --- a/Documentatio