commit | 80546ac51396bd1d2e37cc78c7bed44c08f90352 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Oct 10 19:19:15 2013 +1100 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Nov 06 14:13:51 2013 +1100 |
tree | 07856dfa9e0381fca1495bb866775728ed6ec99c | |
parent | cda13552d5055a87dd39334dabf47249b01fc5aa [diff] |
powerpc/powernv: Add support for indirect XSCOM via debugfs Indirect XSCOM addresses normally have the top bit set (of the 64-bit address). This doesn't work via the normal debugfs interface, so we use a different encoding, which we need to convert before calling OPAL. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>