summaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2014-09-08PCI: Check only the Vendor ID to identify Configuration Request RetryRajat Jain1-2/+7
2014-09-08PCI: Assume all Mellanox devices have broken INTx maskingGavin Shan1-0/+2
2014-09-05PCI: designware: Fold struct pcie_port_info into struct pcie_portPratyush Anand2-38/+33
2014-09-05PCI: imx6: Delay enabling reference clock for SS until it stabilizesTim Harvey1-5/+6
2014-09-05Merge branches 'pci/misc', 'pci/pm', 'pci/host-designware', 'pci/host-imx6', ...Bjorn Helgaas13-142/+2083
2014-09-05PCI: designware: Check private_data validity in single placeLucas Stach1-27/+2
2014-09-05PCI: imx6: Probe in module_init(), not fs_initcall()Lucas Stach1-1/+1
2014-09-05Merge branch 'pci/host-designware' into pci/host-imx6Bjorn Helgaas2-27/+55
2014-09-04PCI: designware: Remove pci_assign_unassigned_resources() from dw_pcie_host_i...Lucas Stach1-1/+0
2014-09-04PCI: designware: Use pci_create_root_bus() instead of pci_scan_root_bus()Lucas Stach1-8/+7
2014-09-04PCI: designware: Parse bus-range property from devicetreeLucas Stach2-0/+12
2014-09-04PCI: keystone: Add TI Keystone PCIe driverMurali Karicheri5-0/+971
2014-09-04PCI: tegra: Implement a proper resource hierarchyThierry Reding1-3/+29
2014-09-04PCI: tegra: Add missing cleanup in error path and tegra_msi_teardown_irq()Jisheng Zhang1-2/+6
2014-09-04PCI: imx6: Put LTSSM in "Detect" state before disabling itLucas Stach1-0/+38
2014-09-04PCI: xilinx: Add Xilinx AXI PCIe Host Bridge IP driverSrikanth Thokala3-0/+978
2014-09-03PCI: Remove unnecessary variable in pci_add_dynid()Tobias Klauser1-4/+1
2014-09-03Merge tag 'pci-v3.17-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2014-09-02PCI: designware: Add support for v3.65 hardwareMurali Karicheri2-18/+36
2014-09-02PCI/PM: Allow PCI devices to be put into D3cold during system suspendRafael J. Wysocki1-4/+0
2014-09-02PCI/PM: Drop unused runtime PM support code for PCIe portsRafael J. Wysocki1-74/+0
2014-09-01PCI / PM: Make PCIe PME interrupts wake up from suspend-to-idleRafael J. Wysocki1-10/+51
2014-08-19Merge tag 'pci-v3.17-changes-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-33/+700
2014-08-17PCI: spear: Remove module optionSachin Kamat1-1/+1
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-2/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-08Merge tag 'drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-61/+563
2014-08-08Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+3
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-2/+2
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-69/+40
2014-08-04Merge tag 'char-misc-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+118
2014-08-04Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+2
2014-08-04Merge tag 'pci-v3.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds15-287/+252
2014-07-30Merge tag 'please-pull-apei' into x86/rasH. Peter Anvin1-2/+7
2014-07-27Merge branches 'acpi-video' and 'acpi-hotplug'Rafael J. Wysocki1-20/+13
2014-07-27Merge branches 'acpi-pnp' and 'acpi-pci'Rafael J. Wysocki1-9/+7
2014-07-24ACPI / PCI: Use ACPI_COMPANION() instead of ACPI_HANDLE()Rafael J. Wysocki1-9/+7
2014-07-22Merge branches 'pci/host-designware', 'pci/host-mvebu' and 'pci/host-tegra' i...Bjorn Helgaas6-33/+700
2014-07-23ACPI / PM: Revork the handling of ACPI device wakeup notificationsRafael J. Wysocki1-40/+20
2014-07-22PCI: designware: Add MSI-related pcie_host_ops for v3.65 hardwareMurali Karicheri2-14/+39
2014-07-22PCI: designware: Add config access-related pcie_host_ops for v3.65 hardwareMurali Karicheri2-2/+14
2014-07-22PCI: dra7xx: Add TI DRA7xx PCIe driverKishon Vijay Abraham I3-0/+468
2014-07-22PCI: designware: Program ATU with untranslated addressKishon Vijay Abraham I2-14/+45
2014-07-22PCI: designware: Look for configuration space in 'reg', not 'ranges'Kishon Vijay Abraham I1-2/+15
2014-07-22PCI: tegra: Add debugfs supportThierry Reding1-0/+118
2014-07-22PCI: mvebu: Remove ARCH_KIRKWOOD dependencyAndrew Lunn1-1/+1
2014-07-22s390/pci: fix kmsg componentGerald Schaefer1-2/+2
2014-07-20ACPI / hotplug / PCI: Fix sparse non static symbol warningWei Yongjun1-1/+1
2014-07-20PCI: spear: Remove spear13xx_pcie_remove()Viresh Kumar1-12/+0