mailbox: pl320: remove __raw IO
authorBen Dooks <ben.dooks@codethink.co.uk>
Wed, 22 Jun 2016 09:49:29 +0000 (10:49 +0100)
committerJassi Brar <jaswinder.singh@linaro.org>
Fri, 24 Jun 2016 08:02:31 +0000 (13:32 +0530)
commit9ac3e85a5c5c33ac99b6f093e886ecb8849919d2
tree6b9e9f44ed956d461fedfd934a1c4cacf18273f1
parent9ef3c5112139cc5c5666ee096e05bc1e00e94015
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>
drivers/mailbox/pl320-ipc.c