I've added the patches to my 3.15 queue, but had to fix patch #3 a bit to make it apply cleanly.
Thanks, Christian. Am 07.04.2014 16:33, schrieb Alex Deucher: > Updated with Thierry's comments. > > Alex Deucher (4): > drm/radeon/dp: handle zero sized i2c over aux transactions (v2) > drm/dp/i2c: send bare addresses to properly reset i2c connections (v4) > drm/dp/i2c: Update comments about common i2c over dp assumptions (v2) > drm/radeon/dp: switch to the common i2c over aux code > > drivers/gpu/drm/drm_dp_helper.c | 55 +++++++----- > drivers/gpu/drm/radeon/atombios_dp.c | 140 > ++++++++--------------------- > drivers/gpu/drm/radeon/radeon_connectors.c | 44 ++------- > drivers/gpu/drm/radeon/radeon_display.c | 11 ++- > drivers/gpu/drm/radeon/radeon_i2c.c | 60 +++---------- > drivers/gpu/drm/radeon/radeon_mode.h | 12 +-- > include/drm/drm_dp_helper.h | 4 + > 7 files changed, 101 insertions(+), 225 deletions(-) >