summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pcie-spear13xx.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Move DesignWare IP support to new drivers/pci/dwc/ directoryKishon Vijay Abraham I2017-02-211-299/+0
* PCI: spear: Use builtin_platform_driver() to simplify the codeGeliang Tang2016-12-071-5/+1
* PCI: spear: Clean up struct device usageBjorn Helgaas2016-10-111-4/+3
* PCI: spear: Reorder struct spear13xx_pcieBjorn Helgaas2016-10-111-1/+1
* PCI: spear: Pass device-specific struct to internal functionsBjorn Helgaas2016-10-111-13/+16
* PCI: spear: Remove unused constantsBjorn Helgaas2016-10-111-70/+0
* PCI: spear: Make explicitly non-modularPaul Gortmaker2016-08-231-9/+2
* PCI: designware: Add generic dw_pcie_wait_for_link()Joao Pinto2016-03-151-13/+1
* PCI: host: Mark PCIe/PCI (MSI) IRQ cascade handlers as IRQF_NO_THREADGrygorii Strashko2016-01-061-1/+2
* PCI: designware: Simplify dw_pcie_cfg_read/write() interfacesGabriele Paoloni2015-11-021-10/+8
* PCI: spear: Fix dw_pcie_cfg_read/write() usageGabriele Paoloni2015-11-021-12/+14
* PCI: spear: Use BUG_ON() instead of condition followed by BUG()Fabio Estevam2015-08-201-2/+1
* Mohit Kumar has movedPratyush Anand2015-06-251-1/+1
* Pratyush Anand has movedPratyush Anand2015-06-251-2/+2
* PCI: designware: Wait for link to come up with consistent styleBjorn Helgaas2015-06-101-9/+8
* PCI: spear: Drop __initdata from spear13xx_pcie_driverMatwey V. Kornilov2015-03-061-3/+3
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * pci: host: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | PCI: spear: Remove unnecessary OOM messageJingoo Han2014-11-131-3/+1
* | PCI: spear: Add __init annotation to spear13xx_add_pcie_port()Jingoo Han2014-11-131-2/+2
* | PCI: spear: Rename add_pcie_port(), pcie_init() to spear13xx_add_pcie_port(),...Jingoo Han2014-11-131-4/+5
|/
* PCI: spear: Pass config resource through reg propertyPratyush Anand2014-09-221-1/+1
* PCI: spear: Remove spear13xx_pcie_remove()Viresh Kumar2014-07-201-12/+0
* PCI: spear: Fix Section mismatch compilation warning for probe()Viresh Kumar2014-07-201-1/+1
* PCI: spear: Add PCIe driver for ST Microelectronics SPEAr13xxPratyush Anand2014-07-141-0/+405