1. 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
  2. 01 2月, 2010 1 次提交
  3. 24 12月, 2009 2 次提交
  4. 15 12月, 2009 1 次提交
  5. 12 12月, 2009 7 次提交
  6. 11 12月, 2009 1 次提交
    • B
      drm/nouveau: Add DRM driver for NVIDIA GPUs · 6ee73861
      Ben Skeggs 提交于
      This adds a drm/kms staging non-API stable driver for GPUs from NVIDIA.
      
      This driver is a KMS-based driver and requires a compatible nouveau
      userspace libdrm and nouveau X.org driver.
      
      This driver requires firmware files not available in this kernel tree,
      interested parties can find them via the nouveau project git archive.
      
      This driver is reverse engineered, and is in no way supported by nVidia.
      
      Support for nearly the complete range of nvidia hw from nv04->g80 (nv50)
      is available, and the kms driver should support driving nearly all
      output types (displayport is under development still) along with supporting
      suspend/resume.
      
      This work is all from the upstream nouveau project found at
      nouveau.freedesktop.org.
      
      The original authors list from nouveau git tree is:
      Anssi Hannula <anssi.hannula@iki.fi>
      Ben Skeggs <bskeggs@redhat.com>
      Francisco Jerez <currojerez@riseup.net>
      Maarten Maathuis <madman2003@gmail.com>
      Marcin Kościelnicki <koriakin@0x04.net>
      Matthew Garrett <mjg@redhat.com>
      Matt Parnell <mparnell@gmail.com>
      Patrice Mandin <patmandin@gmail.com>
      Pekka Paalanen <pq@iki.fi>
      Xavier Chantry <shiningxc@gmail.com>
      along with project founder Stephane Marchesin <marchesin@icps.u-strasbg.fr>
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      6ee73861
  7. 31 10月, 2009 5 次提交
  8. 10 10月, 2009 2 次提交
  9. 22 9月, 2009 1 次提交
  10. 19 9月, 2009 1 次提交
  11. 16 9月, 2009 12 次提交