summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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 Zhiqiang1-0/+1
2017-08-30PCI: layerscape: Add support for ls2088aHou Zhiqiang1-0/+9
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-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 I1-9/+50
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
2017-08-29PCI: rockchip: Disable vpcie0v9 if resume_noirq failsJeffy Chen1-1/+4
2017-08-29PCI: rockchip: Clean up PHY if driver probe or resume failsShawn Lin1-17/+29
2017-08-29PCI: rockchip: Factor out rockchip_pcie_deinit_phys()Shawn Lin1-14/+15
2017-08-29PCI: rockchip: Factor out rockchip_pcie_disable_clocks()Shawn Lin1-16/+14
2017-08-29PCI: rockchip: Factor out rockchip_pcie_enable_clocks()Shawn Lin1-45/+45
2017-08-29PCI: rockchip: Factor out rockchip_pcie_setup_irq()Shawn Lin1-35/+47
2017-08-29PCI: rockchip: Use gpiod_set_value_cansleep() to allow reset via expandersFabio Estevam1-2/+2
2017-08-29PCI: rockchip: Use PCI_NUM_INTXPaul Burton1-1/+1
2017-08-29PCI: rockchip: Explicitly request exclusive reset controlPhilipp Zabel1-7/+8
2017-08-29PCI: iproc: Work around Stingray CRS defectsOza Pawandeep1-1/+81
2017-08-29PCI: iproc: Factor out memory-mapped config access address calculationOza Pawandeep1-13/+26