commit | b3c47afbf54d86daa0473895e8ca9e8b663f5c1a | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <zajec5@gmail.com> | Tue Jan 19 08:45:26 2016 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Sat Feb 06 13:36:11 2016 +0200 |
tree | 026a844f184d844c53855df61c614aa59ae9950e | |
parent | 67edf354faaf93156646e741483b2313bc756c0f [diff] |
bcma: support PMU present as separated bus core On recent Broadcom chipsets PMU is present as separated core and it can't be accessed using ChipCommon anymore as it fails with e.g.: [ 0.000577] Unhandled fault: external abort on non-linefetch (0x1008) at 0xf1000604 Solve it by using a new (PMU) core pointer set to ChipCommon or PMU depending on the hardware capabilities. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>