Files
linux/drivers/mailbox
Aiyoujun d3f6158acb mailbox: rockchip: modify the default time out value of scpi command from immediate
to a const define.
        If you would use another timeout value with your command, you shoul do it
        as below:
                   SCPI_SETUP_DBUF(sdata, mdata, SCPI_CL_CLOCKS,
                        SCPI_CMD_GET_CLOCK_VALUE, clk_id, buf);
                   sdata.timeout_ms = YOUR_CMD_DEFAULT_TIMEOUT_MS;

Signed-off-by: Aiyoujun <ayj@rock-chips.com>
2015-05-15 18:35:16 +08:00
..