Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

i2c-piix4: Modify code name SB900 to Hudson-2

Change SB900 to its formal code name Hudson-2.

Signed-off-by: Crane Cai <crane.cai@amd.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>

authored by

Crane Cai and committed by
Jean Delvare
3806e94b 7c9abfb8

+7 -7
+1 -1
Documentation/i2c/busses/i2c-piix4
··· 8 8 Datasheet: Only available via NDA from ServerWorks 9 9 * ATI IXP200, IXP300, IXP400, SB600, SB700 and SB800 southbridges 10 10 Datasheet: Not publicly available 11 - * AMD SB900 11 + * AMD Hudson-2 12 12 Datasheet: Not publicly available 13 13 * Standard Microsystems (SMSC) SLC90E66 (Victory66) southbridge 14 14 Datasheet: Publicly available at the SMSC website http://www.smsc.com
+1 -1
drivers/i2c/busses/Kconfig
··· 128 128 ATI SB600 129 129 ATI SB700 130 130 ATI SB800 131 - AMD SB900 131 + AMD Hudson-2 132 132 Serverworks OSB4 133 133 Serverworks CSB5 134 134 Serverworks CSB6
+4 -4
drivers/i2c/busses/i2c-piix4.c
··· 22 22 Intel PIIX4, 440MX 23 23 Serverworks OSB4, CSB5, CSB6, HT-1000, HT-1100 24 24 ATI IXP200, IXP300, IXP400, SB600, SB700, SB800 25 - AMD SB900 25 + AMD Hudson-2 26 26 SMSC Victory66 27 27 28 28 Note: we assume there can only be one device, with one SMBus interface. ··· 233 233 unsigned short smba_idx = 0xcd6; 234 234 u8 smba_en_lo, smba_en_hi, i2ccfg, i2ccfg_offset = 0x10, smb_en = 0x2c; 235 235 236 - /* SB800 SMBus does not support forcing address */ 236 + /* SB800 and later SMBus does not support forcing address */ 237 237 if (force || force_addr) { 238 - dev_err(&PIIX4_dev->dev, "SB800 SMBus does not support " 238 + dev_err(&PIIX4_dev->dev, "SMBus does not support " 239 239 "forcing address!\n"); 240 240 return -EINVAL; 241 241 } ··· 480 480 { PCI_DEVICE(PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP300_SMBUS) }, 481 481 { PCI_DEVICE(PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP400_SMBUS) }, 482 482 { PCI_DEVICE(PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_SBX00_SMBUS) }, 483 - { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_SB900_SMBUS) }, 483 + { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_HUDSON2_SMBUS) }, 484 484 { PCI_DEVICE(PCI_VENDOR_ID_SERVERWORKS, 485 485 PCI_DEVICE_ID_SERVERWORKS_OSB4) }, 486 486 { PCI_DEVICE(PCI_VENDOR_ID_SERVERWORKS,
+1 -1
include/linux/pci_ids.h
··· 543 543 #define PCI_DEVICE_ID_AMD_8131_BRIDGE 0x7450 544 544 #define PCI_DEVICE_ID_AMD_8131_APIC 0x7451 545 545 #define PCI_DEVICE_ID_AMD_8132_BRIDGE 0x7458 546 - #define PCI_DEVICE_ID_AMD_SB900_SMBUS 0x780b 546 + #define PCI_DEVICE_ID_AMD_HUDSON2_SMBUS 0x780b 547 547 #define PCI_DEVICE_ID_AMD_CS5535_IDE 0x208F 548 548 #define PCI_DEVICE_ID_AMD_CS5536_ISA 0x2090 549 549 #define PCI_DEVICE_ID_AMD_CS5536_FLASH 0x2091