aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pcie-xilinx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-08PCI: xilinx: Configure PCIe MPS settingsBjorn Helgaas1-1/+3
2016-10-12PCI: xilinx: Removed unused xilinx_pcie_assign_msi() argumentBjorn Helgaas1-3/+2
2016-10-11PCI: xilinx: Remove unused platform dataBjorn Helgaas1-2/+0
2016-10-11PCI: xilinx: Add local struct device pointersBjorn Helgaas1-26/+29
2016-10-05Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-artpec', 'pci/host-designware', 'pci/host-hv', 'pci/host-keystone', 'pci/host-rcar', 'pci/host-rockchip', 'pci/host-tegra' and 'pci/host-xilinx' into nextBjorn Helgaas1-12/+18
2016-10-03Merge branch 'pci/virtualization' into nextBjorn Helgaas1-7/+0
2016-09-13PCI: xilinx: Dispose of MSI virtual IRQBharat Kumar Gogada1-0/+1
2016-09-13PCI: xilinx: Clear correct MSI set bitBharat Kumar Gogada1-2/+4
2016-09-13PCI: xilinx: Clear interrupt register for invalid interruptBharat Kumar Gogada1-2/+3
2016-09-13PCI: xilinx: Keep both legacy and MSI interrupt domain referencesBharat Kumar Gogada1-11/+15
2016-09-12PCI: xilinx: Relax device number checking to allow SR-IOVPo Liu1-7/+0
2016-08-24PCI: xilinx: Make explicitly non-modularPaul Gortmaker1-51/+2
2016-08-01Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-dra7xx', 'pci/host-hv', 'pci/host-vmd' and 'pci/host-xilinx' into nextBjorn Helgaas1-3/+3
2016-07-25PCI: xilinx: Fix return value in case of errorChristophe JAILLET1-3/+3
2016-06-20PCI: xilinx: Request host bridge window resourcesBjorn Helgaas1-0/+5
2016-06-20PCI: xilinx: Free bridge resource list on failureBjorn Helgaas1-3/+8
2016-03-08PCI: xilinx: Don't call pci_fixup_irqs() on MicroblazeBharat Kumar Gogada1-0/+2
2016-03-08PCI: xilinx: Remove dependency on ARM-specific struct hw_pciBharat Kumar Gogada1-66/+16
2016-03-08PCI: xilinx: Use of_pci_get_host_bridge_resources() to parse DTBharat Kumar Gogada1-102/+5
2016-01-06PCI: host: Mark PCIe/PCI (MSI) IRQ cascade handlers as IRQF_NO_THREADGrygorii Strashko1-1/+2
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+5
2015-08-28Merge branches 'pci/enumeration' and 'pci/misc' into nextBjorn Helgaas1-3/+8
2015-08-20ARM/PCI, designware, xilinx: Use pci_scan_root_bus_msi()Lorenzo Pieralisi1-3/+8
2015-08-18PCI: xilinx: Fix typo in function nameJiang Liu1-1/+1
2015-08-14Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization' into nextBjorn Helgaas1-2/+0
2015-08-11PCI: Kill off set_irq_flags() usageRob Herring1-2/+0
2015-07-22PCI: Use helper functions to access fields in struct msi_descJiang Liu1-7/+5
2015-07-21PCI: xilinx: Check for MSI interrupt flag before handling as INTxRussell Joyce1-8/+11
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2015-02-05PCI: Use common resource list management code instead of private implementationJiang Liu1-2/+2
2015-02-02Merge branch 'pci/config' into nextBjorn Helgaas1-79/+9
2015-01-30PCI: xilinx: Convert to use generic config accessorsRob Herring1-79/+9
2015-01-23PCI: xilinx: Fix harmless format string warningArnd Bergmann1-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
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: xilinx: Save MSI controller in pci_sys_dataYijing Wang1-15/+5
2014-11-12PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang1-3/+4
2014-10-20pci: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-16PCI: xilinx: Fix xilinx_pcie_assign_msi() return value testDan Carpenter1-2/+2
2014-09-04PCI: xilinx: Add Xilinx AXI PCIe Host Bridge IP driverSrikanth Thokala1-0/+970