Re: [PATCH 3/9] firmware: arm_scmi: add basic driver infrastructure for SCMI

From: Jassi Brar
Date: Mon Jul 24 2017 - 13:24:01 EST


On Mon, Jul 24, 2017 at 9:51 PM, Sudeep Holla <sudeep.holla@xxxxxxx> wrote:
> On 24/07/17 16:41, Jassi Brar wrote:

>> SCMI calls
>> mbox_send_message(struct mbox_chan *chan, struct scmi_xfer *xfer);
>>
>> whereas the API expects
>> mbox_send_message(struct mbox_chan *chan, struct controller_specific *xfer);
>>
>
> That's not hard to change ...

Cool, please change it and lets move on.