mailbox: Pack SCPI structures used for messages.
authorLiviu Dudau <Liviu.Dudau@arm.com>
Tue, 22 Jul 2014 17:34:54 +0000 (18:34 +0100)
committerLiviu Dudau <Liviu.Dudau@arm.com>
Tue, 22 Jul 2014 17:50:17 +0000 (18:50 +0100)
commitee7d5138202095a2f5d5a879688dca64637bad84
treeddc4040b01b619980a175742034ce9d504e8cdd8
parent8946f8ef4bf17f43f1f8cc851adbb84fc8b5d094
mailbox: Pack SCPI structures used for messages.

The System Control Processor expects data sent in the messages
to be contiguos. When using unpacked structures to describe
the data being transmitted we increase the general size of the
message which leads to SCP rejecting our request.

Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
drivers/mailbox/scpi_protocol.c