History log of /drivers/pci/host/pcie-xilinx.c
Revision Date Author Comments
f9dd0ce67db80079484f154a27581e30c28e6938 09-Sep-2014 Dan Carpenter <dan.carpenter@oracle.com> PCI: xilinx: Fix xilinx_pcie_assign_msi() return value test

We should be testing "hwirq" instead of "irq". "irq" is unsigned so it's
never less than zero. Also it's uninitialized.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Srikanth Thokala <sthokal@xilinx.com>
8961def56845593f22ce85474e428f6e4892fdd3 20-Aug-2014 Srikanth Thokala <sthokal@xilinx.com> PCI: xilinx: Add Xilinx AXI PCIe Host Bridge IP driver

This is the driver for Xilinx AXI PCIe Host Bridge Soft IP.

[bhelgaas: minor whitespace fixes]
Signed-off-by: Srikanth Thokala <sthokal@xilinx.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>