]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/dsi: remove unnecessary dsi device callbacks
authorJani Nikula <jani.nikula@intel.com>
Fri, 16 Jan 2015 12:27:20 +0000 (14:27 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 27 Jan 2015 08:51:13 +0000 (09:51 +0100)
commit56386ba88b5c919bb591f24e300e41f749ac5962
tree577ad53b0b1672c316f7e43c83f8476d3aa57a74
parent200607c25f5c9e84565528a4c3f90b020bd4c202
drm/i915/dsi: remove unnecessary dsi device callbacks

Remove all the trivial and/or dummy callbacks from intel dsi device
ops. Merge send_otp_cmds into panel_reset as they're called back to
back.

This will be helpful for switching to use drm_panel for the
callbacks. If we ever need the additional callbacks, we should add them
to drm_panel funcs.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-By: Shobhit Kumar <shobhit.kumar@intel.com>
[danvet: Resolve tiny conflict with ongoing atomic work.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dsi.c
drivers/gpu/drm/i915/intel_dsi.h
drivers/gpu/drm/i915/intel_dsi_panel_vbt.c