Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
authorLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 12 Jul 2007 20:40:57 +0000 (13:40 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 12 Jul 2007 20:40:57 +0000 (13:40 -0700)
* master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6: (34 commits)
  PCI: Only build PCI syscalls on architectures that want them
  PCI: limit pci_get_bus_and_slot to domain 0
  PCI: hotplug: acpiphp: avoid acpiphp "cannot get bridge info" PCI hotplug failure
  PCI: hotplug: acpiphp: remove hot plug parameter write to PCI host bridge
  PCI: hotplug: acpiphp: fix slot poweroff problem on systems without _PS3
  PCI: hotplug: pciehp: wait for 1 second after power off slot
  PCI: pci_set_power_state(): check for PM capabilities earlier
  PCI: cpci_hotplug: Convert to use the kthread API
  PCI: add pci_try_set_mwi
  PCI: pcie: remove SPIN_LOCK_UNLOCKED
  PCI: ROUND_UP macro cleanup in drivers/pci
  PCI: remove pci_dac_dma_... APIs
  PCI: pci-x-pci-express-read-control-interfaces cleanups
  PCI: Fix typo in include/linux/pci.h
  PCI: pci_ids, remove double or more empty lines
  PCI: pci_ids, add atheros and 3com_2 vendors
  PCI: pci_ids, reorder some entries
  PCI: i386: traps, change VENDOR to DEVICE
  PCI: ATM: lanai, change VENDOR to DEVICE
  PCI: Change all drivers to use pci_device->revision
  ...

19 files changed:
1  2 
MAINTAINERS
drivers/ata/ata_piix.c
drivers/ata/pata_sis.c
drivers/ata/sata_mv.c
drivers/i2c/busses/i2c-viapro.c
drivers/net/8139too.c
drivers/net/bnx2.c
drivers/net/dl2k.c
drivers/net/starfire.c
drivers/net/sundance.c
drivers/net/tg3.c
drivers/net/tulip/xircom_cb.c
drivers/net/tulip/xircom_tulip_cb.c
drivers/net/typhoon.c
drivers/net/via-rhine.c
drivers/pci/pci-sysfs.c
drivers/pci/probe.c
drivers/scsi/ipr.c
include/linux/pci_ids.h

diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge
index 8a77a0ae83ad6619d421faf71e03532dd8d8b4ec,6dcfc628aab1b581e4e7737e4e350dadc0d9a2e9..5d576435fcccddd5fe0498c57c90c058e436de65
@@@ -2393,11 -2141,9 +2389,9 @@@ static int mv_chip_id(struct ata_host *
        switch(board_idx) {
        case chip_5080:
                hpriv->ops = &mv5xxx_ops;
 -              hp_flags |= MV_HP_50XX;
 +              hp_flags |= MV_HP_GEN_I;
  
-               switch (rev_id) {
+               switch (pdev->revision) {
                case 0x1:
                        hp_flags |= MV_HP_ERRATA_50XXB0;
                        break;
        case chip_504x:
        case chip_508x:
                hpriv->ops = &mv5xxx_ops;
 -              hp_flags |= MV_HP_50XX;
 +              hp_flags |= MV_HP_GEN_I;
  
-               switch (rev_id) {
+               switch (pdev->revision) {
                case 0x0:
                        hp_flags |= MV_HP_ERRATA_50XXB0;
                        break;
        case chip_604x:
        case chip_608x:
                hpriv->ops = &mv6xxx_ops;
 +              hp_flags |= MV_HP_GEN_II;
  
-               switch (rev_id) {
+               switch (pdev->revision) {
                case 0x7:
                        hp_flags |= MV_HP_ERRATA_60X1B2;
                        break;
        case chip_7042:
        case chip_6042:
                hpriv->ops = &mv6xxx_ops;
 -
                hp_flags |= MV_HP_GEN_IIE;
  
-               switch (rev_id) {
+               switch (pdev->revision) {
                case 0x0:
                        hp_flags |= MV_HP_ERRATA_XX42A0;
                        break;
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge