Hi all, Imre in particular - This series spun out of reviewing the bxt gmbus enabling patches [1], [2] and [3] that were getting, at least for my poor brain, hard to follow. The first four are platform independent cleanup and prep work that could be merged before any of the bxt enabling series. It's all pretty straightforward too. The last patch enables gmbus on bxt. Together this series replaces the three referenced patches. As a follow-up, it's fairly easy to e.g. add the correct names for the pins for CHV, and drop legacy pins (ssc, lvds) for hsw+ that we still register adapters for! I just kept this series small for starters. BR, Jani. [1] http://mid.gmane.org/1426585215-8788-21-git-send-email-imre.deak@xxxxxxxxx [2] http://mid.gmane.org/1426585215-8788-22-git-send-email-imre.deak@xxxxxxxxx [3] http://mid.gmane.org/1426585215-8788-23-git-send-email-imre.deak@xxxxxxxxx A.Sunil Kamath (1): drm/i915: add bxt gmbus support Jani Nikula (4): drm/i915: rename GMBUS_PORT_* macros as GMBUS_PIN_* drm/i915: refer to pin instead of port in the intel_i2c.c interfaces drm/i915: index gmbus tables using the pin pair number drm/i915: base gmbus pin validity check on the gmbus pin map array drivers/gpu/drm/i915/i915_drv.h | 13 ++---- drivers/gpu/drm/i915/i915_reg.h | 23 ++++++---- drivers/gpu/drm/i915/intel_bios.c | 4 +- drivers/gpu/drm/i915/intel_crt.c | 2 +- drivers/gpu/drm/i915/intel_dvo.c | 10 ++-- drivers/gpu/drm/i915/intel_hdmi.c | 8 ++-- drivers/gpu/drm/i915/intel_i2c.c | 96 ++++++++++++++++++++++++++------------- drivers/gpu/drm/i915/intel_lvds.c | 4 +- drivers/gpu/drm/i915/intel_sdvo.c | 5 +- 9 files changed, 100 insertions(+), 65 deletions(-) -- 2.1.4 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx