summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pcie-designware.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-3/+3
|\
| * PCI: Use helper functions to access fields in struct msi_descJiang Liu2015-07-221-2/+2
| * genirq: Rename irq_data_get_msi() as irq_data_get_msi_desc()Jiang Liu2015-07-161-1/+1
| |
| \
*-. | Merge branches 'pci/enumeration' and 'pci/misc' into nextBjorn Helgaas2015-08-281-3/+9
|\ \|
| * | ARM/PCI, designware, xilinx: Use pci_scan_root_bus_msi()Lorenzo Pieralisi2015-08-201-3/+9
| |/
| |
| \
*-. \ Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization'...Bjorn Helgaas2015-08-141-1/+0Star
|\ \ \ | | |/ | |/|
| | * PCI: Kill off set_irq_flags() usageRob Herring2015-08-111-1/+0Star
| |/
* / PCI: designware: Don't complain missing *config* reg space if va_cfg0 is setMurali Karicheri2015-07-231-1/+1
|/
*-. Merge branches 'pci/host-designware', 'pci/host-designware-common', 'pci/host...Bjorn Helgaas2015-06-161-82/+68Star
|\ \
| * | PCI: designware: Use iATU0 for cfg and IO, iATU1 for MEMJisheng Zhang2015-05-201-36/+45
| * | PCI: designware: Consolidate outbound iATU programming functionsJisheng Zhang2015-05-201-70/+39Star
| * | PCI: designware: Add support for x8 linksZhou Wang2015-05-201-0/+8
| |/
* / PCI: designware: Use pci_scan_root_bus() for simplicityYijing Wang2015-05-271-3/+1Star
|/
* PCI: spear: Drop __initdata from spear13xx_pcie_driverMatwey V. Kornilov2015-03-061-1/+1
* Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-101-3/+0Star
|\
| * ARM/PCI: Move to generic PCI domainsLorenzo Pieralisi2014-12-281-3/+0Star
* | PCI: designware: Reject MSI-X IRQsLucas Stach2015-01-271-0/+3
|/
* Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-12-111-0/+1
|\
| * PCI: designware: Add a blank line after declarationsJingoo Han2014-11-131-0/+1
* | PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner2014-11-231-4/+4
* | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu2014-11-231-1/+1
* | PCI: designware: Save MSI controller in pci_sys_dataYijing Wang2014-11-211-11/+5Star
* | PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang2014-11-121-3/+3
|/
* 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