mailbox: rockchip: modify the default time out value of scpi command from immediate
authorAiyoujun <ayj@rock-chips.com>
Fri, 15 May 2015 10:35:16 +0000 (18:35 +0800)
committerAiyoujun <ayj@rock-chips.com>
Fri, 15 May 2015 10:35:16 +0000 (18:35 +0800)
commitd3f6158acb67c7ec8346616f44f1ed8a4a429117
tree2696a93fbd6a7b945d31491ee679a4cf7c604cb9
parent551c61b2ce551a2a8fe2f2c52d9aeec0e951caf0
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>
drivers/mailbox/scpi_protocol.c