Searched hist:"6 af1a073" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/soc/ti/ |
H A D | knav_qmss_queue.c | 6af1a073 Mon Oct 19 13:09:34 CDT 2015 Murali Karicheri <m-karicheri2@ti.com> soc: ti: use request_firmware_direct() as acc firmware is optional
When firmware image for PDSP firmware is absent in the file system the kernel boot with ramfs/nfs is stuck for 60 seconds being the the default timeout. request_firmware_direct() is to take care of such optional firmware loading and hence replace the call in the driver with this API.
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org> 6af1a073 Mon Oct 19 13:09:34 CDT 2015 Murali Karicheri <m-karicheri2@ti.com> soc: ti: use request_firmware_direct() as acc firmware is optional When firmware image for PDSP firmware is absent in the file system the kernel boot with ramfs/nfs is stuck for 60 seconds being the the default timeout. request_firmware_direct() is to take care of such optional firmware loading and hence replace the call in the driver with this API. Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
|