All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ti wlan drivers: clean-up platform_data stuff (part 1)
@ 2013-01-23 14:40 Luciano Coelho
  2013-01-23 14:40 ` [PATCH 1/5] wlcore: remove unused set_power method Luciano Coelho
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Luciano Coelho @ 2013-01-23 14:40 UTC (permalink / raw)
  To: linux-wireless; +Cc: coelho

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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-02-08  9:21 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-23 14:40 [PATCH 0/5] ti wlan drivers: clean-up platform_data stuff (part 1) Luciano Coelho
2013-01-23 14:40 ` [PATCH 1/5] wlcore: remove unused set_power method Luciano Coelho
2013-01-23 14:40 ` [PATCH 2/5] wlcore: remove if_ops from platform_data Luciano Coelho
2013-01-25  9:57   ` [PATCH v2 " Luciano Coelho
2013-01-23 14:40 ` [PATCH 3/5] wlcore: use wl12xx_platform_data pointer from wlcore_pdev_data Luciano Coelho
2013-01-23 14:40 ` [PATCH 4/5] wlcore: use PLATFORM_DEVID_AUTO for plat dev creation to avoid conflicts Luciano Coelho
2013-01-23 14:40 ` [PATCH 5/5] wlcore: move wl12xx_platform_data up and make it truly optional Luciano Coelho
2013-01-25 10:05   ` [PATCH v2 " Luciano Coelho
2013-01-25 10:05     ` Luciano Coelho
2013-01-25 10:05     ` Luciano Coelho
2013-01-25 17:09     ` Tony Lindgren
2013-01-25 17:09       ` Tony Lindgren
2013-02-08  9:20 ` [PATCH 0/5] ti wlan drivers: clean-up platform_data stuff (part 1) Luciano Coelho

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.