1. 08 7月, 2005 1 次提交
    • I
      [PATCH] pcmcia: fix i82365 request_region double usage · 69a4d56b
      Ian Campbell 提交于
      http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f354942cb301fed273f423fb5c4f57bde3efc5b2
      converted the check_region() calls in drivers/pcmcia/i82365.c into
      request_regions.  Unfortunately this seems to have broken things.
      
      isa_probe() used to call check_region() and then call add_pcic() which would
      request_region().
      
      Now isa_probe() calls request_region() and then calls add_pcic() which calls
      request_region() again, this fails and add_pcic() returns immediately without
      doing all the setup etc.
      
      On the face of it the patch below fixes the problem, by not doing the second
      request region in add_pcic().  I think this is preferable to remove the call
      in isa_probe() since identify() touches the I/O regions and is called before
      add_pcic().
      
      However I haven't fully grokked the meaning of the code which follows the
      request_region() in isa_probe(), so I'm not sure that the handling WRT
      multiple sockets and multiple bridge chips is correct.  In particular I'm not
      convinced that the regions for subsequent sockets and/or bridges will be
      requested at all.  I suspect a more thorough reworking by someone who
      understands what is going on there might be in order.
      
      I should mention that I'm actually messing about with this on an ARM platform
      with wacky memory and i/o mapping offsets etc, it doesn't quite work yet for
      other reasons which preclude full testing etc, but I think the problem above
      is still present for more normal x86 stuff.
      Signed-off-by: NIan Campbell <icampbell@arcom.com>
      Signed-off-by: NDominik Brodowski <linux@dominikbrodowski.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      69a4d56b
  2. 28 6月, 2005 1 次提交
  3. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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!
      1da177e4