PCI: xilinx: Don't enable config completion interrupts
authorPaul Burton <paul.burton@imgtec.com>
Tue, 15 Aug 2017 21:25:25 +0000 (16:25 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 16 Aug 2017 16:44:37 +0000 (11:44 -0500)
commitaac2e96bf9cce2bc61c13709d361875d2dbf098d
tree013681a8f302d5d464b70f43e26f46d1e8c4d9b8
parentd0b5dda62eb8aa535596952bffbf86b60a258672
PCI: xilinx: Don't enable config completion interrupts

The Xilinx AXI bridge for PCI Express device provides interrupts indicating
the completion of config space accesses. We have previously
enabled/unmasked them but do nothing with them besides acknowledge them.

Leave the interrupts masked in order to avoid servicing a large number of
pointless interrupts during boot.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: Bharat Kumar Gogada <bharatku@xilinx.com>
Cc: Michal Simek <michal.simek@xilinx.com>
Cc: Ravikiran Gummaluri <rgummal@xilinx.com>
drivers/pci/host/pcie-xilinx.c