linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH v2 0/8] wl1251 sdio interface
@ 2009-07-17 18:47 Kalle Valo
  2009-07-17 18:47 ` [RFC PATCH v2 1/8] wl1251: remove fixed address support from spi commands Kalle Valo
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Kalle Valo @ 2009-07-17 18:47 UTC (permalink / raw)
  To: Bob Copeland; +Cc: linux-wireless

Here is v2 of Bob's wl1251 sdio patches. I have now rebased them on
top of wl1251/wl1271 split patches. Only compile-tested because I
don't have working test setup right now (neither spi or sdio), but I
should have access to one in two weeks.

We should get the patches into wireless-testing soon because there is
quite a lot of interest for wl1251 sdio support, sdio is more widely
used than spi. I would like to get the patches into 2.6.32 if at all
possible.

v2:
o rebase to current wireless-testing (after wl1251/wl1271 split)

---

Bob Copeland (7):
      wl1251: add sdio support
      wl1251: split spi interface into separate module
      wl1251: move module probe methods into spi.c
      wl1251: make wl1251_set_partition bus agnostic
      wl1251: introduce wl1251_if_operations struct
      wl1251: use wiphy_dev instead of wl->spi->dev
      wl1251: separate bus i/o code into io.c

Kalle Valo (1):
      wl1251: remove fixed address support from spi commands


 drivers/net/wireless/wl12xx/Kconfig        |   28 ++-
 drivers/net/wireless/wl12xx/Makefile       |    5 
 drivers/net/wireless/wl12xx/wl1251.h       |   14 +
 drivers/net/wireless/wl12xx/wl1251_acx.c   |    3 
 drivers/net/wireless/wl12xx/wl1251_boot.c  |    1 
 drivers/net/wireless/wl12xx/wl1251_cmd.c   |   11 -
 drivers/net/wireless/wl12xx/wl1251_event.c |    4 
 drivers/net/wireless/wl12xx/wl1251_io.c    |  181 ++++++++++++++++
 drivers/net/wireless/wl12xx/wl1251_io.h    |   64 ++++++
 drivers/net/wireless/wl12xx/wl1251_main.c  |  162 +++------------
 drivers/net/wireless/wl12xx/wl1251_ops.c   |    5 
 drivers/net/wireless/wl12xx/wl1251_ps.c    |    3 
 drivers/net/wireless/wl12xx/wl1251_rx.c    |    7 -
 drivers/net/wireless/wl12xx/wl1251_sdio.c  |  188 +++++++++++++++++
 drivers/net/wireless/wl12xx/wl1251_spi.c   |  310 +++++++++++-----------------
 drivers/net/wireless/wl12xx/wl1251_spi.h   |   54 -----
 drivers/net/wireless/wl12xx/wl1251_tx.c    |   62 +++---
 17 files changed, 678 insertions(+), 424 deletions(-)
 create mode 100644 drivers/net/wireless/wl12xx/wl1251_io.c
 create mode 100644 drivers/net/wireless/wl12xx/wl1251_io.h
 create mode 100644 drivers/net/wireless/wl12xx/wl1251_sdio.c


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

end of thread, other threads:[~2009-07-19 13:04 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-17 18:47 [RFC PATCH v2 0/8] wl1251 sdio interface Kalle Valo
2009-07-17 18:47 ` [RFC PATCH v2 1/8] wl1251: remove fixed address support from spi commands Kalle Valo
2009-07-17 18:47 ` [RFC PATCH v2 2/8] wl1251: separate bus i/o code into io.c Kalle Valo
2009-07-17 18:48 ` [RFC PATCH v2 3/8] wl1251: use wiphy_dev instead of wl->spi->dev Kalle Valo
2009-07-17 18:48 ` [RFC PATCH v2 4/8] wl1251: introduce wl1251_if_operations struct Kalle Valo
2009-07-17 18:48 ` [RFC PATCH v2 5/8] wl1251: make wl1251_set_partition bus agnostic Kalle Valo
2009-07-17 18:48 ` [RFC PATCH v2 6/8] wl1251: move module probe methods into spi.c Kalle Valo
2009-07-17 18:48 ` [RFC PATCH v2 7/8] wl1251: split spi interface into separate module Kalle Valo
2009-07-17 18:48 ` [RFC PATCH v2 8/8] wl1251: add sdio support Kalle Valo
2009-07-17 19:04 ` [RFC PATCH v2 0/8] wl1251 sdio interface Kalle Valo
2009-07-17 19:20   ` Bob Copeland
2009-07-18  5:32   ` Bob Copeland
2009-07-19 13:03   ` Luciano Coelho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).