Re: [PATCH] firmware: arm_scmi: Use signed integer to report transfer status
From: Sudeep Holla <hidden>
Date: 2020-07-03 14:50:14
Also in:
lkml
From: Sudeep Holla <hidden>
Date: 2020-07-03 14:50:14
Also in:
lkml
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
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel