Re: [PATCH] firmware: arm_scmi: Use signed integer to report transfer status

From: Sudeep Holla
Date: Fri Jul 03 2020 - 10:50:14 EST


On Tue, 9 Jun 2020 14:45:03 +0100, Sudeep Holla wrote:
> Currently the trace event 'scmi_xfer_end' reports the status of the
> transfer using the unsigned status field read from the firmware. This
> may not be easy to interpret and also may miss to present any timeouts
> that happen in the driver.
>
> Let us use signed integer so that error values are emitted out after
> they are mapped from firmware errors to standard linux error codes.
> While at this, let us also include any timeouts in the driver itself.


Applied to sudeep.holla/linux (for-next/scmi), thanks!

[1/1] firmware: arm_scmi: Use signed integer to report transfer status
https://git.kernel.org/sudeep.holla/c/bad0d73b65

--
Regards,
Sudeep