Re: [PATCH 5/6] qtnfmac: implement asynchronous firmware loading

2018-02-08 Thread Arend van Spriel
On 2/7/2018 12:09 PM, Sergei Maksimenko wrote: Hi Arend, Qsr10g devices support loading firmware not only from the host over PCIe but also from on-board flash. Firmware start-up sequence and the following handshake are common for PCIe and flash boot modes. They take much more time (about 10 seco

Re: [PATCH 5/6] qtnfmac: implement asynchronous firmware loading

2018-02-07 Thread Sergei Maksimenko
Hi Arend, Qsr10g devices support loading firmware not only from the host over PCIe but also from on-board flash. Firmware start-up sequence and the following handshake are common for PCIe and flash boot modes. They take much more time (about 10 seconds) than the firmware upload process. To make

Re: [PATCH 5/6] qtnfmac: implement asynchronous firmware loading

2018-02-06 Thread Arend van Spriel
On 2/5/2018 4:05 PM, Sergey Matyukevich wrote: From: Sergei Maksimenko In pci probe() function start firmware loading, protocol handshake and driver core initialization, and not wait for completion. The moving of the debugfs stuff makes this a drag to review, but I get the gist. The thing is