With patch http://patchwork.freedesktop.org/patch/msgid/1455106118-32145-1-git-send-ema... i2c slave encoder drivers no longer need to implement dummy mode_fixup function.
This patch set nukes the dummy functions from i2c slave encoder drivers.
(changes made on top of Daniel Vetter topic/drm-misc branch)
Changes v1->v2: Added proper cover letter to patch 0.
Carlos Palminha (2): drm/i2c/sil164: removed unnecessary code, mode_fixup is now optional. drm/i2c/tda998x: removed unnecessary code, mode_fixup is now optional.
drivers/gpu/drm/i2c/sil164_drv.c | 9 --------- drivers/gpu/drm/i2c/tda998x_drv.c | 9 --------- 2 files changed, 18 deletions(-)