Skip to content
Snippets Groups Projects
  1. Sep 24, 2008
    • Alan Cox's avatar
      pcmcia: Fix up legacy driver IRQs · 47cbb110
      Alan Cox authored
      
      The PCMCIA layer obsoleted asking for per device private IRQS some years
      ago and all the drivers by inspection correctly use dev_id and handle
      shared interrupts [they get em anyway in most PCI bridged PCMCIA/Cardbus]
      so can be adjusted.
      
      This gets rid of the various bugs reported where there is spewage about
      conflicting irq types and sometimes the driver won't load.
      
      (Note I don't have all of these devices to test each one beyond by inspection)
      
      Signed-off-by: default avatarAlan Cox <alan@redhat.com>
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      47cbb110
  2. Aug 22, 2008
  3. Dec 04, 2006
  4. Dec 01, 2006
  5. Jun 30, 2006
  6. Mar 31, 2006
  7. Jan 05, 2006
  8. Nov 11, 2005
    • Simon Kelley's avatar
      [PATCH] Atmel wireless update · b16a228d
      Simon Kelley authored
      
      * Merge PCMCIA card table with new Brodowski PCMCIA id table.
      * Add missing entries to PCMCIA id table.
      * Other tweaks to conform with Documentation/driver-changes.txt
        (types, call request_region, etc)
      * Fix size of requested IO region.
      * Reduce printk verbosity.
      * Remove EXPERIMENTAL
      * tweak to association code - don't force shared key authentication
        when wep in use.
      
      Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
      b16a228d
  9. Nov 07, 2005
  10. Oct 28, 2005
  11. Jul 07, 2005
  12. Jun 27, 2005
  13. May 15, 2005
  14. Apr 16, 2005
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
Loading