1. 03 9月, 2010 1 次提交
    • V
      staging: add ath6kl driver for AR6003 chip · 30295c89
      Vipin Mehta 提交于
      AR6003 is a single stream, SDIO based 802.11 chipset from
      Atheros optimized for mobile and embedded devices. ath6kl is a
      cfg80211 driver for AR6003 and supports both the station and
      AP mode of operation.
      
      Station mode supports 802.11 a/b/g/n with HT20 on 2.4/5GHz and
      HT40 only on 5GHz. Some of the other features include WPA/WPA2,
      WPS, WMM, WMM-PS, and BT coexistence. AP mode can be operated
      only in b/g mode with support for a subset of features mentioned
      above.
      
      The driver supports cfg80211 but comes with its own set of
      wext ioctls which have historically supported some of our
      customers with features like BT 3.0 and AP mode of operation.
      
      For further details, please refer to:
      
      http://wireless.kernel.org/en/users/Drivers/ath6kl
      
      The driver requires firmware that runs on the chip's network
      processor. The majority of it is stored in ROM. The binaries
      that are downloaded and executed from RAM are as follows:
      
      1) Patch against the code in ROM for bug fixes and feature
         enhancements.
      2) Code to copy the data from the OTP region of the memory
         into RAM.
      3) Calibration file carrying board specific data.
      
      The above files need to be present in the directory
      '/lib/firmware/ath6k/AR6003/hw2.0/' for the driver to initialize
      the chip upon enumeration. The files can be downloaded from the
      link specified at the following location:
      
      http://wireless.kernel.org/en/users/Drivers/ath6kl#Download
      
      This driver is only provided in the interim while we work on
      the mac80211 replacement, ath6k. Once the mac80211 driver
      achieves feature parity with the ath6kl driver, the ath6kl will
      be deprecated and removed from staging.
      Signed-off-by: NVipin Mehta <vmehta@atheros.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      30295c89
  2. 01 9月, 2010 1 次提交
  3. 31 8月, 2010 3 次提交
    • K
      Staging: Add SBE 2T3E3 WAN driver · 921a86e0
      Krzysztof Halasa 提交于
      This is a driver for SBE Inc.'s dual port T3/E3 WAN cards. Based on
      their original GPLed driver.
      
      The original driver tarball is now accessible at
      http://userweb.kernel.org/~chris/SBE_2T3_Linux_2.0c.tgz
      
      It needs at least a new generic HDLC setup code (not yet written) before
      moving to drivers/net/wan.
      Signed-off-by: NKrzysztof Hałasa <khc@pm.waw.pl>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      921a86e0
    • D
      Staging: add West Bridge Astoria Driver · 81eb669b
      David Cross 提交于
      This is a driver for the Cypress West Bridge companion chip. Its
      function is analogous to the North/South Bridges of PC environments
      applied to embedded devices, in that it expands I/O and storage
      capabilities of an embedded processor. The Astoria version, which this
      driver applies to, functions as a USB, embedded memory and SDIO
      controller. The kernel that this patch was applied to is linux-2.6.35,
      although it was tested using the android kernel 2.6.29 running on the
      Zoom 2 platform. In this system, it was used primarily as a sideloading
      accelerator enabling direct data transfers between a USB host PC and
      embedded memory without system overheads.  Minor modifications were also
      made to the kernel for this patch. These include changes such as
      EXPORTing of fat_get_block in the kernel code. Another function,
      mpage_cleardirty was also added to the memory management code. This
      function is used to clear the dirty pages from a specific inode. This
      allows for direct, file based DMA. None of these changes are believed to
      have any negative impact on the kernel and may provide additional
      benefit for other developers and drivers.
      
      The driver, as submitted, was placed into the drivers/staging/westbridge
      folder as the directory structure it will eventually reside in is not yet
      defined. The driver, as placed in staging is divided into four parts:
      1) gadget - this implements a gadget peripheral controller and includes IOCTLs
      for MTP transfers
      2) block -this implements a generic block device driver to enable access to
      embedded memory
      3) api -this is the Cypress SDK, and includes USB and Storage specific
      functions. In addition, it includes common code for low level routines such as
      message passing and common data transfer routines
      4) hal - this should likely be included in the arch directory as it needs to
      be modified for a given platform. The directory structure in the staging area
      is meant to reflect the eventual location of where this code likely should be.
      It is platform specific. In this case, the HAL included is for the Android
      Zoom 2 platform. Here, West Bridge is connected to the GPMC (general purpose
      memory controller) of the OMAP3. Specific timing needs to be enabled to ensure
      reliable communication.
      Many thanks to Greg KH for conducting initial reviews and providing pointers.
      Please contact david.cross@cypress.com for questions, concerns or feedback.
      Signed-off-by: NDavid Cross <david.cross@cypress.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      81eb669b
    • G
      Staging: delete rtl8192su driver · 760ffce8
      Greg Kroah-Hartman 提交于
      Now that we have a much better driver for this device (rtl8712), delete
      this driver as it is no longer needed.
      
      Cc: Larry Finger <Larry.Finger@lwfinger.net>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      760ffce8
  4. 24 8月, 2010 1 次提交
  5. 20 8月, 2010 1 次提交
  6. 03 8月, 2010 3 次提交
  7. 09 7月, 2010 1 次提交
  8. 25 6月, 2010 1 次提交
  9. 23 6月, 2010 1 次提交
  10. 19 6月, 2010 2 次提交
  11. 09 6月, 2010 2 次提交
  12. 05 6月, 2010 3 次提交
  13. 18 5月, 2010 1 次提交
  14. 12 5月, 2010 11 次提交
    • G
      Staging: fix typo in Makefile · 512abd00
      Greg Kroah-Hartman 提交于
      This actually gets the adis16255 driver to build properly.
      
      Cc: Matthias Brugger <mensch0815@googlemail.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      512abd00
    • M
      staging: adis16255 - TODO issues resolved and typos removed · e390b07b
      Matthias Brugger 提交于
      This patch adds the adis16255 driver to the build system under the staging directory.
      It solves also most issues mentioned in TODO list:
      - sample rate exported to sysfs
      - spi_adis16255_bringup and spi_adis16255_shutdown encapsulated
      - chip selftest in spi_adis16255_bringup
      - kernel messages reduced to a reasonable number
      I removed the TODO file, because ther was only the reset of the gyroscope left.
      This is IMOH not necessary for the actual driver.
      
      There are also some typos in adis.c file. This patch should get rid of them as well.
      Signed-off-by: NMatthias Brugger <mensch0815@gmail.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      e390b07b
    • G
      Staging: netwave: delete the driver · e5b3e800
      Greg Kroah-Hartman 提交于
      It has sat in the staging directory since October of 2009, and no one
      has stepped up to take it over, so odds are, no one cares about it
      anymore.  So, it is now deleted as scheduled, and documented in the TODO
      file.
      
      Cc: John W. Linville <linville@tuxdriver.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      e5b3e800
    • G
      Staging: wavelan: delete the driver · 1d794e3b
      Greg Kroah-Hartman 提交于
      It has sat in the staging directory since October of 2009, and no one
      has stepped up to take it over, so odds are, no one cares about it
      anymore.  So, it is now deleted as scheduled, and documented in the TODO
      file.
      
      Cc: John W. Linville <linville@tuxdriver.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      1d794e3b
    • G
      Staging: strip: delete the driver · f80a3f62
      Greg Kroah-Hartman 提交于
      It has sat in the staging directory since October of 2009, and no one
      has stepped up to take it over, so odds are, no one cares about it
      anymore.  So, it is now deleted as scheduled, and documented in the TODO
      file.
      
      Cc: John W. Linville <linville@tuxdriver.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      f80a3f62
    • G
      Staging: arlan: delete the driver · af449f92
      Greg Kroah-Hartman 提交于
      It has sat in the staging directory since October of 2009, and no one
      has stepped up to take it over, so odds are, no one cares about it
      anymore.  So, it is now deleted as scheduled, and documented in the TODO
      file.
      
      Cc: John W. Linville <linville@tuxdriver.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      af449f92
    • G
      Staging: dt3155v4l: add driver to the build · 11d91a44
      Greg Kroah-Hartman 提交于
      The last patch forgot to add the driver to the Makefile, so it
      would not end up getting built.  This resolves that issue.
      
      Cc: Marin Mitov <mitov@issp.bas.bg>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      11d91a44
    • P
      Staging: Kconfig, Makefile for TI's ST ldisc · 2f6aee56
      Pavan Savoy 提交于
      This change adds the Kconfig and Make file for TI's
      ST line discipline driver and the BlueZ driver for BT
      core of the TI BT/FM/GPS combo chip.
      Signed-off-by: NPavan Savoy <pavan_savoy@ti.com>
      2f6aee56
    • O
      staging: Intel Restricted Access Region Handler · ff13209b
      Ossama Othman 提交于
      The Intel Restricted Access Region Handler provides a buffer allocation
      mechanism to RAR users.  Since the intended usage model is to lock out
      CPU access to RAR (the CPU will not be able to access RAR memory), this
      driver does not access RAR memory, and merely keeps track of what areas
      of RAR memory are in use.  It has it's own simple allocator that does
      not rely on existing kernel allocators (SLAB, etc) since those
      allocators are too tightly coupled with the paging mechanism, which isn't
      needed for the intended RAR use cases.
      
      An mmap() implementation is provided for debugging purposes to simplify
      RAR memory access from the user space.  However, it will effectively be
      a no-op when RAR access control is enabled since the CPU will not be
      able to access RAR.
      
      This driver should not be confused with the rar_register driver.  That
      driver exposes an interface to access RAR registers on the Moorestown
      platform.  The RAR handler driver relies on the rar_register driver for
      low level RAR register reads and writes.
      
      This patch was generated and built against the latest linux-2.6 master
      branch.
      Signed-off-by: NOssama Othman <ossama.othman@intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      ff13209b
    • V
      Staging: Remove staging/poch · 6764cbd7
      Vijay Kumar 提交于
      Remove staging/poch.
      
      Reasons for removal are -- The driver has serious cache
      issues, that I couldn't fix. The card vendor is working
      on a better replacement for the driver. The driver has
      been delayed a lot and development has come to a stand
      still.
      Signed-off-by: NVijay Kumar B. <vijaykumar@bravegnu.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      6764cbd7
    • B
      staging: Add driver to support wanPMC-CxT1E1 card. · 50ee11fe
      Bob Beers 提交于
      Obviously still needs serious attention, but it compiles.
      
      Original author: Rick Dobbs
      
      Add driver to support wanPMC-CxT1E1 card.
      
      This card provides 1-4 ports of T1E1 in PMC form factor.
      
      Note, Rick doesn't want his email showing up as the "From:" author, but
      has given his blessing to have the code included in the kernel tree.
      Signed-off-by: NBob Beers <bob.beers@gmail.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      50ee11fe
  15. 04 3月, 2010 7 次提交
    • M
      Staging: rar_register: renaming directory to rar_register · e33cc5ce
      Mark Allyn 提交于
      Renames the directory in which the driver files
      are located; again for clarity.
      Signed-off-by: NMark Allyn <mark.a.allyn@intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      e33cc5ce
    • G
      Staging: mimio: remove the mimio driver · e37bcc0d
      Greg Kroah-Hartman 提交于
      It turns out that Mimio has a userspace solution for this product using
      libusb, and the in-kernel driver is just getting in the way now and
      causing problems.  So they have asked that the in-kernel driver be
      removed.  As the staging driver wasn't quite working anyway, and Mimio
      supports their libusb solution for all distros, I am removing the
      in-kernel driver.
      
      The libusb solution can be downloaded from:
      	http://www.mimio.com/downloads/mimio_studio_software/linux.asp
      
      Cc: <mwilder@cs.nmsu.edu>
      Cc: Phil Hannent <phil@hannent.co.uk>
      Cc: Marc Rousseau <Marc.Rousseau@mimio.com>
      Cc: stable <stable@kernel.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      e37bcc0d
    • J
      staging: add Broadcom Crystal HD driver · 7963eb43
      Jarod Wilson 提交于
      This patch supersedes the earlier ones sent by Manu Abraham to add
      the Broadcom Crystal HD driver to the staging tree, per discussion
      with him about it. I've been working with Broadcom's Naren Sankar
      on this driver for a number of months, and had already talked Naren
      about submitting this on Broadcom's behalf, didn't expect anyone
      else to jump on submitting it as quickly as Manu did. ;)
      
      This version is a one-shot deal, incorporating the original driver,
      Manu's coding style clean-ups, udev device creation support from
      Edgar 'gimli' Hucek, and a number of other small tweaks from myself
      and Scott Davilla, the other individual who has been working closely
      on this code with Naren and I.
      
      I've tested this iteration of the code lightly on a mini pci-e board
      in a ThinkPad T61p running x86_64 Fedora 12, with the expected results,
      and will test further on other systems with other variants of the card
      (I have three varieties of this device currently in hand). Scott has
      also tested on assorted primarily i686 varieties of Ubuntu, and Naren
      has tested with both Fedora and Ubuntu, iirc.
      
      Note: only the 70012 is currently supported by this driver, 70015
      support will follow later. Also note that Blu-Ray support isn't
      enabled (at the firmware level), due to misc fun related to the
      BD encryption scheme, DRM, etc. :\
      
      I *do* have a git tree containing the driver, lib, gst plugin and
      firmware that I'm working from at the moment[*], as there are inter-
      dependencies between the driver and lib, and the driver can be used
      with kernels going a ways back (I've only tested back to 2.6.18 as
      it exists in Red Hat Enterprise Linux 5). I'm exporting from there,
      into a linux-next tree, then generating patches from there. The goal
      is to feed everything upstream as quickly as possible, but there are
      users who want this code for earlier kernels too...
      
      The firmware will be submitted for inclusion in dwmw2's linux-firmware
      tree once there is a suitable redistribution-no-modification type of
      license on it (I believe Naren is working with Broadcom legal to get
      that in place).
      
      Changelog from initial Broadcom release to here:
      
      commit d20475d444610c5683d09e63f707f5bb22359062
      Author: Jarod Wilson <jarod@redhat.com>
      Date:   Mon Jan 4 13:55:16 2010 -0500
      
          include: lib doesn't build w/o the removed stdint include
          
          So add it back...
      Signed-off-by: NJarod Wilson <jarod@redhat.com>
      
      commit c181070a330530b792d2b80e3ec6ab12a5a57394
      Author: Scott Davilla <davilla@4pi.com>
      Date:   Mon Jan 4 13:38:37 2010 -0500
      
          include: don't define VOID if its already defined
      Signed-off-by: NScott Davilla <davilla@4pi.com>
      Signed-off-by: NJarod Wilson <jarod@redhat.com>
      
      commit 33d8a2b691e81212e398f53770578d79650bf0bc
      Author: Jarod Wilson <jarod@redhat.com>
      Date:   Mon Jan 4 13:12:10 2010 -0500
      
          driver: create crystalhd device using udev
          
          Based on:
          http://sourceforge.net/apps/trac/archvdr/browser/trunk/archvdr/crystalhd/use_udev.patch
          
          Signed-off-by: Edgar ( gimli ) Hucek <ebsi4711 at gmail dot com>
          
          Formatting tweaks, error-handling path fixups and any bugs added by Jarod.
      Signed-off-by: NJarod Wilson <jarod@redhat.com>
      
      commit c44c64dea5537814796fcbe2d9db0209383c78b9
      Author: Manu Abraham <abraham.manu@gmail.com>
      Date:   Mon Jan 4 10:32:47 2010 -0500
      
          crystalhd: coding style cleanups
      Signed-off-by: NManu Abraham <abraham.manu@gmail.com>
      Signed-off-by: NJarod Wilson <jarod@redhat.com>
      
      commit cffa6da7467ff697a656d1dfff54bb0513a053dc
      Author: Jarod Wilson <jarod@redhat.com>
      Date:   Mon Jan 4 10:17:27 2010 -0500
      
          crystalhd: run dos2unix over everything, this is linux source...
      Signed-off-by: NJarod Wilson <jarod@redhat.com>
      
      commit 7fa38a282db7af5a5746055f7c6cef8a9b8ee138
      Author: Jarod Wilson <jarod@redhat.com>
      Date:   Mon Jan 4 10:02:33 2010 -0500
      
          crystalhd: initial import of released Broadcom code
          
          Straight import of:
          http://www.broadcom.com/docs/support/crystalhd/crystalhd_linux_20091229.zip
          
          Unfortunately, we're unable to publicly publish all the history that got
          us from the initial internal code to what was released here, but such is
          life, we can just be happy we've got this open-sourced now. :)
      Signed-off-by: NJarod Wilson <jarod@redhat.com>
      Signed-off-by: NNaren Sankar <nsankar@broadcom.com>
      Signed-off-by: NScott Davilla <davilla@4pi.com>
      Signed-off-by: NManu Abraham <abraham.manu@gmail.com>
      Signed-off-by: NJarod Wilson <jarod@redhat.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      7963eb43
    • G
      Staging: altpciechdma: remove driver · ca1f29c0
      Greg Kroah-Hartman 提交于
      No one seems to be able to maintain this, or merge it into mainline, so
      remove it.
      Acked-by: NLeon Woestenberg <leon@sidebranch.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      ca1f29c0
    • G
      Staging: p9auth: remove driver from tree · 2d629030
      Greg Kroah-Hartman 提交于
      No one seems to be maintaining this anymore, and it is not on any
      track to be merged to mainline.
      
      Cc: Ashwin Ganti <ashwin.ganti@gmail.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      2d629030
    • G
      staging: remove the b3dfg driver · a945db65
      Greg Kroah-Hartman 提交于
      It has no users, and no developers to maintain it to get
      it merged into mainline.
      
      So sad.
      
      Cc: Daniel Drake <ddrake@brontes3d.com>
      Cc: Justin Bronder <jsbronder@brontes3d.com>
      Cc: Duane Griffin <duaneg@dghda.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      a945db65
    • G
      Staging: dt3155: add it to the build · 293c0db0
      Greg Kroah-Hartman 提交于
      Now it will build with the rest of the kernel
      
      Cc: Scott Smedley <ss@aao.gov.au>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      293c0db0
  16. 24 12月, 2009 1 次提交