From mboxrd@z Thu Jan 1 00:00:00 1970 From: robh@kernel.org (Rob Herring) Date: Wed, 23 Mar 2016 10:10:27 -0500 Subject: [PATCH next 1/2] PCI: keystone: add pci error irq handler In-Reply-To: <1458676378-24377-1-git-send-email-m-karicheri2@ti.com> References: <1458676378-24377-1-git-send-email-m-karicheri2@ti.com> Message-ID: <20160323151027.GA17771@rob-hp-laptop> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 > Cc: Rob Herring > Cc: Pawel Moll > Cc: Mark Rutland > Cc: Ian Campbell > Cc: Kumar Gala > Cc: Bjorn Helgaas > --- > .../devicetree/bindings/pci/pci-keystone.txt | 1 + Acked-by: Rob Herring > 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(+)