[PATCH 1/3] drm: add register and unregister functions for connectors

2014-06-19 Thread Daniel Vetter
On Tue, Jun 10, 2014 at 06:21:35PM +0200, David Herrmann wrote: > Hi > > On Thu, May 29, 2014 at 5:57 PM, Thomas Wood wrote: > > Introduce generic functions to register and unregister connectors. This > > provides a common place to add and remove associated user space > > interfaces. > > > >

[PATCH 1/3] drm: add register and unregister functions for connectors

2014-06-10 Thread David Herrmann
Hi On Thu, May 29, 2014 at 5:57 PM, Thomas Wood wrote: > Introduce generic functions to register and unregister connectors. This > provides a common place to add and remove associated user space > interfaces. > > Signed-off-by: Thomas Wood > --- > Documentation/DocBook/drm.tmpl

[PATCH 1/3] drm: add register and unregister functions for connectors

2014-05-29 Thread Thomas Wood
Introduce generic functions to register and unregister connectors. This provides a common place to add and remove associated user space interfaces. Signed-off-by: Thomas Wood --- Documentation/DocBook/drm.tmpl| 6 +++--- drivers/gpu/drm/armada/armada_output.c| 4 ++--