Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=541b6a7a69fadda82f313bd2176e7756db2b5b43
Commit:     541b6a7a69fadda82f313bd2176e7756db2b5b43
Parent:     326e96b92306b7af24a3608ec01156cba17a3fc1
Author:     Jean Delvare <[EMAIL PROTECTED]>
AuthorDate: Sun Jan 27 18:14:44 2008 +0100
Committer:  Jean Delvare <[EMAIL PROTECTED]>
CommitDate: Sun Jan 27 18:14:44 2008 +0100

    i2c-nforce2: The nForce2 can do block transactions
    
    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 <[EMAIL PROTECTED]>
    Cc: Oleg Ryjkov <[EMAIL PROTECTED]>
---
 drivers/i2c/busses/i2c-nforce2.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/i2c/busses/i2c-nforce2.c b/drivers/i2c/busses/i2c-nforce2.c
index 1bf590c..3dac920 100644
--- a/drivers/i2c/busses/i2c-nforce2.c
+++ b/drivers/i2c/busses/i2c-nforce2.c
@@ -351,6 +351,7 @@ static int __devinit nforce2_probe(struct pci_dev *dev, 
const struct pci_device_
        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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to