Searched hist:"7 b4b88e067d37cbbafd856121767f7e154294eb2" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/dma/ |
H A D | imx-sdma.c | diff 7b4b88e067d37cbbafd856121767f7e154294eb2 Thu Aug 25 11:03:37 CEST 2011 Sascha Hauer <s.hauer@pengutronix.de> dmaengine i.MX SDMA: use request_firmware_nowait
The firmware blob may not be available when the driver probes. Instead of blocking the whole kernel use request_firmware_nowait() and continue without firmware. The ROM scripts can already be used then if available. For the devicetree case the ROM scripts are not available, still the probe function should not block. The driver will be unusable in this case, but we have no way of detecting this properly. The configuration of the dma channels will fail, so nothing bad should happen.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
|