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:
77b6706
)
i2c: at91: fix SMBus quick command
author
Ludovic Desroches
<ludovic.desroches@atmel.com>
Tue, 13 Nov 2012 15:43:21 +0000
(16:43 +0100)
committer
Wolfram Sang
<w.sang@pengutronix.de>
Wed, 14 Nov 2012 09:33:21 +0000
(10:33 +0100)
The driver claims to support SMBus quick command but it was not the
case. This patch fixes this issue. Without it, i2cdetect finds imaginary
devices. And with some IP versions, trying to send 0 byte can cause
issue when writing data to an EEPROM.
Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
[wsa: improved the commit message]
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
drivers/i2c/busses/i2c-at91.c
patch
|
blob
|
history
diff --cc
drivers/i2c/busses/i2c-at91.c
Simple merge