netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.6.33/1 00/12] WiMAX patches for 2.6.33 (batch #1)
@ 2009-11-04 21:39 Inaky Perez-Gonzalez
  2009-11-04 21:39 ` [PATCH 2.6.33/1 01/12] wimax/i2400m/usb: remove unnecessary power management primitive in i2400m Inaky Perez-Gonzalez
                   ` (12 more replies)
  0 siblings, 13 replies; 17+ messages in thread
From: Inaky Perez-Gonzalez @ 2009-11-04 21:39 UTC (permalink / raw)
  To: netdev, wimax

  [this series of patches has been split in four batches as it was too
  long; the grouping is just sequential as they are not really
  related, except for dependencies].

Misc fixes: add minimal ethtool support, silly typo fixes, and
dwelve in a set of bad SDIO subdriver's boot-mode interactions with
the hardware timings and ways it managed to corner itself into a
deadlock. 

Please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimax.git

Patches follow for ease of review.


Cindy H Kao (4):
  wimax/i2400m: fix the bootmode RX deadlock in SDIO driver
  wimax/iwmc3200: overwrite SDIO IOR timeout value to avoid platform
    hang
  wimax/iwmc3200: don't disable the SDIO function if enable fails
  wimax/iwmc3200: increase wait time before enable retry

Dan Williams (1):
  i2400m: minimal ethtool support

Dirk Brandewie (3):
  wimax/i2400m: Update comments to talk about SDIO reset and not USB.
  wimax/i2400m: Ensure boot mode cmd and ack buffers are alloc'd before
    first message
  wimax/i2400m: Make boot retries a BUS-specific parameter

Inaky Perez-Gonzalez (1):
  wimax: indicate initial SW rfkill state is "blocked"

Oliver Neukum (1):
  wimax/i2400m/usb: remove unnecessary power management primitive in
    i2400m

Roel Kluin (2):
  i2400m: keep index within ms_to_errno[]
  wimax: misplaced parenthesis

 drivers/net/wimax/i2400m/control.c     |    2 +-
 drivers/net/wimax/i2400m/driver.c      |   54 +++++++++++++++++++++++--------
 drivers/net/wimax/i2400m/fw.c          |    2 +-
 drivers/net/wimax/i2400m/i2400m-sdio.h |    5 ++-
 drivers/net/wimax/i2400m/i2400m-usb.h  |    1 +
 drivers/net/wimax/i2400m/i2400m.h      |    5 +--
 drivers/net/wimax/i2400m/netdev.c      |   18 ++++++++++
 drivers/net/wimax/i2400m/sdio-fw.c     |    8 ++--
 drivers/net/wimax/i2400m/sdio-rx.c     |    7 ++++
 drivers/net/wimax/i2400m/sdio.c        |   38 +++++++++++++++++-----
 drivers/net/wimax/i2400m/tx.c          |    2 +-
 drivers/net/wimax/i2400m/usb.c         |   11 +++++-
 net/wimax/op-rfkill.c                  |    1 +
 13 files changed, 118 insertions(+), 36 deletions(-)


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

end of thread, other threads:[~2009-11-06 18:19 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-04 21:39 [PATCH 2.6.33/1 00/12] WiMAX patches for 2.6.33 (batch #1) Inaky Perez-Gonzalez
2009-11-04 21:39 ` [PATCH 2.6.33/1 01/12] wimax/i2400m/usb: remove unnecessary power management primitive in i2400m Inaky Perez-Gonzalez
2009-11-04 21:39 ` [PATCH 2.6.33/1 02/12] wimax/i2400m: fix the bootmode RX deadlock in SDIO driver Inaky Perez-Gonzalez
2009-11-04 21:39 ` [PATCH 2.6.33/1 03/12] wimax: indicate initial SW rfkill state is "blocked" Inaky Perez-Gonzalez
2009-11-04 21:39 ` [PATCH 2.6.33/1 04/12] i2400m: keep index within ms_to_errno[] Inaky Perez-Gonzalez
2009-11-04 21:39 ` [PATCH 2.6.33/1 05/12] wimax: misplaced parenthesis Inaky Perez-Gonzalez
2009-11-04 21:39 ` [PATCH 2.6.33/1 06/12] i2400m: minimal ethtool support Inaky Perez-Gonzalez
2009-11-04 21:39 ` [PATCH 2.6.33/1 07/12] wimax/i2400m: Update comments to talk about SDIO reset and not USB Inaky Perez-Gonzalez
2009-11-04 21:39 ` [PATCH 2.6.33/1 08/12] wimax/i2400m: Ensure boot mode cmd and ack buffers are alloc'd before first message Inaky Perez-Gonzalez
2009-11-04 21:39 ` [PATCH 2.6.33/1 09/12] wimax/i2400m: Make boot retries a BUS-specific parameter Inaky Perez-Gonzalez
2009-11-04 21:39 ` [PATCH 2.6.33/1 10/12] wimax/iwmc3200: overwrite SDIO IOR timeout value to avoid platform hang Inaky Perez-Gonzalez
2009-11-04 21:39 ` [PATCH 2.6.33/1 11/12] wimax/iwmc3200: don't disable the SDIO function if enable fails Inaky Perez-Gonzalez
2009-11-04 21:39 ` [PATCH 2.6.33/1 12/12] wimax/iwmc3200: increase wait time before enable retry Inaky Perez-Gonzalez
2009-11-05  6:24 ` [PATCH 2.6.33/1 00/12] WiMAX patches for 2.6.33 (batch #1) David Miller
2009-11-05 18:17   ` Inaky Perez-Gonzalez
2009-11-06 13:23     ` David Miller
2009-11-06 18:17       ` 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).