1. 16 9月, 2009 1 次提交
    • B
      Staging: add rt3090 wireless driver · 36c7928c
      Bartlomiej Zolnierkiewicz 提交于
      This is the vendor driver for the Ralink RT3090 chipset.
      
      It should be later cleaned and ported to use the existing rt2x00
      infrastructure or just replaced by the proper version.
      
      [ Unfortunately since it follows the same design/implementation like
        rt{286,287,307}0 drivers (already present in the staging tree)
        it is highly unlikely that it will see much love from the wireless
        development community.. ]
      
      However since the development of the cleaner/proper version can take
      significant time lets give distros (i.e. openSUSE seems to already
      have the package with the original vendor driver) and users "something"
      to use in the meantime.
      
      I forward ported it to 2.6.31-rc1, ported to the Linux build system
      and did some initial cleanups.  More fixes/cleanups to come later
      (it seems that the driver can be made to share most of its code with
      the other Ralink drivers already present in the staging tree).
      Signed-off-by: NBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      36c7928c
  2. 29 7月, 2009 1 次提交
  3. 20 6月, 2009 7 次提交
  4. 17 6月, 2009 1 次提交
    • D
      Staging: Add octeon-ethernet driver files. · 80ff0fd3
      David Daney 提交于
      The octeon-ethernet driver supports the sgmii, rgmii, spi, and xaui
      ports present on the Cavium OCTEON family of SOCs.  These SOCs are
      multi-core mips64 processors with existing support over in arch/mips.
      
      The driver files can be categorized into three basic groups:
      
      1) Register definitions, these are named cvmx-*-defs.h
      
      2) Main driver code, these have names that don't start cvmx-.
      
      3) Interface specific functions and other utility code, names starting
      with cvmx-
      Signed-off-by: NDavid Daney <ddaney@caviumnetworks.com>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      80ff0fd3
  5. 04 4月, 2009 11 次提交
  6. 19 3月, 2009 1 次提交
  7. 07 1月, 2009 16 次提交
  8. 24 10月, 2008 1 次提交
  9. 23 10月, 2008 1 次提交
    • V
      Staging: add poch driver · a14eddda
      Vijay Kumar 提交于
      This is the first cut at a driver for the Redrapids Pocket Change
      CardBus devices.
      
      Receiving data seems to work properly, but overflows happen on transmit.
      Still needs more hardware debugging to work properly.
      
      (cleaned up to use proper driver core api functions by Greg)
      
      From: Vijay Kumar <vijaykumar@bravegnu.org>
      Cc: Alexey Zaytsev <alexey.zaytsev@gmail.com>
      Cc: Jaya Kumar <jayakumar.lkml@gmail.com>
      Cc: Ken Sienski <sienski@redrapids.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      a14eddda