bus: brcmstb_gisb: correct support for 64-bit address output
authorDoug Berger <opendmb@gmail.com>
Thu, 30 Mar 2017 00:29:10 +0000 (17:29 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Sun, 14 May 2017 03:18:54 +0000 (20:18 -0700)
commit0c2aa0e4b308815e877601845c1a89913f9bd2b9
tree0607ab94143e19da71c91fb4b07219f3ea626b55
parent856c7ccb9ce7a061f04bdf586f649cb93654e294
bus: brcmstb_gisb: correct support for 64-bit address output

The GISB bus can support addresses beyond 32-bits.  So this commit
corrects support for reading a captured 64-bit address into a 64-bit
variable by obtaining the high bits from the ARB_ERR_CAP_HI_ADDR
register (when present) and then outputting the full 64-bit value.

It also removes unused definitions.

Fixes: 44127b771d9c ("bus: add Broadcom GISB bus arbiter timeout/error handler")
Signed-off-by: Doug Berger <opendmb@gmail.com>
Acked-by: Gregory Fong <gregory.0xf0@gmail.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
drivers/bus/brcmstb_gisb.c