1. 25 Apr, 2004 14 commits
  2. 24 Apr, 2004 4 commits
    • Deepak Saxena's avatar
      [ARM PATCH] 1815/1: Generic DMA buffer bouncing support for ARM targets · c2e26dd2
      Deepak Saxena authored
      Patch from Deepak Saxena
      
      Latest (and hopefully last :) patch for generic DMA buffer bouncing.
      
      - Fixed SA1111 dma_needs_bounce
      - Added check for out of bounds buffers.
      - Made dmabounce.c directly implement dma_* API
      
      Note that I didn't do the following:
      
      #ifndef CONFIG_DMABOUNCE
      inline implementations of all functions
      #else
      extern declarations
      #endif
      
      Instead I wrapped it individual in #ifndef/#else blocks to keep the
      comments in the same area as function declarations.  IMHO this makes 
      it easier for someone to go look at the comments if they need to know 
      what a specific API does.
      c2e26dd2
    • Russell King's avatar
    • Scott Feldman's avatar
      [PATCH] e100: ICH 10/H Tx hang fix · 5e18a111
      Scott Feldman authored
      * Need to carry forward this workaround from old e100 driver to
        avoid a Tx hang on ICH systems linked at 10/Half.  Workaround
        adds a stall before each Tx command queued by issuing a NOP
        command followed by 1us delay.  Yuck!  Otherwise HW locks hard.
        (Probably needed for eepro100 also ;-).
      5e18a111
    • Dave Airlie's avatar
      drm_irq.h: · b38e1041
      Dave Airlie authored
        remove NO_VERSION
      b38e1041
  3. 23 Apr, 2004 10 commits
  4. 22 Apr, 2004 3 commits
  5. 23 Apr, 2004 1 commit
  6. 22 Apr, 2004 8 commits