[i2c] [PATCH] i2c-nforce2: The nForce2 can do blank transactions
Jean Delvare
khali at linux-fr.org
Sun Oct 14 14:55:39 CEST 2007
My guess is that all the chips supported by this driver support block
transactions and reset, but for now we play it safe and only list the
ones for which this was actually tested.
Signed-off-by: Jean Delvare <khali at linux-fr.org>
Cc: Oleg Ryjkov <olegr at olegr.ca>
---
drivers/i2c/busses/i2c-nforce2.c | 1 +
1 file changed, 1 insertion(+)
--- linux-2.6.23-rc0.orig/drivers/i2c/busses/i2c-nforce2.c 2007-10-13 15:10:18.000000000 +0200
+++ linux-2.6.23-rc0/drivers/i2c/busses/i2c-nforce2.c 2007-10-13 15:14:18.000000000 +0200
@@ -351,6 +351,7 @@ static int __devinit nforce2_probe(struc
pci_set_drvdata(dev, smbuses);
switch(dev->device) {
+ case PCI_DEVICE_ID_NVIDIA_NFORCE2_SMBUS:
case PCI_DEVICE_ID_NVIDIA_NFORCE_MCP51_SMBUS:
case PCI_DEVICE_ID_NVIDIA_NFORCE_MCP55_SMBUS:
smbuses[0].blockops = 1;
--
Jean Delvare
More information about the i2c
mailing list