Re: [PATCH v2 5/9] dmaengine: st_fdma: Add xp70 firmware loading mechanism.
From: Vinod Koul <hidden>
Date: 2015-10-07 11:22:22
Also in:
linux-arm-kernel, lkml
From: Vinod Koul <hidden>
Date: 2015-10-07 11:22:22
Also in:
linux-arm-kernel, lkml
On Fri, Sep 11, 2015 at 03:14:27PM +0100, Peter Griffin wrote:
This patch adds the code to load the xp70 fdma firmware using the asynchronous request_firmware_nowait call so as not to delay bootup of builtin code.
Okay we need to check here. Can the driver be built in, if so this is not the right usage. You should load the firmware on first open for this device See https://lkml.org/lkml/2015/8/26/588 -- ~Vinod