Re: [PATCH 1/4] firmware: tegra: propagate error code to caller

2017-10-17 Thread Thierry Reding
On Thu, Sep 07, 2017 at 12:31:01PM +0300, Timo Alho wrote: > Response messages from Tegra BPMP firmware contain an error return > code as the first word of payload. The error code is used to indicate > incorrectly formatted request message or use of non-existing resource > (clk, reset, powergate) i

Re: [PATCH 1/4] firmware: tegra: propagate error code to caller

2017-09-21 Thread Jon Hunter
On 07/09/17 10:31, Timo Alho wrote: > Response messages from Tegra BPMP firmware contain an error return > code as the first word of payload. The error code is used to indicate > incorrectly formatted request message or use of non-existing resource > (clk, reset, powergate) identifier. Current imp

[PATCH 1/4] firmware: tegra: propagate error code to caller

2017-09-07 Thread Timo Alho
Response messages from Tegra BPMP firmware contain an error return code as the first word of payload. The error code is used to indicate incorrectly formatted request message or use of non-existing resource (clk, reset, powergate) identifier. Current implementation of tegra_bpmp_transfer() ignores