summaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2016-04-19PCI: imx6: Add DT property for link gen, default to Gen1Tim Harvey1-7/+17
2016-04-19PCI: imx6: Add reset-gpio-active-high boolean property to DTPetr Štetiar1-3/+11
2016-04-19PCI: imx6: Add initial imx6sx supportChristoph Fritz1-0/+53
2016-04-19PCI: imx6: Factor out ref clock enableBjorn Helgaas1-12/+24
2016-04-19PCI: Work around Intel Sunrise Point PCH incorrect ACS capabilityAlex Williamson1-0/+78
2016-04-19PCI: Reverse standard ACS vs device-specific ACS enablingAlex Williamson2-8/+8
2016-04-19PCI: Mark Intel i40e NIC INTx masking as brokenAlex Williamson1-0/+33
2016-04-18Merge tag 'pci-v4.6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-6/+57
2016-04-15PCI: Add pci_set_vpd_size() to set VPD sizeHariprasad Shenai2-0/+43
2016-04-15PCI: acpiphp_ibm: Avoid uninitialized variable referenceDan Carpenter1-0/+2
2016-04-14pci-sysfs: use proper file capability helper functionLinus Torvalds1-1/+1
2016-04-14PCI: keystone: Add error IRQ handlerMurali Karicheri3-0/+73
2016-04-11PCI: Add DMA alias quirk for mic_x200_dmaJacek Lawrynowicz1-0/+15
2016-04-11PCI: Add support for multiple DMA aliasesJacek Lawrynowicz3-7/+27
2016-04-11PCI: Move informational printk to pci_add_dma_alias()Bjorn Helgaas2-5/+3
2016-04-11PCI: Add pci_add_dma_alias() to abstract implementationBjorn Helgaas2-12/+21
2016-04-08PCI: Remove return values from pcie_port_platform_notify() and relativesJon Derrick3-19/+10
2016-04-08PCI/ACPI: Allow all PCIe services on non-ACPI host bridgesJon Derrick1-2/+2
2016-04-08thunderbolt: Support 1st gen Light Ridge controllerLukas Wunner1-1/+28
2016-04-08PCI: Add Intel Thunderbolt device IDsLukas Wunner1-6/+10
2016-04-07PCI: mvebu: Use SET_NOIRQ_SYSTEM_SLEEP_PM_OPS for mvebu_pcie_pm_opsJisheng Zhang1-2/+3
2016-04-07PCI: mvebu: Constify mvebu_pcie_pm_ops structureJisheng Zhang1-1/+1
2016-04-05PCI: designware: Move Root Complex setup code to dw_pcie_setup_rc()Jisheng Zhang2-22/+21
2016-04-05Revert "PCI: imx6: Add support for active-low reset GPIO"Fabio Estevam1-6/+14
2016-04-05PCI: Fix spelling errorsColin Ian King2-2/+2
2016-03-22Revert "PCI: dra7xx: Mark driver as broken"Sekhar Nori1-1/+0
2016-03-21PCI: Restore inclusion of pci/hotplug KconfigTero Roponen1-0/+1
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-5/+8
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds41-789/+5079
2016-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-2/+6
2016-03-15Merge branch 'pci/resource' into nextBjorn Helgaas5-99/+77
2016-03-15Merge branch 'pci/host-hv' into nextBjorn Helgaas4-1/+2369
2016-03-15Merge branch 'pci/host-designware' into nextBjorn Helgaas12-77/+203
2016-03-15Merge branches 'pci/host-altera', 'pci/host-imx6', 'pci/host-keystone', 'pci/...Bjorn Helgaas15-376/+2048
2016-03-15Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/...Bjorn Helgaas11-134/+261
2016-03-15PCI: Add PCI_CLASS_SERIAL_USB_DEVICE definitionHeikki Krogerus1-1/+1
2016-03-15PCI: designware: Add driver for prototyping kits based on ARC SDPJoao Pinto3-0/+150
2016-03-15PCI: designware: Add default link up check if sub-driver doesn't overrideJoao Pinto1-1/+9
2016-03-15PCI: designware: Add generic dw_pcie_wait_for_link()Joao Pinto8-59/+39
2016-03-15PCI: Cleanup pci/pcie/Kconfig whitespaceAndreas Ziegler1-3/+4
2016-03-12PCI: Simplify pci_create_attr() control flowBjorn Helgaas1-26/+27
2016-03-12PCI: Don't leak memory if sysfs_create_bin_file() failsBjorn Helgaas1-0/+2
2016-03-12PCI: Simplify sysfs ROM cleanupBjorn Helgaas1-10/+3
2016-03-12PCI: Remove unused IORESOURCE_ROM_COPY and IORESOURCE_ROM_BIOS_COPYBjorn Helgaas2-31/+1
2016-03-12PCI: Clean up pci_map_rom() whitespaceBjorn Helgaas1-19/+18
2016-03-12PCI: Remove arch-specific IORESOURCE_ROM_SHADOW size from sysfsBjorn Helgaas1-6/+2
2016-03-11PCI: thunder: Add driver for ThunderX-pass{1,2} on-chip devicesDavid Daney3-0/+411
2016-03-11PCI: thunder: Add PCIe host driver for ThunderX processorsDavid Daney3-0/+354
2016-03-11PCI: generic: Expose pci_host_common_probe() for use by other driversDavid Daney5-165/+202
2016-03-11PCI: generic: Add pci_host_common_probe(), based on gen_pci_probe()David Daney1-8/+17