[PATCH] drm: bridge: Make (pre/post) enable/disable callbacks optional

2016-03-30 Thread Archit Taneja
On 3/29/2016 12:04 PM, Daniel Vetter wrote: > On Thu, Mar 24, 2016 at 12:19:32PM +0530, Archit Taneja wrote: >> >> >> On 02/26/2016 03:21 PM, Laurent Pinchart wrote: >>> Instead of forcing bridges to implement empty callbacks make them all >>> optional. >> >> Acked-by: Archit Taneja > > Applied

[PATCH] drm: bridge: Make (pre/post) enable/disable callbacks optional

2016-03-29 Thread Daniel Vetter
On Thu, Mar 24, 2016 at 12:19:32PM +0530, Archit Taneja wrote: > > > On 02/26/2016 03:21 PM, Laurent Pinchart wrote: > >Instead of forcing bridges to implement empty callbacks make them all > >optional. > > Acked-by: Archit Taneja Applied to drm-misc. Still hoping for follow-ups to nuke the

[PATCH] drm: bridge: Make (pre/post) enable/disable callbacks optional

2016-03-24 Thread Archit Taneja
On 02/26/2016 03:21 PM, Laurent Pinchart wrote: > Instead of forcing bridges to implement empty callbacks make them all > optional. Acked-by: Archit Taneja > > Signed-off-by: Laurent Pinchart > --- > drivers/gpu/drm/drm_bridge.c | 12

[PATCH] drm: bridge: Make (pre/post) enable/disable callbacks optional

2016-03-04 Thread Daniel Vetter
On Fri, Feb 26, 2016 at 11:51:06AM +0200, Laurent Pinchart wrote: > Instead of forcing bridges to implement empty callbacks make them all > optional. > > Signed-off-by: Laurent Pinchart Care to go around the tree a nuke them all? On a quick grep I

[PATCH] drm: bridge: Make (pre/post) enable/disable callbacks optional

2016-03-02 Thread Thierry Reding
On Fri, Feb 26, 2016 at 11:51:06AM +0200, Laurent Pinchart wrote: > Instead of forcing bridges to implement empty callbacks make them all > optional. > > Signed-off-by: Laurent Pinchart > --- > drivers/gpu/drm/drm_bridge.c | 12 >

[PATCH] drm: bridge: Make (pre/post) enable/disable callbacks optional

2016-02-26 Thread Laurent Pinchart
Instead of forcing bridges to implement empty callbacks make them all optional. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/drm_bridge.c | 12 include/drm/drm_crtc.h | 8 2 files changed, 16 insertions(+), 4