summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pcie-designware.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: designware: Remove open-coded bitmap operationsLucas Stach2014-10-011-44/+7Star
* PCI: designware: Setup and clear exactly one MSI at a timeLucas Stach2014-09-301-40/+7Star
* PCI: designware: Add get_msi_data() to pcie_host_opsMinghuan Lian2014-09-241-1/+6
* PCI: designware: Rename get_msi_data() to get_msi_addr()Minghuan Lian2014-09-241-2/+2
* PCI: designware: Fix IO resource end address calculationMinghuan Lian2014-09-241-1/+1
* PCI: designware: Fix configuration base address when using 'reg'Minghuan Lian2014-09-241-2/+0Star
* PCI: designware: Use NULL instead of falseFabio Estevam2014-09-221-1/+1
* PCI: designware: Fold struct pcie_port_info into struct pcie_portPratyush Anand2014-09-061-28/+27Star
* PCI: designware: Check private_data validity in single placeLucas Stach2014-09-051-27/+2Star
* PCI: designware: Remove pci_assign_unassigned_resources() from dw_pcie_host_i...Lucas Stach2014-09-041-1/+0Star
* PCI: designware: Use pci_create_root_bus() instead of pci_scan_root_bus()Lucas Stach2014-09-041-8/+7Star
* PCI: designware: Parse bus-range property from devicetreeLucas Stach2014-09-041-0/+11
* PCI: designware: Add support for v3.65 hardwareMurali Karicheri2014-09-031-18/+34
* PCI: designware: Add MSI-related pcie_host_ops for v3.65 hardwareMurali Karicheri2014-07-231-14/+36
* PCI: designware: Add config access-related pcie_host_ops for v3.65 hardwareMurali Karicheri2014-07-231-2/+10
* PCI: designware: Program ATU with untranslated addressKishon Vijay Abraham I2014-07-221-14/+41
* PCI: designware: Look for configuration space in 'reg', not 'ranges'Kishon Vijay Abraham I2014-07-221-2/+15
*-. Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-mvebu' and '...Bjorn Helgaas2014-06-031-13/+13
|\ \
| * | PCI: designware: Remove unnecessary use of 'conf_lock' spinlockAndrew Murray2014-04-161-6/+0Star
| * | PCI: designware: Use new OF interrupt mapping when possibleLucas Stach2014-04-161-3/+9
| * | PCI: designware: Fix iATU programming for cfg1, io and mem viewportMohit Kumar2014-04-161-3/+3
| * | PCI: designware: Fix comment for setting number of lanesMohit Kumar2014-04-161-1/+1
| |/
* / PCI: designware: Make MSI ISR shared IRQ awareLucas Stach2014-05-301-1/+5
|/
* Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-021-1/+1
|\
| * PCI: designware: Fix RC BAR to be single 64-bit non-prefetchable memory BARMohit Kumar2014-02-191-1/+1
* | pci: pcie-designware: Remove irq_desc abuseThomas Gleixner2014-03-041-3/+1Star
|/
* PCI: designware: Fix indent code styleJingoo Han2014-01-021-2/+2
* PCI: designware: Fix I/O transfers by using CPU (not realio) addressPratyush Anand2013-12-201-3/+2Star
* PCI: designware: Add dw_pcie prefix before cfg_read/writePratyush Anand2013-12-201-9/+14
* PCI: designware: Fix missing MSI IRQsHarro Haan2013-12-201-1/+3
* PCI: designware: Use typical "for" loop idiomBjorn Helgaas2013-12-091-6/+2Star
* PCI: designware: Remove redundant call to pci_write_config_word()Bjørn Erik Nilsen2013-12-091-4/+4
* PCI: designware: Fix crash in dw_msi_teardown_irq()Bjørn Erik Nilsen2013-12-091-12/+37
* PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-141-1/+1
* PCI: designware: Add irq_create_mapping()Pratyush Anand2013-10-091-12/+13
* PCI: designware: Make dw_pcie_rd_own_conf(), etc., staticBjorn Helgaas2013-10-091-8/+8
* PCI: exynos: Add support for MSIJingoo Han2013-09-261-0/+240
* PCI: designware: Drop "addr" arg from dw_pcie_readl_rc()/dw_pcie_writel_rc()Seungwon Jeon2013-08-291-80/+55Star
* PCI: exynos: Split into Synopsys part and Exynos partJingoo Han2013-08-121-739/+272Star
* pci: Add PCIe driver for Samsung ExynosJingoo Han2013-06-261-0/+1057