1. 10 Apr, 2004 2 commits
    • Russell King's avatar
      [PCMCIA] Remove racy check_io_resource() · bdafa19e
      Russell King authored
      Convert do_io_probe() to use claim/free_region() rather than the
      racy check_io_resource().  Remove check_io_resource() and the now
      unused resource_parent() functions.
      bdafa19e
    • Russell King's avatar
      [PCMCIA] Fix resource handling for memory probe · d6ac0fde
      Russell King authored
      Add claim_region and free_region to claim/free resource regions.
      This ensures that we only attempt to probe memory regions which
      are directly related to the socket in question, rather than any
      memory region we happen to be able to request.
      
      This also fixes a memory leak where we don't kfree the resources
      we previously allocated.
      d6ac0fde
  2. 03 Apr, 2004 9 commits
  3. 02 Apr, 2004 11 commits
  4. 01 Apr, 2004 18 commits