1. 12 Apr, 2004 1 commit
  2. 11 Apr, 2004 2 commits
  3. 10 Apr, 2004 3 commits
    • Russell King's avatar
      [PCMCIA] Use kernel resource core as primary resource allocator. · 40ac26f8
      Russell King authored
      Turn the resource management on its head.  Rather than using PCMCIA's
      resource database as the primary object to allocate resources, use
      Linux's standard resource allocation instead.
       
      When we have a socket on a PCI bus, we always use the PCI resource
      allocation functions rather than the kernels core resource allocation,
      so that we can take account of any bridges.
      40ac26f8
    • 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
  4. 03 Apr, 2004 9 commits
  5. 02 Apr, 2004 11 commits
  6. 01 Apr, 2004 14 commits