aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-05PCI: rockchip: Fix platform_get_irq() error handlingFabio Estevam1-3/+3
2017-09-05PCI: altera: Fix platform_get_irq() error handlingFabio Estevam2-4/+4
2017-09-05PCI: spear13xx: Fix platform_get_irq() error handlingFabio Estevam1-2/+2
2017-09-05PCI: artpec6: Fix platform_get_irq() error handlingFabio Estevam1-2/+2
2017-09-05PCI: armada8k: Fix platform_get_irq() error handlingFabio Estevam1-2/+2
2017-09-05PCI: dra7xx: Fix platform_get_irq() error handlingFabio Estevam1-1/+1
2017-09-05PCI: exynos: Fix platform_get_irq() error handlingFabio Estevam1-4/+4
2017-09-05PCI: iproc: Clean up whitespaceBjorn Helgaas1-116/+115
2017-09-05PCI: iproc: Rename PCI_EXP_CAP to IPROC_PCI_EXP_CAPBjorn Helgaas1-10/+9
2017-09-05PCI: iproc: Add 500ms delay during device shutdownOza Pawandeep3-15/+33
2017-09-03Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+1
2017-09-03Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple'Rafael J. Wysocki1-2/+3
2017-09-03Merge branches 'acpi-scan' and 'acpi-pm'Rafael J. Wysocki3-5/+10
2017-09-01PCI: Fix typos and whitespace errorsBjorn Helgaas11-17/+16
2017-09-01PCI: Remove unused "res" variable from pci_resource_io()Shawn Lin1-3/+0
2017-08-31Merge branch 'x86/mm' into x86/platform, to pick up TLB flush dependencyIngo Molnar3-1/+168
2017-08-30x86/PCI: Move VMD quirk to x86 fixupsJon Derrick1-17/+0
2017-08-30PCI: vmd: Remove IRQ affinity so we can allocate more IRQsKeith Busch1-10/+2
2017-08-30PCI: mediatek: Use PCI_NUM_INTXHonghui Zhang1-3/+2
2017-08-30PCI: mediatek: Add MSI support for MT2712 and MT7622Honghui Zhang1-1/+155
2017-08-30PCI: mediatek: Use bus->sysdata to get host private dataHonghui Zhang1-2/+1
2017-08-30PCI: mediatek: Add controller support for MT2712 and MT7622Ryder Lee2-7/+460
2017-08-30PCI: mediatek: Switch to use platform_get_resource_byname()Ryder Lee1-7/+10
2017-08-30PCI: mediatek: Add a structure to abstract the controller generationsHonghui Zhang1-5/+26
2017-08-30PCI: mediatek: Rename port->index and mtk_pcie_parse_ports()Honghui Zhang1-25/+25
2017-08-30PCI: mediatek: Use readl_poll_timeout() to wait for Gen2 trainingRyder Lee1-30/+22
2017-08-30PCI: mediatek: Explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-08-29PCI: layerscape: Add support for ls1088aHou Zhiqiang1-0/+1
2017-08-29PCI: Disable VF decoding before pcibios_sriov_disable() updates resourcesGavin Shan1-3/+4
2017-08-29PCI: layerscape: Add support for ls2088aHou Zhiqiang1-0/+9
2017-08-29PCI: artpec6: Stop enabling writes to DBI read-only registersHou Zhiqiang1-6/+0
2017-08-29PCI: layerscape: Remove unnecessary class code fixupHou Zhiqiang1-9/+0
2017-08-29PCI: dwc: Enable write permission for Class Code, Interrupt Pin updatesHou Zhiqiang1-0/+6
2017-08-29PCI: dwc: Add accessors for write permission of DBI read-only registersHou Zhiqiang2-3/+27
2017-08-29PCI: layerscape: Disable outbound windows configured by bootloaderHou Zhiqiang1-0/+17
2017-08-29PCI: layerscape: Refactor ls1021_pcie_host_init()Hou Zhiqiang1-10/+1
2017-08-29PCI: designware-ep: Do not disable BARs during initializationKishon Vijay Abraham I1-4/+0
2017-08-29PCI: dra7xx: Reset all BARs during initializationKishon Vijay Abraham I1-0/+13
2017-08-29PCI: dwc: designware: Provide page_size to pci_epc_memKishon Vijay Abraham I2-1/+3
2017-08-29PCI: endpoint: Remove the ->remove() callbackShawn Lin1-9/+0
2017-08-29PCI: endpoint: Add support to poll early for host commandsKishon Vijay Abraham I1-1/+11
2017-08-29PCI: endpoint: Add support to use _any_ BAR to map PCI_ENDPOINT_TEST regsKishon Vijay Abraham I1-18/+42
2017-08-29PCI: endpoint: Do not reset *command* inadvertentlyKishon Vijay Abraham I1-9/+11
2017-08-29PCI: endpoint: Add "volatile" to pci_epf_test_regKishon Vijay Abraham I1-1/+1
2017-08-29PCI: endpoint: Add support for configurable page sizeKishon Vijay Abraham I1-9/+50
2017-08-29PCI: endpoint: Make ->remove() callback optionalKishon Vijay Abraham I1-2/+3
2017-08-29PCI: layerscape: Move generic init functions earlier in fileHou Zhiqiang1-32/+32
2017-08-29PCI: layerscape: Add class code and multifunction fixups for ls1021aHou Zhiqiang1-0/+5
2017-08-29PCI: layerscape: Move STRFMR1 access out from the DBI write-enable bracketHou Zhiqiang1-1/+2
2017-08-29PCI: layerscape: Call dw_pcie_setup_rc() from ls_pcie_host_init()Hou Zhiqiang1-0/+2