[PATCH] drm: bridge/dw-hdmi: Remove pre_enable/post_disable dummy funcs

2016-03-30 Thread Laurent Pinchart
Hi Archit, Thank you for the patch. On Wednesday 30 Mar 2016 14:53:24 Archit Taneja wrote: > We don't need to keep empty callbacks for the (pre/post) enable/disable > drm_bridge ops anymore. Remove the nop callback used here for > pre_enable and post_disable ops. > > Signed-off-by: Archit Taneja

[PATCH] drm: bridge/dw-hdmi: Remove pre_enable/post_disable dummy funcs

2016-03-30 Thread Archit Taneja
We don't need to keep empty callbacks for the (pre/post) enable/disable drm_bridge ops anymore. Remove the nop callback used here for pre_enable and post_disable ops. Signed-off-by: Archit Taneja --- drivers/gpu/drm/bridge/dw-hdmi.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/drive

[PATCH] drm: bridge/dw-hdmi: Remove pre_enable/post_disable dummy funcs

2016-03-30 Thread Daniel Vetter
On Wed, Mar 30, 2016 at 02:53:24PM +0530, Archit Taneja wrote: > We don't need to keep empty callbacks for the (pre/post) enable/disable > drm_bridge ops anymore. Remove the nop callback used here for > pre_enable and post_disable ops. > > Signed-off-by: Archit Taneja Applied to drm-misc, thanks