1. 07 2月, 2008 1 次提交
    • S
      [POWERPC] Xilinx: hwicap driver · ef141a0b
      Stephen Neuendorffer 提交于
      This includes code for new fifo-based xps_hwicap in addition to the
      older opb_hwicap, which has a significantly different interface.  The
      common code between the two drivers is largely shared.
      
      Significant differences exists between this driver and what is
      supported in the EDK drivers.  In particular, most of the
      architecture-specific code for reconfiguring individual FPGA resources
      has been removed.  This functionality is likely better provided in a
      user-space support library.  In addition, read and write access is
      supported.  In addition, although the xps_hwicap cores support
      interrupt-driver mode, this driver only supports polled operation, in
      order to make the code simpler, and since the interrupt processing
      overhead is likely to slow down the throughput under Linux.
      Signed-off-by: NStephen Neuendorffer <stephen.neuendorffer@xilinx.com>
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      ef141a0b
  2. 25 1月, 2008 1 次提交
    • F
      nozomi driver · 20fd1e3b
      Frank Seidel 提交于
      This is a driver to control the cardbus wireless data card that works on
      3g networks.
      
      Greg Kroah-Hartman <gregkh@suse.de> did the initial driver cleanup.
      Thanks to Arnaud Patard <apatard@mandriva.com> for help with bugfixing.
      Thanks to Alan Cox for a lot of tty fixes.
      Thanks to Satyam Sharma <satyam@infradead.org> for fixing buildbreakage.
      Thanks to Frank Seidel <fseidel@suse.de> for a lot of bugfixes and
      rewriting to make it a sane Linux driver
      Thanks to Jiri Slaby <jirislaby@gmail.com> for a lot bugfixes, cleanups
      and rewrites that make it much more readable.
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      Signed-off-by: NFrank Seidel <fseidel@suse.de>
      Signed-off-by: NJiri Slaby <jirislaby@gmail.com>
      20fd1e3b
  3. 23 1月, 2008 1 次提交
  4. 18 12月, 2007 1 次提交
  5. 29 11月, 2007 1 次提交
  6. 23 10月, 2007 1 次提交
    • R
      Virtio console driver · 31610434
      Rusty Russell 提交于
      This is an hvc-based virtio console driver.  It's suboptimal becuase
      hvc expects to have raw access to interrupts and virtio doesn't assume
      that, so it currently polls.
      
      There are two solutions: expose hvc's "kick" interface, or wean off hvc.
      Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
      31610434
  7. 19 10月, 2007 1 次提交
  8. 18 10月, 2007 1 次提交
  9. 17 10月, 2007 4 次提交
  10. 27 7月, 2007 1 次提交
  11. 25 7月, 2007 1 次提交
  12. 21 7月, 2007 1 次提交
  13. 20 7月, 2007 1 次提交
  14. 18 7月, 2007 4 次提交
  15. 17 7月, 2007 1 次提交
  16. 14 7月, 2007 1 次提交
  17. 13 7月, 2007 1 次提交
    • R
      [MIPS] Don't use genrtc. · fdc1f938
      Ralf Baechle 提交于
      The only pseudo-legitimate MIPS user of genrtc was a systems that doesn't
      have an RTC in hardware at all.  At this point faking one is a little
      pointless ...
      fdc1f938
  18. 21 5月, 2007 1 次提交
  19. 10 5月, 2007 3 次提交
  20. 09 5月, 2007 3 次提交
  21. 08 5月, 2007 1 次提交
  22. 29 3月, 2007 1 次提交
  23. 07 3月, 2007 1 次提交
  24. 12 2月, 2007 1 次提交
  25. 07 2月, 2007 1 次提交
  26. 14 12月, 2006 4 次提交
  27. 13 12月, 2006 1 次提交