summaryrefslogtreecommitdiff
path: root/drivers/pci/host/pcie-designware.c
AgeCommit message (Expand)Author
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-08-28Merge branches 'pci/enumeration' and 'pci/misc' into nextBjorn Helgaas
2015-08-20ARM/PCI, designware, xilinx: Use pci_scan_root_bus_msi()Lorenzo Pieralisi
2015-08-14Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization'...Bjorn Helgaas
2015-08-11PCI: Kill off set_irq_flags() usageRob Herring
2015-07-23PCI: designware: Don't complain missing *config* reg space if va_cfg0 is setMurali Karicheri
2015-07-22PCI: Use helper functions to access fields in struct msi_descJiang Liu
2015-07-16genirq: Rename irq_data_get_msi() as irq_data_get_msi_desc()Jiang Liu
2015-06-16Merge branches 'pci/host-designware', 'pci/host-designware-common', 'pci/host...Bjorn Helgaas
2015-05-27PCI: designware: Use pci_scan_root_bus() for simplicityYijing Wang
2015-05-20PCI: designware: Use iATU0 for cfg and IO, iATU1 for MEMJisheng Zhang
2015-05-20PCI: designware: Consolidate outbound iATU programming functionsJisheng Zhang
2015-05-19PCI: designware: Add support for x8 linksZhou Wang
2015-03-06PCI: spear: Drop __initdata from spear13xx_pcie_driverMatwey V. Kornilov
2015-02-10Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-01-27PCI: designware: Reject MSI-X IRQsLucas Stach
2014-12-27ARM/PCI: Move to generic PCI domainsLorenzo Pieralisi
2014-12-10Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu
2014-11-21PCI: designware: Save MSI controller in pci_sys_dataYijing Wang
2014-11-13PCI: designware: Add a blank line after declarationsJingoo Han
2014-11-12PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang
2014-10-01PCI: designware: Remove open-coded bitmap operationsLucas Stach
2014-09-30PCI: designware: Setup and clear exactly one MSI at a timeLucas Stach
2014-09-24PCI: designware: Add get_msi_data() to pcie_host_opsMinghuan Lian
2014-09-24PCI: designware: Rename get_msi_data() to get_msi_addr()Minghuan Lian
2014-09-24PCI: designware: Fix IO resource end address calculationMinghuan Lian
2014-09-24PCI: designware: Fix configuration base address when using 'reg'Minghuan Lian
2014-09-22PCI: designware: Use NULL instead of falseFabio Estevam
2014-09-05PCI: designware: Fold struct pcie_port_info into struct pcie_portPratyush Anand
2014-09-05PCI: designware: Check private_data validity in single placeLucas Stach
2014-09-04PCI: designware: Remove pci_assign_unassigned_resources() from dw_pcie_host_i...Lucas Stach
2014-09-04PCI: designware: Use pci_create_root_bus() instead of pci_scan_root_bus()Lucas Stach
2014-09-04PCI: designware: Parse bus-range property from devicetreeLucas Stach
2014-09-02PCI: designware: Add support for v3.65 hardwareMurali Karicheri
2014-07-22PCI: designware: Add MSI-related pcie_host_ops for v3.65 hardwareMurali Karicheri
2014-07-22PCI: designware: Add config access-related pcie_host_ops for v3.65 hardwareMurali Karicheri
2014-07-22PCI: designware: Program ATU with untranslated addressKishon Vijay Abraham I
2014-07-22PCI: designware: Look for configuration space in 'reg', not 'ranges'Kishon Vijay Abraham I
2014-06-03Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-mvebu' and '...Bjorn Helgaas
2014-05-30PCI: designware: Make MSI ISR shared IRQ awareLucas Stach
2014-04-16PCI: designware: Remove unnecessary use of 'conf_lock' spinlockAndrew Murray
2014-04-16PCI: designware: Use new OF interrupt mapping when possibleLucas Stach
2014-04-16PCI: designware: Fix iATU programming for cfg1, io and mem viewportMohit Kumar
2014-04-16PCI: designware: Fix comment for setting number of lanesMohit Kumar
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-03-04pci: pcie-designware: Remove irq_desc abuseThomas Gleixner
2014-02-19PCI: designware: Fix RC BAR to be single 64-bit non-prefetchable memory BARMohit Kumar
2014-01-02PCI: designware: Fix indent code styleJingoo Han