]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/hwspinlock.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)
commit6af1a07316f3448c49a39667e7616493f72a38f8
treea7e6da3996b85c61d9ba170b8d2146d91ee8681d
parent1ec218373b8ebda821aec00bb156a9c94fad9cd4
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