BUS: brcmstb_gisb: Hook to MIPS board_be_handler
authorFlorian Fainelli <f.fainelli@gmail.com>
Sun, 31 Jan 2016 20:29:27 +0000 (12:29 -0800)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 13 May 2016 12:01:55 +0000 (14:01 +0200)
commitc400d5ebec1828ee00acb53890741a62b45fb23b
tree1acd18acb2b8dfe04181ac85624ac41892f27257
parent885872b722b73b2026a48bdff4621f289be2b044
BUS: brcmstb_gisb: Hook to MIPS board_be_handler

MIPS kernels allow platforms to invoke a custom Bus Error handler, add the
necessary code to do this for Broadcom SoCs where the GISB bus error handler can be used.

We may get a bus error from an address decoded outside of the GISB bus space,
so we need to check the validity of such a capture before printing anything.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Cc: cernekee@gmail.com
Cc: arnd@arndb.de
Cc: jaedon.shin@gmail.com
Cc: pgynther@google.com
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/12284/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
drivers/bus/brcmstb_gisb.c