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 <m-kariche...@ti.com> > Cc: Rob Herring <robh...@kernel.org> > Cc: Pawel Moll <pawel.m...@arm.com> > Cc: Mark Rutland <mark.rutl...@arm.com> > Cc: Ian Campbell <ijc+devicet...@hellion.org.uk> > Cc: Kumar Gala <ga...@codeaurora.org> > Cc: Bjorn Helgaas <bhelg...@google.com> > --- > .../devicetree/bindings/pci/pci-keystone.txt | 1 +
Acked-by: Rob Herring <r...@kernel.org> > 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(+)