An error occurred fetching the project authors.
  1. 06 Mar, 2003 1 commit
  2. 25 Feb, 2003 1 commit
  3. 12 Jan, 2003 6 commits
    • Kai Germaschewski's avatar
      ISDN/HiSax: Move chipset init code into *_setup() functions · 79fd58c5
      Kai Germaschewski authored
      This is just again moving some common code into shared places,
      let the chip-specific driver check the versions instead of having
      every card-specific driver do so.
      79fd58c5
    • Kai Germaschewski's avatar
      ISDN/HiSax: Remove superfluous card type checks · 7d2012ed
      Kai Germaschewski authored
      We use card->typ to decide which subdriver to call, so there's
      no need at all for the subdriver to check again that card->typ is correct.
      7d2012ed
    • Kai Germaschewski's avatar
      ISDN/HiSax: Remove empty ->cardmsg · e4c8bb11
      Kai Germaschewski authored
      A lot of the subdrivers don't do anything in their ->cardmsg function
      anymore, so we just remove those and make the callers check for NULL.
      
      Also, add ops->bc_{,de}activate() for the drivers which want to be notified
      of B-Channel activation.
      e4c8bb11
    • Kai Germaschewski's avatar
      ISDN/HiSax: Remove superfluous #ifdef CONFIG_PCI · e418cea5
      Kai Germaschewski authored
      Subdrivers which only drive PCI cards can have the dependency on
      CONFIG_PCI moved to Kconfig, removing some ugly #ifdefs.
      e418cea5
    • Kai Germaschewski's avatar
      ISDN/HiSax: Simplified request_region() etc. · 91cc110f
      Kai Germaschewski authored
      This patch introduces, private to the HiSax driver, new helper functions
      request_io/mmio(), which correspond to request_region()/
      request_mem_region() but also are verbose about failures and keep track
      of the allocated regions, so unwinding in case of errors is automatic.
        
      Additionally, request_mmio() will also ioremap() the region.
      91cc110f
    • Jaroslav Kysela's avatar
      [PATCH] PnP update - drivers · 4fc5e3b5
      Jaroslav Kysela authored
      	this patch must be applied after PnP patch v0.94. It contains my
      small cleanups of PnP code and I tried to rewrite almost all ISA PnP
      drivers to new PnP subsystem except sound drivers (ALSA & OSS).
      
        PnP update
          - separated dev->resource to dev->io_resource and dev->mem_resource
          - added pnp_*_valid() macros
          - added status member to pnp_card structure
          - added pnp_device_attach/detach functions
          - added pnpc_attach/detach functions
          - moved pnp_find_card() and pnp_find_dev() functions to isapnp.h
          - updated IDE/gameport/ISDN/network/scsi/radio/telephone drivers
            to latest PnP code
      4fc5e3b5
  4. 11 Jan, 2003 4 commits
  5. 04 Jan, 2003 8 commits
  6. 03 Jan, 2003 2 commits
  7. 24 Nov, 2002 1 commit
    • Kai Germaschewski's avatar
      ISDN/HiSax: Share xmit_ready_d() · 4cfa7f10
      Kai Germaschewski authored
      Same as for the B-Channels. We need to make sure that this doesn't
      race with a new frame arriving from the upper layer, which will be done
      shortly by sharing the upper layer interface as well. Protection is
      provided by card->lock, which is now always taken around the entire
      interrupt - more coarse-grained than possible, but still better than
      the global cli(), and correctness and simplicity first.
      4cfa7f10
  8. 14 Nov, 2002 1 commit
  9. 28 Oct, 2002 1 commit
  10. 02 Sep, 2002 1 commit
  11. 06 Jun, 2002 1 commit
  12. 31 May, 2002 1 commit
  13. 05 Feb, 2002 4 commits
    • Linus Torvalds's avatar
      v2.4.13 -> v2.4.13.1 · 980adcb2
      Linus Torvalds authored
        - Michael Warfield: computone serial driver update
        - Alexander Viro: cdrom module race fixes
        - David Miller: Acenic driver fix
        - Andrew Grover: ACPI update
        - Kai Germaschewski: ISDN update
        - Tim Waugh: parport update
        - David Woodhouse: JFFS garbage collect sleep
      980adcb2
    • Linus Torvalds's avatar
      v2.4.10.1 -> v2.4.10.2 · 5bf3be03
      Linus Torvalds authored
        - me/Al Viro: fix bdget() oops with block device modules that don't
        clean up after they exit
        - Alan Cox: continued merging (drivers, license tags)
        - David Miller: sparc update, network fixes
        - Christoph Hellwig: work around broken drivers that add a gendisk more
        than once
        - Jakub Jelinek: handle more ELF loading special cases
        - Trond Myklebust: NFS client and lockd reclaimer cleanups/fixes
        - Greg KH: USB updates
        - Mikael Pettersson: sparate out local APIC / IO-APIC config options
      5bf3be03
    • Linus Torvalds's avatar
      v2.4.2 -> v2.4.2.1 · c37b3aca
      Linus Torvalds authored
        - Chris Mason: reiserfs, another null bytes bug
        - Andrea Arkangeli: make SMP Athlon build
        - Alexander Zarochentcev: reiserfs directory fsync SMP locking fix
        - Jeff Garzik: PCI network driver updates
        - Alan Cox: continue merging
        - Ingo Molnar: fix RAID AUTORUN ioctl, scheduling improvements
      c37b3aca
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32