Re: [PATCH for-3.12 2/3] bcma: make bcma_core_pci_{up,down}() callable from atomic context

2013-10-02 Thread Tod Jackson
The warnings are gone, indeed. brcmsmac is now working great for me. (Late for me too... for some reason this e-mail was in my spam folder... stupid gmail!) On 10/2/13, Hauke Mehrtens wrote: > On 09/25/2013 12:11 PM, Arend van Spriel wrote: >> This patch removes the bcma_core_pci_power_save() ca

Re: [PATCH for-3.12 2/3] bcma: make bcma_core_pci_{up,down}() callable from atomic context

2013-10-02 Thread Hauke Mehrtens
On 09/25/2013 12:11 PM, Arend van Spriel wrote: > This patch removes the bcma_core_pci_power_save() call from > the bcma_core_pci_{up,down}() functions as it tries to schedule > thus requiring to call them from non-atomic context. The function > bcma_core_pci_power_save() is now exported so the cal

[PATCH for-3.12 2/3] bcma: make bcma_core_pci_{up,down}() callable from atomic context

2013-09-25 Thread Arend van Spriel
This patch removes the bcma_core_pci_power_save() call from the bcma_core_pci_{up,down}() functions as it tries to schedule thus requiring to call them from non-atomic context. The function bcma_core_pci_power_save() is now exported so the calling module can explicitly use it in non-atomic context.