Re: [PATCH 5/5] arm64: dts: qcom: msm8916: Enable modem and WiFi

2021-03-15 Thread Bryan O'Donoghue
On 12/03/2021 00:33, Bjorn Andersson wrote: firmware-name = "qcom/msm8916/WCNSS_qcom_wlan_nv.bin"; On the Linaro debian build I have to do this + firmware-name = "wlan/prima/WCNSS_qcom_wlan_nv.bin"; --- bod

Re: [PATCH 4/5] soc: qcom: wcnss_ctrl: Allow reading firmware-name from DT

2021-03-15 Thread Bryan O'Donoghue
t; 0) { - dev_err(dev, "Failed to load nv file %s: %d\n", - NVBIN_FILE, ret); + dev_err(dev, "Failed to load nv file %s: %d\n", nvbin, ret); goto free_req; } Tested-by: Bryan O'Donoghue

Re: [PATCH 2/5] wcn36xx: Allow firmware name to be overridden by DT

2021-03-15 Thread Bryan O'Donoghue
t device *dev; struct list_headvif_list; + const char *nv_file; const struct firmware *nv; u8 fw_revision; Tested-by: Bryan O'Donoghue

Re: [PATCH 5/5] arm64: dts: qcom: msm8916: Enable modem and WiFi

2021-03-15 Thread Bryan O'Donoghue
On 12/03/2021 00:33, Bjorn Andersson wrote: Enable the modem and WiFi subsystems and specify msm8916 specific firmware path for these and the WCNSS control service. Signed-off-by: Bjorn Andersson --- arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 12 arch/arm64/boot/dts/qcom/msm891

Re: [PATCH 5/5] arm64: dts: qcom: msm8916: Enable modem and WiFi

2021-03-19 Thread Bryan O'Donoghue
On 18/03/2021 14:50, Bjorn Andersson wrote: On Mon 15 Mar 07:01 CDT 2021, Bryan O'Donoghue wrote: On 12/03/2021 00:33, Bjorn Andersson wrote: Enable the modem and WiFi subsystems and specify msm8916 specific firmware path for these and the WCNSS control service. Signed-off-by:

Re: [PATCH v2 1/1] stmmac: fix oops on rmmod after assigning ip addr

2015-04-16 Thread Bryan O'Donoghue
On 16/04/15 17:07, David Miller wrote: This patch does not apply to the current tree, please respin. /facepalm Did this against : https://github.com/torvalds/linux.git I'll spin again against : https://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git/ -- To unsubscribe from this list

[PATCH v3 0/1] stmmac: rmmod oops after ifconfig

2015-04-16 Thread Bryan O'Donoghue
060 [ 39.551363] ---[ end trace 98d1260353bf4fec ]--- Killed Bryan O'Donoghue (1): stmmac: fix oops on rmmod after assigning ip addr drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- 1.9.1 -- To unsubscribe from this list:

[PATCH v3 1/1] stmmac: fix oops on rmmod after assigning ip addr

2015-04-16 Thread Bryan O'Donoghue
after unregister_netdev(). Signed-off-by: Bryan O'Donoghue Reported-by: Dan O'Donovan --- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c b/drivers/net/etherne