summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2017-09-05PCI: dra7xx: Fix platform_get_irq() error handlingFabio Estevam
2017-09-05PCI: exynos: Fix platform_get_irq() error handlingFabio Estevam
2017-09-05PCI: iproc: Clean up whitespaceBjorn Helgaas
2017-09-05PCI: iproc: Rename PCI_EXP_CAP to IPROC_PCI_EXP_CAPBjorn Helgaas
2017-09-05PCI: iproc: Add 500ms delay during device shutdownOza Pawandeep
2017-09-03Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-09-03Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple'Rafael J. Wysocki
2017-09-03Merge branches 'acpi-scan' and 'acpi-pm'Rafael J. Wysocki
2017-09-01PCI: Fix typos and whitespace errorsBjorn Helgaas
2017-09-01PCI: Remove unused "res" variable from pci_resource_io()Shawn Lin
2017-08-31Merge branch 'x86/mm' into x86/platform, to pick up TLB flush dependencyIngo Molnar
2017-08-30x86/PCI: Move VMD quirk to x86 fixupsJon Derrick
2017-08-30PCI: vmd: Remove IRQ affinity so we can allocate more IRQsKeith Busch
2017-08-30PCI: mediatek: Use PCI_NUM_INTXHonghui Zhang
2017-08-30PCI: mediatek: Add MSI support for MT2712 and MT7622Honghui Zhang
2017-08-30PCI: mediatek: Use bus->sysdata to get host private dataHonghui Zhang
2017-08-30PCI: mediatek: Add controller support for MT2712 and MT7622Ryder Lee
2017-08-30PCI: mediatek: Switch to use platform_get_resource_byname()Ryder Lee
2017-08-30PCI: mediatek: Add a structure to abstract the controller generationsHonghui Zhang
2017-08-30PCI: mediatek: Rename port->index and mtk_pcie_parse_ports()Honghui Zhang
2017-08-30PCI: mediatek: Use readl_poll_timeout() to wait for Gen2 trainingRyder Lee
2017-08-30PCI: mediatek: Explicitly request exclusive reset controlPhilipp Zabel
2017-08-29PCI: layerscape: Add support for ls1088aHou Zhiqiang
2017-08-29PCI: Disable VF decoding before pcibios_sriov_disable() updates resourcesGavin Shan
2017-08-29PCI: layerscape: Add support for ls2088aHou Zhiqiang
2017-08-29PCI: artpec6: Stop enabling writes to DBI read-only registersHou Zhiqiang
2017-08-29PCI: layerscape: Remove unnecessary class code fixupHou Zhiqiang
2017-08-29PCI: dwc: Enable write permission for Class Code, Interrupt Pin updatesHou Zhiqiang
2017-08-29PCI: dwc: Add accessors for write permission of DBI read-only registersHou Zhiqiang
2017-08-29PCI: layerscape: Disable outbound windows configured by bootloaderHou Zhiqiang
2017-08-29PCI: layerscape: Refactor ls1021_pcie_host_init()Hou Zhiqiang
2017-08-29PCI: designware-ep: Do not disable BARs during initializationKishon Vijay Abraham I
2017-08-29PCI: dra7xx: Reset all BARs during initializationKishon Vijay Abraham I
2017-08-29PCI: dwc: designware: Provide page_size to pci_epc_memKishon Vijay Abraham I
2017-08-29PCI: endpoint: Remove the ->remove() callbackShawn Lin
2017-08-29PCI: endpoint: Add support to poll early for host commandsKishon Vijay Abraham I
2017-08-29PCI: endpoint: Add support to use _any_ BAR to map PCI_ENDPOINT_TEST regsKishon Vijay Abraham I
2017-08-29PCI: endpoint: Do not reset *command* inadvertentlyKishon Vijay Abraham I
2017-08-29PCI: endpoint: Add "volatile" to pci_epf_test_regKishon Vijay Abraham I
2017-08-29PCI: endpoint: Add support for configurable page sizeKishon Vijay Abraham I
2017-08-29PCI: endpoint: Make ->remove() callback optionalKishon Vijay Abraham I
2017-08-29PCI: layerscape: Move generic init functions earlier in fileHou Zhiqiang
2017-08-29PCI: layerscape: Add class code and multifunction fixups for ls1021aHou Zhiqiang
2017-08-29PCI: layerscape: Move STRFMR1 access out from the DBI write-enable bracketHou Zhiqiang
2017-08-29PCI: layerscape: Call dw_pcie_setup_rc() from ls_pcie_host_init()Hou Zhiqiang
2017-08-29PCI: Warn periodically while waiting for non-CRS ("device ready") statusSinan Kaya
2017-08-29PCI: Wait up to 60 seconds for device to become ready after FLRSinan Kaya
2017-08-29PCI: Factor out pci_bus_wait_crs()Sinan Kaya
2017-08-29PCI: Add pci_bus_crs_vendor_id() to detect CRS response dataSinan Kaya
2017-08-29PCI: Always check for non-CRS response before timeoutBjorn Helgaas