aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/host/pcie-xilinx.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-12PCI: xilinx: Removed unused xilinx_pcie_assign_msi() argumentGravatar Bjorn Helgaas 1-3/+2
2016-10-11PCI: xilinx: Remove unused platform dataGravatar Bjorn Helgaas 1-2/+0
2016-10-11PCI: xilinx: Add local struct device pointersGravatar Bjorn Helgaas 1-26/+29
2016-10-05Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-artpec', 'pc...Gravatar Bjorn Helgaas 1-12/+18
2016-10-03Merge branch 'pci/virtualization' into nextGravatar Bjorn Helgaas 1-7/+0
2016-09-13PCI: xilinx: Dispose of MSI virtual IRQGravatar Bharat Kumar Gogada 1-0/+1
2016-09-13PCI: xilinx: Clear correct MSI set bitGravatar Bharat Kumar Gogada 1-2/+4
2016-09-13PCI: xilinx: Clear interrupt register for invalid interruptGravatar Bharat Kumar Gogada 1-2/+3
2016-09-13PCI: xilinx: Keep both legacy and MSI interrupt domain referencesGravatar Bharat Kumar Gogada 1-11/+15
2016-09-12PCI: xilinx: Relax device number checking to allow SR-IOVGravatar Po Liu 1-7/+0
2016-08-24PCI: xilinx: Make explicitly non-modularGravatar Paul Gortmaker 1-51/+2
2016-08-01Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-dra7xx', 'pc...Gravatar Bjorn Helgaas 1-3/+3
2016-07-25PCI: xilinx: Fix return value in case of errorGravatar Christophe JAILLET 1-3/+3
2016-06-20PCI: xilinx: Request host bridge window resourcesGravatar Bjorn Helgaas 1-0/+5
2016-06-20PCI: xilinx: Free bridge resource list on failureGravatar Bjorn Helgaas 1-3/+8
2016-03-08PCI: xilinx: Don't call pci_fixup_irqs() on MicroblazeGravatar Bharat Kumar Gogada 1-0/+2
2016-03-08PCI: xilinx: Remove dependency on ARM-specific struct hw_pciGravatar Bharat Kumar Gogada 1-66/+16
2016-03-08PCI: xilinx: Use of_pci_get_host_bridge_resources() to parse DTGravatar Bharat Kumar Gogada 1-102/+5
2016-01-06PCI: host: Mark PCIe/PCI (MSI) IRQ cascade handlers as IRQF_NO_THREADGravatar Grygorii Strashko 1-1/+2
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-7/+5
2015-08-28Merge branches 'pci/enumeration' and 'pci/misc' into nextGravatar Bjorn Helgaas 1-3/+8
2015-08-20ARM/PCI, designware, xilinx: Use pci_scan_root_bus_msi()Gravatar Lorenzo Pieralisi 1-3/+8
2015-08-18PCI: xilinx: Fix typo in function nameGravatar Jiang Liu 1-1/+1
2015-08-14Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization'...Gravatar Bjorn Helgaas 1-2/+0
2015-08-11PCI: Kill off set_irq_flags() usageGravatar Rob Herring 1-2/+0
2015-07-22PCI: Use helper functions to access fields in struct msi_descGravatar Jiang Liu 1-7/+5
2015-07-21PCI: xilinx: Check for MSI interrupt flag before handling as INTxGravatar Russell Joyce 1-8/+11
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2015-02-05PCI: Use common resource list management code instead of private implementationGravatar Jiang Liu 1-2/+2
2015-02-02Merge branch 'pci/config' into nextGravatar Bjorn Helgaas 1-79/+9
2015-01-30PCI: xilinx: Convert to use generic config accessorsGravatar Rob Herring 1-79/+9
2015-01-23PCI: xilinx: Fix harmless format string warningGravatar Arnd Bergmann 1-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq treewideGravatar Thomas Gleixner 1-4/+4
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Gravatar Jiang Liu 1-1/+1
2014-11-21PCI: xilinx: Save MSI controller in pci_sys_dataGravatar Yijing Wang 1-15/+5
2014-11-12PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Gravatar Yijing Wang 1-3/+4
2014-10-20pci: host: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-09-16PCI: xilinx: Fix xilinx_pcie_assign_msi() return value testGravatar Dan Carpenter 1-2/+2
2014-09-04PCI: xilinx: Add Xilinx AXI PCIe Host Bridge IP driverGravatar Srikanth Thokala 1-0/+970