linux-stable/drivers/net/ethernet/netronome
Jakub Kicinski 1680a3705b nfp: only use direct firmware requests
request_firmware() will fallback to user space helper and may cause
long delays when driver is loaded if udev doesn't correctly handle
FW requests.  Since we never really made use of the user space
helper functionality switch to the simpler request_firmware_direct()
call.  The side effect of this change is that no warning will be
printed when the FW image does not exists.  To help users figure
out which FW file is missing print a info message when we request
each file.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-07-27 17:26:26 -07:00
..
nfp nfp: only use direct firmware requests 2017-07-27 17:26:26 -07:00
Kconfig nfp: flower: add Kconfig for flower app 2017-06-27 15:48:50 -04:00
Makefile nfp: rename the driver and add new main file 2017-02-10 15:52:24 -05:00