On Tue, Mar 22, 2016 at 03:52:57PM -0400, Murali Karicheri wrote: > Keystone PCI hardware generates error interrupts at RC using platform > irq instead of standard msi/legacy irq. Add a simple error handler that > logs the fatal interrupt status to the console. > > Signed-off-by: Murali Karicheri <[email protected]> > Cc: Rob Herring <[email protected]> > Cc: Pawel Moll <[email protected]> > Cc: Mark Rutland <[email protected]> > Cc: Ian Campbell <[email protected]> > Cc: Kumar Gala <[email protected]> > Cc: Bjorn Helgaas <[email protected]> > --- > .../devicetree/bindings/pci/pci-keystone.txt | 1 +
Acked-by: Rob Herring <[email protected]> > drivers/pci/host/pci-keystone-dw.c | 46 > ++++++++++++++++++++++ > drivers/pci/host/pci-keystone.c | 32 +++++++++++++++ > drivers/pci/host/pci-keystone.h | 6 +++ > 4 files changed, 85 insertions(+)

