]> git.baikalelectronics.ru Git - kernel.git/commit
soc: ti: use request_firmware_direct() as acc firmware is optional
authorMurali Karicheri <m-karicheri2@ti.com>
Mon, 19 Oct 2015 18:09:34 +0000 (11:09 -0700)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Mon, 23 Nov 2015 18:32:44 +0000 (10:32 -0800)
commita80cc77105476c709d187bc124eb2f76000cef4d
treea7e6da3996b85c61d9ba170b8d2146d91ee8681d
parent1d37f22c117701709b102005124f4747fab5d517
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>
drivers/soc/ti/knav_qmss_queue.c