Hi, These are my initial patches where I started cleaning up the platform data stuff so we can start moving to using DT more easily later. There is still a lot more to clean up before making all this DT friendly, so I'll send a few more patchsets soon. I'm sending this already because I don't want to pile up too many patches. Maybe in small batches I have a chance of getting some review. :P -- Cheers, Luca. Luciano Coelho (5): wlcore: remove unused set_power method wlcore: remove if_ops from platform_data wlcore: use wl12xx_platform_data pointer from wlcore_pdev_data wlcore: use PLATFORM_DEVID_AUTO for plat dev creation to avoid conflicts wlcore: move wl12xx_platform_data up and make it truly optional drivers/net/wireless/ti/Kconfig | 9 ++++++ drivers/net/wireless/ti/Makefile | 3 ++ ...12xx_platform_data.c => wilink_platform_data.c} | 0 drivers/net/wireless/ti/wlcore/Kconfig | 5 --- drivers/net/wireless/ti/wlcore/Makefile | 3 -- drivers/net/wireless/ti/wlcore/main.c | 6 ++-- drivers/net/wireless/ti/wlcore/sdio.c | 33 +++++++++++++------- drivers/net/wireless/ti/wlcore/spi.c | 28 ++++++++++++----- drivers/net/wireless/ti/wlcore/wlcore.h | 1 - drivers/net/wireless/ti/wlcore/wlcore_i.h | 5 +++ include/linux/wl12xx.h | 16 +++++++--- 11 files changed, 72 insertions(+), 37 deletions(-) rename drivers/net/wireless/ti/{wlcore/wl12xx_platform_data.c => wilink_platform_data.c} (100%) -- 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