Hi, This patch series add device tree support to the wlcore_sdio driver, which is used by WiLink6, WiLink7 and WiLink8. The first patches do some clean-up to make the data needed in the wilink device tree node smaller. The last patch implements the actual device tree node parsing in wlcore_sdio. The DTS file changes will be sent separately, since they need to go via different trees. -- Luca. Luciano Coelho (5): wl1251: split wl251 platform data to a separate structure wlcore: use irq_flags in pdata instead of hiding it behing a quirk wlcore: remove pwr_in_suspend from platform data wlcore: always use one-shot IRQ wlcore: add device tree support to the sdio module arch/arm/mach-davinci/board-da850-evm.c | 2 +- arch/arm/mach-omap2/board-4430sdp.c | 1 + arch/arm/mach-omap2/board-omap3evm.c | 1 + arch/arm/mach-omap2/board-omap3pandora.c | 4 +- arch/arm/mach-omap2/board-omap4panda.c | 1 + arch/arm/mach-omap2/board-rx51-peripherals.c | 2 +- arch/arm/mach-omap2/board-zoom-peripherals.c | 1 + drivers/net/wireless/ti/wilink_platform_data.c | 37 ++++++++++-- drivers/net/wireless/ti/wl1251/sdio.c | 12 ++-- drivers/net/wireless/ti/wl1251/spi.c | 2 +- drivers/net/wireless/ti/wlcore/debugfs.c | 2 +- drivers/net/wireless/ti/wlcore/main.c | 16 ++--- drivers/net/wireless/ti/wlcore/sdio.c | 77 +++++++++++++++++++++--- drivers/net/wireless/ti/wlcore/wlcore.h | 5 +- drivers/net/wireless/ti/wlcore/wlcore_i.h | 1 + include/linux/wl12xx.h | 28 +++++++-- 16 files changed, 147 insertions(+), 45 deletions(-) -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html