summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-21PCI: Change pci_bus_region addresses to dma_addr_tBjorn Helgaas1-2/+2
2013-12-20Merge branch 'pci/misc' into nextBjorn Helgaas3-8/+12
2013-12-20Merge branch 'pci/msi' into nextBjorn Helgaas5-101/+113
2013-12-20Merge branch 'pci/deletion' into nextBjorn Helgaas1-14/+13
2013-12-20Merge branch 'pci/host-designware' into nextBjorn Helgaas3-17/+24
2013-12-20Merge branch 'pci/host-mvebu' into nextBjorn Helgaas1-2/+1
2013-12-20Merge branch 'pci/host-imx6' into nextBjorn Helgaas2-54/+136
2013-12-20PCI/MSI: Make pci_enable_msi/msix() 'nvec' argument type as intAlexander Gordeev3-7/+7
2013-12-20PCI/MSI: Return -ENOSYS for unimplemented interfaces, not -1Alexander Gordeev1-3/+3
2013-12-20PCI/MSI: Return msix_capability_init() failure if populate_msi_sysfs() failsAlexander Gordeev1-6/+5
2013-12-20s390/PCI: Remove superfluous check of MSI typeAlexander Gordeev1-2/+0
2013-12-20s390/PCI: Fix single MSI only checkAlexander Gordeev1-0/+2
2013-12-20PCI: designware: Fix I/O transfers by using CPU (not realio) addressPratyush Anand1-3/+2
2013-12-20PCI: designware: Add dw_pcie prefix before cfg_read/writePratyush Anand3-13/+19
2013-12-20PCI: designware: Fix missing MSI IRQsHarro Haan1-1/+3
2013-12-19PCI/MSI: Export MSI mode using attributes, not kobjectsGreg Kroah-Hartman3-83/+96
2013-12-19PCI/portdrv: Remove extra get_device()/put_device() for pcie_deviceBjorn Helgaas1-4/+1
2013-12-19PCI/portdrv: Add put_device() after device_register() failureLevente Kurusa1-1/+1
2013-12-19PCI/portdrv: Cleanup error pathsBjorn Helgaas1-10/+12
2013-12-19PCI: mvebu: Remove redundant of_match_ptrSachin Kamat1-2/+1
2013-12-19PCI: imx6: Fix bugs in PCIe startup codeRichard Zhu1-9/+6
2013-12-19PCI: imx6: Start link in Gen1 before negotiating for Gen2 modeMarek Vasut1-6/+72
2013-12-19PCI: imx6: Factor out link up wait loopMarek Vasut1-14/+20
2013-12-19PCI: imx6: Factor out PHY resetMarek Vasut1-16/+19
2013-12-19PCI: imx6: Report "link up" only after link training completesMarek Vasut1-4/+13
2013-12-19PCI: imx6: Make reset-gpio optionalMarek Vasut2-14/+15
2013-12-18Merge branch 'pci/vc' into nextBjorn Helgaas6-45/+549
2013-12-18Merge branch 'pci/pciehp' into nextBjorn Helgaas6-328/+185
2013-12-18Merge branch 'pci/host-tegra' into nextBjorn Helgaas1-1/+1
2013-12-18Merge branch 'pci/host-rcar' into nextBjorn Helgaas1-3/+9
2013-12-18Merge branch 'pci/host-mvebu' into nextBjorn Helgaas1-31/+55
2013-12-18Merge branch 'pci/host-imx6' into nextBjorn Helgaas1-27/+12
2013-12-18Merge branch 'pci/host-designware' into nextBjorn Helgaas1-19/+40
2013-12-18Merge branch 'pci/deletion' into nextBjorn Helgaas3-25/+22
2013-12-18Merge branch 'pci/aer' into nextBjorn Helgaas2-66/+77
2013-12-18Merge branch 'eisa' into nextBjorn Helgaas1-1/+3
2013-12-18PCI: Remove from bus_list and release resources in pci_release_dev()Yinghai Lu2-21/+19
2013-12-18PCI: Move pci_proc_attach_device() to pci_bus_add_device()Yinghai Lu2-2/+1
2013-12-18PCI: Use device_release_driver() in pci_stop_root_bus()Yinghai Lu1-2/+2
2013-12-18PCI: Move device_del() from pci_stop_dev() to pci_destroy_dev()Rafael J. Wysocki1-1/+3
2013-12-17PCI: Rename PCI_VC_PORT_REG1/2 to PCI_VC_PORT_CAP1/2Alex Williamson3-29/+29
2013-12-17PCI: Add Virtual Channel to save/restore supportAlex Williamson5-5/+466
2013-12-17PCI: Add support for save/restore of extended capabilitiesAlex Williamson2-9/+43
2013-12-17PCI: Add pci_wait_for_pending() (refactor pci_wait_for_pending_transaction())Alex Williamson2-23/+32
2013-12-15PCI: pciehp: Move Attention & Power Indicator support tests to accessorsBjorn Helgaas2-29/+25
2013-12-15PCI: pciehp: Use symbolic constants for Slot Control fieldsBjorn Helgaas2-58/+36
2013-12-15PCI: pciehp: Use symbolic constants, not hard-coded bitmaskBjorn Helgaas1-1/+4
2013-12-15PCI: pciehp: Simplify "Power Fault Detected" checking/clearingBjorn Helgaas1-3/+3
2013-12-15PCI: pciehp: Announce slot capabilities (slot #, button, LEDs, etc)Bjorn Helgaas1-3/+12
2013-12-15PCI: pciehp: Make various functions void since they can't failBjorn Helgaas5-89/+54