netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.6.33/5 00/12] WiMAX pull request
@ 2009-11-04 21:40 Inaky Perez-Gonzalez
  2009-11-04 21:40 ` [PATCH 2.6.33/5 01/12] wimax/i2400m: make i2400m->bus_dev_{stop,start}() optional Inaky Perez-Gonzalez
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Inaky Perez-Gonzalez @ 2009-11-04 21:40 UTC (permalink / raw)
  To: netdev, wimax

The following changes since commit 4a78fd9a736db4c871bc8b583d66b61c38abd299:
  Inaky Perez-Gonzalez (1):
        wimax/i2400m: fix oops caused by race condition when exiting USB kthreads

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimax.git linux-2.6.33.y

Patches follow for reviewing convenience.

Inaky Perez-Gonzalez (12):
      wimax/i2400m: make i2400m->bus_dev_{stop,start}() optional
      wimax/i2400m: SDIO: fix oops on reset when TXing on uninitialized data
      wimax/i2400m: implement passive mode as a module option
      wimax/i2400m: introduce i2400m_reset(), stopping TX and carrier
      wimax/i2400m: fix device getting stuck in IDLE mode
      wimax/i2400m: Fix USB timeout specifications (to ms from HZ)
      wimax/i2400m: correctly identify all iwmc3200-based SKUs
      wimax/i2400m: don't retry SDIO enable in probe() paths
      wimax/i2400m: handle USB stalls
      wimax/i2400m: fix bad assignment of return value in i2400mu_tx_bulk_out
      wimax/i2400m: fix SDIO debugfs dentry name
      wimax/i2400m: fix inverted value in i2400ms_bus_setup()

 drivers/net/wimax/i2400m/control.c     |   14 +++++-
 drivers/net/wimax/i2400m/debugfs.c     |    2 +-
 drivers/net/wimax/i2400m/driver.c      |   36 +++++++++++---
 drivers/net/wimax/i2400m/fw.c          |    4 +-
 drivers/net/wimax/i2400m/i2400m-sdio.h |   11 ++++
 drivers/net/wimax/i2400m/i2400m.h      |   15 +++---
 drivers/net/wimax/i2400m/netdev.c      |   25 +++++++--
 drivers/net/wimax/i2400m/rx.c          |    4 +-
 drivers/net/wimax/i2400m/sdio.c        |   81 ++++++++++++++------------------
 drivers/net/wimax/i2400m/usb-fw.c      |   25 +++++++++-
 drivers/net/wimax/i2400m/usb-rx.c      |   23 +++++++++-
 drivers/net/wimax/i2400m/usb-tx.c      |   24 +++++++++-
 drivers/net/wimax/i2400m/usb.c         |   61 +++++++++++++++++++++---
 13 files changed, 240 insertions(+), 85 deletions(-)

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

end of thread, other threads:[~2009-11-05  4:39 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-04 21:40 [PATCH 2.6.33/5 00/12] WiMAX pull request Inaky Perez-Gonzalez
2009-11-04 21:40 ` [PATCH 2.6.33/5 01/12] wimax/i2400m: make i2400m->bus_dev_{stop,start}() optional Inaky Perez-Gonzalez
2009-11-04 21:40 ` [PATCH 2.6.33/5 02/12] wimax/i2400m: SDIO: fix oops on reset when TXing on uninitialized data Inaky Perez-Gonzalez
2009-11-04 21:40 ` [PATCH 2.6.33/5 03/12] wimax/i2400m: implement passive mode as a module option Inaky Perez-Gonzalez
2009-11-04 21:40 ` [PATCH 2.6.33/5 04/12] wimax/i2400m: introduce i2400m_reset(), stopping TX and carrier Inaky Perez-Gonzalez
2009-11-04 21:40 ` [PATCH 2.6.33/5 05/12] wimax/i2400m: fix device getting stuck in IDLE mode Inaky Perez-Gonzalez
2009-11-04 21:40 ` [PATCH 2.6.33/5 06/12] wimax/i2400m: Fix USB timeout specifications (to ms from HZ) Inaky Perez-Gonzalez
2009-11-04 21:40 ` [PATCH 2.6.33/5 07/12] wimax/i2400m: correctly identify all iwmc3200-based SKUs Inaky Perez-Gonzalez
2009-11-04 21:40 ` [PATCH 2.6.33/5 08/12] wimax/i2400m: don't retry SDIO enable in probe() paths Inaky Perez-Gonzalez
2009-11-04 21:40 ` [PATCH 2.6.33/5 09/12] wimax/i2400m: handle USB stalls Inaky Perez-Gonzalez
2009-11-04 21:40 ` [PATCH 2.6.33/5 10/12] wimax/i2400m: fix bad assignment of return value in i2400mu_tx_bulk_out Inaky Perez-Gonzalez
2009-11-04 21:40 ` [PATCH 2.6.33/5 11/12] wimax/i2400m: fix SDIO debugfs dentry name Inaky Perez-Gonzalez
2009-11-04 21:40 ` [PATCH 2.6.33/5 12/12] wimax/i2400m: fix inverted value in i2400ms_bus_setup() Inaky Perez-Gonzalez
2009-11-05  4:37 ` [PATCH 2.6.33/5 00/12] WiMAX pull request Inaky Perez-Gonzalez

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).