summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-08Merge branch 'pci/misc' into nextBjorn Helgaas3-4/+9
2014-01-08Merge branch 'pci/host-mvebu' into nextBjorn Helgaas1-4/+6
2014-01-08Merge branch 'pci/host-designware' into nextBjorn Helgaas1-2/+2
2014-01-08PCI: Update documentation 00-INDEX fileErik Ekman1-2/+2
2014-01-04PCI: Convert ioapic to be builtin only, not modularYinghai Lu2-2/+7
2014-01-03PCI: designware: Fix indent code styleJingoo Han1-2/+2
2014-01-03PCI: mvebu: Use max_t() instead of max(resource_size_t,)Jingoo Han1-2/+2
2014-01-03PCI: mvebu: Call pci_ioremap_io() at startup instead of dynamicallyThomas Petazzoni1-2/+4
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-20PCI/MSI: Export MSI mode using attributes, not kobjectsGreg Kroah-Hartman3-83/+96
2013-12-20PCI/portdrv: Remove extra get_device()/put_device() for pcie_deviceBjorn Helgaas1-4/+1
2013-12-20PCI/portdrv: Add put_device() after device_register() failureLevente Kurusa1-1/+1
2013-12-20PCI/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-19Merge branch 'pci/vc' into nextBjorn Helgaas6-45/+549
2013-12-19Merge branch 'pci/pciehp' into nextBjorn Helgaas6-328/+185
2013-12-19Merge branch 'pci/host-tegra' into nextBjorn Helgaas1-1/+1
2013-12-19Merge branch 'pci/host-rcar' into nextBjorn Helgaas1-3/+9
2013-12-19Merge branch 'pci/host-mvebu' into nextBjorn Helgaas1-31/+55
2013-12-19Merge branch 'pci/host-imx6' into nextBjorn Helgaas1-27/+12
2013-12-19Merge branch 'pci/host-designware' into nextBjorn Helgaas1-19/+40
2013-12-19Merge branch 'pci/deletion' into nextBjorn Helgaas3-25/+22
2013-12-19Merge branch 'pci/aer' into nextBjorn Helgaas2-66/+77
2013-12-19Merge branch 'eisa' into nextBjorn Helgaas1-1/+3
2013-12-19PCI: Remove from bus_list and release resources in pci_release_dev()Yinghai Lu2-21/+19
2013-12-19PCI: Move pci_proc_attach_device() to pci_bus_add_device()Yinghai Lu2-2/+1
2013-12-19PCI: Use device_release_driver() in pci_stop_root_bus()Yinghai Lu1-2/+2
2013-12-19PCI: Move device_del() from pci_stop_dev() to pci_destroy_dev()Rafael J. Wysocki1-1/+3
2013-12-18PCI: Rename PCI_VC_PORT_REG1/2 to PCI_VC_PORT_CAP1/2Alex Williamson3-29/+29
2013-12-18PCI: Add Virtual Channel to save/restore supportAlex Williamson5-5/+466
2013-12-18PCI: Add support for save/restore of extended capabilitiesAlex Williamson2-9/+43