commit | 9ac3e85a5c5c33ac99b6f093e886ecb8849919d2 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Wed Jun 22 10:49:29 2016 +0100 |
committer | Jassi Brar <jaswinder.singh@linaro.org> | Fri Jun 24 13:32:31 2016 +0530 |
tree | 6b9e9f44ed956d461fedfd934a1c4cacf18273f1 | |
parent | 9ef3c5112139cc5c5666ee096e05bc1e00e94015 [diff] |
mailbox: pl320: remove __raw IO The use of __raw IO accesors is not endian safe and should be used sparingly. The relaxed variants should be as lightweight and also are endian safe. Note, this has not been run-time tested. Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>