On 1/4/2022 8:26 AM, Hector Martin wrote: > Now that the firmware fetcher can handle per-board CLM files, load the > CLM blob alongside the other firmware files and change the bus API to > just return the existing blob, instead of fetching the filename. > > This enables per-board CLM blobs, which are required on Apple platforms. Looks good to me. Reviewed-by: Arend van Spriel > Acked-by: Linus Walleij > Signed-off-by: Hector Martin > --- > .../broadcom/brcm80211/brcmfmac/bus.h | 19 ++++++--- > .../broadcom/brcm80211/brcmfmac/common.c | 12 +----- > .../broadcom/brcm80211/brcmfmac/pcie.c | 39 ++++++++++++------- > .../broadcom/brcm80211/brcmfmac/sdio.c | 36 ++++++++++------- > .../broadcom/brcm80211/brcmfmac/sdio.h | 2 + > .../broadcom/brcm80211/brcmfmac/usb.c | 23 +++-------- > 6 files changed, 69 insertions(+), 62 deletions(-)