aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-07Merge branch 'pci/host-designware' into nextBjorn Helgaas1-2/+2
2014-01-07PCI: Allocate 64-bit BARs above 4G when possibleYinghai Lu1-3/+13
2014-01-07PCI: Enforce bus address limits in resource allocationYinghai Lu1-28/+83
2014-01-07PCI: Split out bridge window override of minimum allocation addressBjorn Helgaas1-4/+11
2014-01-05PCI / pci-label: treat PCI label with index 0 as valid labelJiang Liu1-16/+18
2014-01-05ACPI / PCI: replace open-coded _DSM code with helper functionsJiang Liu1-87/+34
2014-01-05PCI / pci-label: release allocated ACPI object on error recovery pathJiang Liu1-8/+4
2014-01-03PCI/MSI: Add pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev1-0/+74
2014-01-03PCI/MSI: Add pci_msix_vec_count()Alexander Gordeev2-8/+17
2014-01-03PCI/MSI: Remove pci_enable_msi_block_auto()Alexander Gordeev1-25/+0
2014-01-03PCI/MSI: Add pci_msi_vec_count()Alexander Gordeev1-8/+33
2014-01-03PCI: Convert ioapic to be builtin only, not modularYinghai Lu2-2/+7
2014-01-03xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk1-0/+4
2014-01-02PCI: designware: Fix indent code styleJingoo Han1-2/+2
2014-01-02PCI: mvebu: Use max_t() instead of max(resource_size_t,)Jingoo Han1-2/+2
2014-01-02PCI: mvebu: Call pci_ioremap_io() at startup instead of dynamicallyThomas Petazzoni1-2/+4
2013-12-31Merge branches 'acpi-pci-pm' and 'acpi-pci-hotplug'Rafael J. Wysocki2-13/+38
2013-12-31Merge branch 'acpi-pci-hotplug' into acpi-hotplugRafael J. Wysocki1-3/+23
2013-12-31ACPIPHP / radeon / nouveau: Fix VGA switcheroo problem related to hotplugRafael J. Wysocki1-3/+23
2013-12-29PCI / ACPI: Install wakeup notify handlers for all PCI devs with ACPIRafael J. Wysocki1-9/+12
2013-12-26Merge tag 'tegra-for-3.14-dmas-resets-rework' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/cleanupOlof Johansson1-15/+38
2013-12-21PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu6-31/+28
2013-12-20Merge branch 'pci/msi' into nextBjorn Helgaas1-83/+98
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 Helgaas1-54/+134
2013-12-20PCI/MSI: Make pci_enable_msi/msix() 'nvec' argument type as intAlexander Gordeev1-2/+2
2013-12-20PCI/MSI: Return msix_capability_init() failure if populate_msi_sysfs() failsAlexander Gordeev1-6/+5
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-Hartman1-75/+91
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 Vasut1-14/+13
2013-12-18Merge branch 'pci/vc' into nextBjorn Helgaas3-32/+506
2013-12-18Merge branch 'pci/pciehp' into nextBjorn Helgaas5-328/+177
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