drm/dp/i2c: Update comments about common i2c over dp assumptions (v3)
authorAlex Deucher <alexdeucher@gmail.com>
Mon, 7 Apr 2014 14:33:45 +0000 (10:33 -0400)
committerChristian König <christian.koenig@amd.com>
Tue, 8 Apr 2014 14:12:39 +0000 (16:12 +0200)
If you are using the common dp over i2c functionality, it is
asumed that the aux transfer function does not modify the any
of the msg structure other than the reply field.  Doing so
breaks the logic in the common code.

v2: update struct drm_dp_aux comments about assumptions
v3 (chk): rebased on upstream changes

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Thierry Reding <treding@nvidia.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Christian König <christian.koenig@amd.com>
drivers/gpu/drm/drm_dp_helper.c
include/drm/drm_dp_helper.h

Simple merge
Simple merge