aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pcie-designware.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-10Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+1
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner1-4/+4
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu1-1/+1
2014-11-21PCI: designware: Save MSI controller in pci_sys_dataYijing Wang1-11/+5
2014-11-13PCI: designware: Add a blank line after declarationsJingoo Han1-0/+1
2014-11-12PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang1-3/+3
2014-10-01PCI: designware: Remove open-coded bitmap operationsLucas Stach1-44/+7
2014-09-30PCI: designware: Setup and clear exactly one MSI at a timeLucas Stach1-40/+7
2014-09-24PCI: designware: Add get_msi_data() to pcie_host_opsMinghuan Lian1-1/+6
2014-09-24PCI: designware: Rename get_msi_data() to get_msi_addr()Minghuan Lian1-2/+2
2014-09-24PCI: designware: Fix IO resource end address calculationMinghuan Lian1-1/+1
2014-09-24PCI: designware: Fix configuration base address when using 'reg'Minghuan Lian1-2/+0
2014-09-22PCI: designware: Use NULL instead of falseFabio Estevam1-1/+1
2014-09-05PCI: designware: Fold struct pcie_port_info into struct pcie_portPratyush Anand1-28/+27
2014-09-05PCI: designware: Check private_data validity in single placeLucas Stach1-27/+2
2014-09-04PCI: designware: Remove pci_assign_unassigned_resources() from dw_pcie_host_init()Lucas Stach1-1/+0
2014-09-04PCI: designware: Use pci_create_root_bus() instead of pci_scan_root_bus()Lucas Stach1-8/+7
2014-09-04PCI: designware: Parse bus-range property from devicetreeLucas Stach1-0/+11
2014-09-02PCI: designware: Add support for v3.65 hardwareMurali Karicheri1-18/+34
2014-07-22PCI: designware: Add MSI-related pcie_host_ops for v3.65 hardwareMurali Karicheri1-14/+36
2014-07-22PCI: designware: Add config access-related pcie_host_ops for v3.65 hardwareMurali Karicheri1-2/+10
2014-07-22PCI: designware: Program ATU with untranslated addressKishon Vijay Abraham I1-14/+41
2014-07-22PCI: designware: Look for configuration space in 'reg', not 'ranges'Kishon Vijay Abraham I1-2/+15
2014-06-03Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-mvebu' and 'pci/host-tegra' into nextBjorn Helgaas1-13/+13
2014-05-30PCI: designware: Make MSI ISR shared IRQ awareLucas Stach1-1/+5
2014-04-16PCI: designware: Remove unnecessary use of 'conf_lock' spinlockAndrew Murray1-6/+0
2014-04-16PCI: designware: Use new OF interrupt mapping when possibleLucas Stach1-3/+9
2014-04-16PCI: designware: Fix iATU programming for cfg1, io and mem viewportMohit Kumar1-3/+3
2014-04-16PCI: designware: Fix comment for setting number of lanesMohit Kumar1-1/+1
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2014-03-04pci: pcie-designware: Remove irq_desc abuseThomas Gleixner1-3/+1
2014-02-19PCI: designware: Fix RC BAR to be single 64-bit non-prefetchable memory BARMohit Kumar1-1/+1
2014-01-02PCI: designware: Fix indent code styleJingoo Han1-2/+2
2013-12-20PCI: designware: Fix I/O transfers by using CPU (not realio) addressPratyush Anand1-3/+2
2013-12-20PCI: designware: Add dw_pcie prefix before cfg_read/writePratyush Anand1-9/+14
2013-12-20PCI: designware: Fix missing MSI IRQsHarro Haan1-1/+3
2013-12-09PCI: designware: Use typical "for" loop idiomBjorn Helgaas1-6/+2
2013-12-09PCI: designware: Remove redundant call to pci_write_config_word()Bjørn Erik Nilsen1-4/+4
2013-12-09PCI: designware: Fix crash in dw_msi_teardown_irq()Bjørn Erik Nilsen1-12/+37
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-1/+1
2013-10-09PCI: designware: Add irq_create_mapping()Pratyush Anand1-12/+13
2013-10-09PCI: designware: Make dw_pcie_rd_own_conf(), etc., staticBjorn Helgaas1-8/+8
2013-09-25PCI: exynos: Add support for MSIJingoo Han1-0/+240
2013-08-29PCI: designware: Drop "addr" arg from dw_pcie_readl_rc()/dw_pcie_writel_rc()Seungwon Jeon1-80/+55
2013-08-12PCI: exynos: Split into Synopsys part and Exynos partJingoo Han1-739/+272
2013-06-26pci: Add PCIe driver for Samsung ExynosJingoo Han1-0/+1057