netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Inaky Perez-Gonzalez <inaky@linux.intel.com>
To: netdev@vger.kernel.org, wimax@linuxwimax.org
Subject: [PATCH 2.6.33/1 00/12] WiMAX patches for 2.6.33 (batch #1)
Date: Wed,  4 Nov 2009 13:39:36 -0800	[thread overview]
Message-ID: <cover.1257370735.git.inaky@linux.intel.com> (raw)

  [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(-)


             reply	other threads:[~2009-11-04 21:41 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-04 21:39 Inaky Perez-Gonzalez [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1257370735.git.inaky@linux.intel.com \
    --to=inaky@linux.intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=wimax@linuxwimax.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).