[PATCH v2] dma: imx-sdma: clarify firmare not found warning
Lothar Waßmann
LW at KARO-electronics.de
Mon Jan 20 09:09:02 EST 2014
Hi,
Russell King - ARM Linux wrote:
> On Mon, Jan 20, 2014 at 12:36:27PM +0100, Lothar Waßmann wrote:
> > In case user space firmware loading support (CONFIG_FW_LOADER) is
> > enabled, this message may still be inadequate, since the firmware may
> > very well be loaded lateron.
>
> I haven't worked out whether that's actually possible - I saw no way to
> re-trigger the firmware request, and once the firmware request expires,
> there seems to be no way for userspace to say "okay, the firmware is now
> available, please load it".
>
I can confirm that it does work, since I'm using it.
I have the following in my /etc/init.d/mdev.sh script:
| [ "$VERBOSE" = no ] || echo -n "Triggering firmware load"
| for dir in $(find /sys/class/firmware/ -type l);do
| echo add > "$dir/uevent"
| done
Lothar
--
___________________________________________________________
Ka-Ro electronics GmbH | Pascalstraße 22 | D - 52076 Aachen
Phone: +49 2408 1402-0 | Fax: +49 2408 1402-10
Geschäftsführer: Matthias Kaussen
Handelsregistereintrag: Amtsgericht Aachen, HRB 4996
www.karo-electronics.de | info at karo-electronics.de
___________________________________________________________
More information about the linux-arm-kernel
mailing list