From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: [PATCHv2 0/5] Fix wlcore config firwmare annoyances Date: Sat, 17 Sep 2016 09:06:28 -0700 Message-ID: <20160917160633.8767-1-tony@atomide.com> Return-path: Sender: linux-wireless-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Kalle Valo Cc: Eyal Reizer , Guy Mishol , Luca Coelho , Maital Hahn , Maxim Altshul , Shahar Patury , linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-omap@vger.kernel.org Hi all, Here are some patches to fix the firmware loading for wl12xx/wl18xx when the same rootfs is used on multiple WLAN chip variants. Changes since v1: - Fix copy paste typo for the SPI related changes as noted by Kalle Valo - Fix uninitialized ret variable warning as noted by Kalle Valo Regards, Tony Tony Lindgren (5): wlcore: Prepare family to fix nvs file handling wlcore: sdio: Populate config firmware data wlcore: spi: Populate config firmware data wlcore: Fix config firmware loading issues wlcore: wl18xx: Use chip specific configuration firmware drivers/net/wireless/ti/wl18xx/main.c | 19 ++++---- drivers/net/wireless/ti/wlcore/boot.c | 15 ++++-- drivers/net/wireless/ti/wlcore/main.c | 36 ++++++++++----- drivers/net/wireless/ti/wlcore/sdio.c | 76 +++++++++++++++++++------------ drivers/net/wireless/ti/wlcore/spi.c | 48 +++++++++---------- drivers/net/wireless/ti/wlcore/wlcore_i.h | 12 ++--- 6 files changed, 123 insertions(+), 83 deletions(-) -- 2.9.3