Re: [PATCH v4 03/20] firmware: arm_scmi: add basic driver infrastructure for SCMI
From: Jassi Brar <hidden>
Date: 2017-11-04 11:51:15
Also in:
linux-arm-kernel, lkml
From: Jassi Brar <hidden>
Date: 2017-11-04 11:51:15
Also in:
linux-arm-kernel, lkml
On Fri, Nov 3, 2017 at 8:17 PM, Sudeep Holla [off-list ref] wrote: .....
+int scmi_do_xfer(const struct scmi_handle *handle, struct scmi_xfer *xfer)
+{
+ int ret;
+ int timeout;
+ struct scmi_info *info = handle_to_scmi_info(handle);
+ struct device *dev = info->dev;
+
+ ret = mbox_send_message(info->tx_chan, xfer);
^^^^^^^^The call still remains unchanged and broken. https://lkml.org/lkml/2017/7/24/502 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html