Skip to content
Snippets Groups Projects
  1. Dec 07, 2006
  2. Dec 05, 2006
    • Matthew Wilcox's avatar
      [PATCH] Centralise definitions of sector_t and blkcnt_t · e6243863
      Matthew Wilcox authored
      
      CONFIG_LBD and CONFIG_LSF are spread into asm/types.h for no particularly
      good reason.
      
      Centralising the definition in linux/types.h means that arch maintainers
      don't need to bother adding it, as well as fixing the problem with
      x86-64 users being asked to make a decision that has absolutely no
      effect.
      
      The H8/300 porters seem particularly confused since I'm not aware of any
      microcontrollers that need to support 2TB filesystems.
      
      Signed-off-by: default avatarMatthew Wilcox <matthew@wil.cx>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      e6243863
    • Dominik Brodowski's avatar
      [PATCH] pcmcia: multifunction card handling fixes · 1d2c9042
      Dominik Brodowski authored
      
      s->functions needs to be initialized earlier, for the "let's see
      how high it increases" approach means that pcmcia_request_irq()
      (which makes use of this value) is confused, and might request
      an exclusive IRQ first even though it is not supposed to.
      
      Also, a CIS override autoloaded using the firmware loader may
      allow for the use of more or less functions in a multifunction
      card. Therefore, we may need to schedule a call to add this
      second function later on, or simply remove the other function
      (it's always the first -valid- function which reaches this
      codepath).
      
      Many thanks to Fabrice Bellet for debugging and testing patches.
      
      Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
      1d2c9042
  3. Dec 04, 2006
Loading