commit | 36dd68319c7b56a76ed450b0e470067b5d74b9b2 | [log] [tgz] |
---|---|---|
author | Tuomas Tynkkynen <[email protected]> | Tue Jun 11 13:11:19 2013 +0300 |
committer | Greg Kroah-Hartman <[email protected]> | Mon Jun 17 16:46:06 2013 -0700 |
tree | a52728d996ead41a45953a3c6b585b8cdc32a85b | |
parent | d777f98bfa44e5a2748603276e9e9fb6ab999079 [diff] |
memory: tegra30-mc: Fix IRQ handler. In Tegra30 any memory controller interrupt would cause an infinite loop in the IRQ handler. Additionally, a garbage pointer was used to read the MC status registers, which causes wrong values to be printed if a MC error occurred. Signed-off-by: Tuomas Tynkkynen <[email protected]> Reviewed-by: Stephen Warren <[email protected]> Reviewed-by: Thierry Reding <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>