summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-31MAINTAINERS: Add Jonathan Derrick as VMD maintainerJon Derrick1-0/+1
2017-08-31PCI: vmd: Remove IRQ affinity so we can allocate more IRQsKeith Busch1-10/+2
2017-08-30PCI: rcar: Add device tree support for r8a7743/5Biju Das1-2/+5
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-30dt-bindings: PCI: Add support for MT2712 and MT7622Ryder Lee1-7/+161
2017-08-30PCI: mediatek: Add controller support for MT2712 and MT7622Ryder Lee2-7/+460
2017-08-30dt-bindings: PCI: Cleanup MediaTek binding textRyder Lee1-16/+16
2017-08-30dt-bindings: PCI: Rename MediaTek bindingRyder Lee1-0/+0
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-30PCI: layerscape: Add support for ls1088aHou Zhiqiang2-0/+2
2017-08-30PCI: layerscape: Add support for ls2088aHou Zhiqiang2-0/+10
2017-08-30PCI: artpec6: Stop enabling writes to DBI read-only registersHou Zhiqiang1-6/+0
2017-08-30PCI: layerscape: Remove unnecessary class code fixupHou Zhiqiang1-9/+0
2017-08-30PCI: dwc: Enable write permission for Class Code, Interrupt Pin updatesHou Zhiqiang1-0/+6
2017-08-30PCI: dwc: Add accessors for write permission of DBI read-only registersHou Zhiqiang2-3/+27
2017-08-30PCI: layerscape: Disable outbound windows configured by bootloaderHou Zhiqiang1-0/+17
2017-08-30PCI: layerscape: Refactor ls1021_pcie_host_init()Hou Zhiqiang1-10/+1
2017-08-30tools: PCI: Add a missing option help lineStan Drozd1-0/+1
2017-08-30misc: pci_endpoint_test: Enable/Disable MSI using module paramKishon Vijay Abraham I1-1/+5
2017-08-30misc: pci_endpoint_test: Avoid using hard-coded BAR sizesKishon Vijay Abraham I1-3/+2
2017-08-30misc: pci_endpoint_test: Add support to not enable MSI interruptsKishon Vijay Abraham I1-4/+9
2017-08-30misc: pci_endpoint_test: Add support to provide aligned buffer addressesKishon Vijay Abraham I1-15/+76
2017-08-30misc: pci_endpoint_test: Add support for PCI_ENDPOINT_TEST regs to be mapped ...Kishon Vijay Abraham I1-4/+21
2017-08-30PCI: designware-ep: Do not disable BARs during initializationKishon Vijay Abraham I1-4/+0
2017-08-30PCI: dra7xx: Reset all BARs during initializationKishon Vijay Abraham I1-0/+13
2017-08-30PCI: dwc: designware: Provide page_size to pci_epc_memKishon Vijay Abraham I2-1/+3
2017-08-30PCI: endpoint: Remove the ->remove() callbackShawn Lin1-9/+0
2017-08-30PCI: endpoint: Add support to poll early for host commandsKishon Vijay Abraham I1-1/+11
2017-08-30PCI: endpoint: Add support to use _any_ BAR to map PCI_ENDPOINT_TEST regsKishon Vijay Abraham I1-18/+42
2017-08-30PCI: endpoint: Do not reset *command* inadvertentlyKishon Vijay Abraham I1-9/+11
2017-08-30PCI: endpoint: Add "volatile" to pci_epf_test_regKishon Vijay Abraham I1-1/+1
2017-08-30PCI: endpoint: Add support for configurable page sizeKishon Vijay Abraham I2-10/+57
2017-08-30PCI: 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
2017-08-29PCI: Warn periodically while waiting for non-CRS ("device ready") statusSinan Kaya1-3/+13
2017-08-29PCI: Wait up to 60 seconds for device to become ready after FLRSinan Kaya1-15/+37
2017-08-29PCI: Factor out pci_bus_wait_crs()Sinan Kaya1-16/+27
2017-08-29PCI: Add pci_bus_crs_vendor_id() to detect CRS response dataSinan Kaya1-1/+6
2017-08-29PCI: Always check for non-CRS response before timeoutBjorn Helgaas1-5/+6
2017-08-29PCI: rockchip: Umap IO space if probe failsJeffy Chen1-3/+5
2017-08-29PCI: rockchip: Remove IRQ domain if probe failsJeffy Chen1-1/+3