All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] rt2x00: rt2800 detection improvements.
@ 2010-02-13 19:55 Gertjan van Wingerde
  2010-02-13 19:55 ` [PATCH 1/3] rt2x00: Introduce SoC interface type Gertjan van Wingerde
  2010-02-14  1:37 ` [PATCH 0/3] rt2x00: rt2800 detection improvements Pavel Roskin
  0 siblings, 2 replies; 10+ messages in thread
From: Gertjan van Wingerde @ 2010-02-13 19:55 UTC (permalink / raw)
  To: John W. Linville
  Cc: Ivo van Doorn, linux-wireless, users, Gertjan van Wingerde

Some general rt2800 detection improvements. This make SOC a special
interface, and thus simplifying SOC detection a bit, and unifies
rt2800pci and rt2800usb further in detecting with what kind of 
rt2800 device we are dealing with.

Gertjan van Wingerde (3):
  rt2x00: Introduce SoC interface type.
  rt2x00: Reorganize RT chipset setting for PCI/SOC devices.
  rt2x00: rework RT chipset and revision determination for PCI an SOC
    devices.

 drivers/net/wireless/rt2x00/rt2400pci.c   |    4 +-
 drivers/net/wireless/rt2x00/rt2400pci.h   |    1 +
 drivers/net/wireless/rt2x00/rt2500pci.c   |    4 +-
 drivers/net/wireless/rt2x00/rt2500pci.h   |    1 +
 drivers/net/wireless/rt2x00/rt2500usb.c   |    4 +-
 drivers/net/wireless/rt2x00/rt2800.h      |   14 ++--
 drivers/net/wireless/rt2x00/rt2800lib.c   |  115 +++++++++++++++++------------
 drivers/net/wireless/rt2x00/rt2800pci.c   |   29 +++-----
 drivers/net/wireless/rt2x00/rt2800usb.c   |   20 ++---
 drivers/net/wireless/rt2x00/rt2x00.h      |   66 +++++++----------
 drivers/net/wireless/rt2x00/rt2x00debug.c |    4 +-
 drivers/net/wireless/rt2x00/rt2x00pci.c   |    7 --
 drivers/net/wireless/rt2x00/rt2x00pci.h   |    1 +
 drivers/net/wireless/rt2x00/rt2x00soc.c   |   11 +--
 drivers/net/wireless/rt2x00/rt2x00soc.h   |   10 +--
 drivers/net/wireless/rt2x00/rt61pci.c     |   14 ++--
 drivers/net/wireless/rt2x00/rt61pci.h     |    9 ++
 drivers/net/wireless/rt2x00/rt73usb.c     |    7 +-
 drivers/net/wireless/rt2x00/rt73usb.h     |    2 +
 19 files changed, 156 insertions(+), 167 deletions(-)


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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-13 19:55 [PATCH 0/3] rt2x00: rt2800 detection improvements Gertjan van Wingerde
2010-02-13 19:55 ` [PATCH 1/3] rt2x00: Introduce SoC interface type Gertjan van Wingerde
2010-02-13 19:55   ` [PATCH 2/3] rt2x00: Reorganize RT chipset setting for PCI/SOC devices Gertjan van Wingerde
2010-02-13 19:55     ` [PATCH 3/3] rt2x00: rework RT chipset and revision determination for PCI an SOC devices Gertjan van Wingerde
2010-02-14  1:15       ` Ivo van Doorn
2010-02-14  1:15     ` [PATCH 2/3] rt2x00: Reorganize RT chipset setting for PCI/SOC devices Ivo van Doorn
2010-02-14  1:36       ` Pavel Roskin
2010-02-14  9:21       ` Gertjan van Wingerde
2010-02-14  1:15   ` [PATCH 1/3] rt2x00: Introduce SoC interface type Ivo van Doorn
2010-02-14  1:37 ` [PATCH 0/3] rt2x00: rt2800 detection improvements Pavel Roskin

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.