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

Sudeep Holla sudeep.holla at arm.com
Fri Jul 3 10:49:50 EDT 2020


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




More information about the linux-arm-kernel mailing list