On August 2, 2024 4:57:48 AM Jacobe Zang [off-list ref] wrote:
WiFi modules often require 32kHz clock to function. Add support to
enable the clock to PCIe driver and move "brcm,bcm4329-fmac" check
to the top of brcmf_of_probe. Change function prototypes from void
to int and add appropriate errno's for return values.
Sorry, but this is moving in the wrong direction. The reason for changing
from void to int was to propagate the error up to the bus, ie. PCIe, SDIO,
or USB. Anyway, I reworked this patch last night to do just that. Let me
send it out to you.
Regards,
Arend
Co-developed-by: Ondrej Jirman <megi@xff.cz>
Signed-off-by: Ondrej Jirman <megi@xff.cz>
Signed-off-by: Jacobe Zang <redacted>
Change-Id: I21bf9e21b275452369dce1f50c2f092eded6376c
---
.../wireless/broadcom/brcm80211/brcmfmac/of.c | 49 +++++++++++--------
.../wireless/broadcom/brcm80211/brcmfmac/of.h | 4 +-
2 files changed, 31 insertions(+), 22 deletions(-)