From: Keith Packard Date: Sun, 31 May 2009 03:42:27 +0000 (-0700) Subject: drm: Eliminate magic I2C frobbing when reading EDID X-Git-Tag: v2.6.31-rc1~356^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61f11699e7a92d932b31ded3715ad4f70eb26ef2;p=pandora-kernel.git drm: Eliminate magic I2C frobbing when reading EDID This code depends on the underlying I2C adapter using the bit-banging algo, which may not be the case. If specific encoders require this mechanism, they should build a custom I2C algo that implements this workaround, rather than having it in the general path. Signed-off-by: Keith Packard Signed-off-by: Dave Airlie --- Reading git-diff-tree failed