From: Ben Skeggs Date: Thu, 17 Nov 2011 03:56:14 +0000 (+1000) Subject: drm/nouveau/i2c: tidy up bit-bang helpers, also fixing nv50 setsda bug X-Git-Tag: v3.3-rc1~121^2~51^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bdb06e3cff066c546fb41152bc582a5ec73e899;p=pandora-kernel.git drm/nouveau/i2c: tidy up bit-bang helpers, also fixing nv50 setsda bug Was using nv_mask, which is bad. Reading the reg senses the current line states, which aren't necessarily the states we're trying to drive the lines to. Fixed to store SCL driver state just as we already do for SDA. Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed