git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
486a45c
)
drm/nouveau/i2c: tidy up bit-bang helpers, also fixing nv50 setsda bug
author
Ben Skeggs
<bskeggs@redhat.com>
Thu, 17 Nov 2011 03:56:14 +0000
(13:56 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Wed, 21 Dec 2011 09:01:40 +0000
(19:01 +1000)
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 <bskeggs@redhat.com>
No differences found