aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/host/pcie-spear13xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-21PCI: Move DesignWare IP support to new drivers/pci/dwc/ directoryKishon Vijay Abraham I1-299/+0
2016-12-07PCI: spear: Use builtin_platform_driver() to simplify the codeGeliang Tang1-5/+1
2016-10-11PCI: spear: Clean up struct device usageBjorn Helgaas1-4/+3
2016-10-11PCI: spear: Reorder struct spear13xx_pcieBjorn Helgaas1-1/+1
2016-10-11PCI: spear: Pass device-specific struct to internal functionsBjorn Helgaas1-13/+16
2016-10-11PCI: spear: Remove unused constantsBjorn Helgaas1-70/+0
2016-08-23PCI: spear: Make explicitly non-modularPaul Gortmaker1-9/+2
2016-03-15PCI: designware: Add generic dw_pcie_wait_for_link()Joao Pinto1-13/+1
2016-01-06PCI: host: Mark PCIe/PCI (MSI) IRQ cascade handlers as IRQF_NO_THREADGrygorii Strashko1-1/+2
2015-11-02PCI: designware: Simplify dw_pcie_cfg_read/write() interfacesGabriele Paoloni1-10/+8
2015-11-02PCI: spear: Fix dw_pcie_cfg_read/write() usageGabriele Paoloni1-12/+14
2015-08-20PCI: spear: Use BUG_ON() instead of condition followed by BUG()Fabio Estevam1-2/+1
2015-06-25Mohit Kumar has movedPratyush Anand1-1/+1
2015-06-25Pratyush Anand has movedPratyush Anand1-2/+2
2015-06-10PCI: designware: Wait for link to come up with consistent styleBjorn Helgaas1-9/+8
2015-03-06PCI: spear: Drop __initdata from spear13xx_pcie_driverMatwey V. Kornilov1-3/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-13PCI: spear: Remove unnecessary OOM messageJingoo Han1-3/+1
2014-11-13PCI: spear: Add __init annotation to spear13xx_add_pcie_port()Jingoo Han1-2/+2
2014-11-13PCI: spear: Rename add_pcie_port(), pcie_init() to spear13xx_add_pcie_port(), etc.Jingoo Han1-4/+5
2014-10-20pci: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-22PCI: spear: Pass config resource through reg propertyPratyush Anand1-1/+1
2014-07-20PCI: spear: Remove spear13xx_pcie_remove()Viresh Kumar1-12/+0
2014-07-20PCI: spear: Fix Section mismatch compilation warning for probe()Viresh Kumar1-1/+1
2014-07-14PCI: spear: Add PCIe driver for ST Microelectronics SPEAr13xxPratyush Anand1-0/+405