1. 27 10月, 2011 10 次提交
  2. 23 8月, 2011 1 次提交
  3. 21 7月, 2011 8 次提交
  4. 26 6月, 2011 2 次提交
  5. 26 5月, 2011 2 次提交
  6. 25 5月, 2011 13 次提交
  7. 16 3月, 2011 1 次提交
  8. 02 11月, 2010 1 次提交
  9. 25 10月, 2010 1 次提交
    • O
      mmc: make number of mmcblk minors configurable · 5e71b7a6
      Olof Johansson 提交于
      The old limit of number of minor numbers per mmcblk device was hardcoded
      at 8.  This isn't enough for some of the more elaborate partitioning
      schemes, for example those used by Chrome OS.
      
      Since there might be a bunch of systems out there with static /dev
      contents that relies on the old numbering scheme, let's make it a
      build-time option with the default set to the previous 8.
      
      Also provide a boot/modprobe-time parameter to override the config
      default: mmcblk.perdev_minors.
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      Cc: Mandeep Baines <msb@chromium.org>
      Cc: <linux-mmc@vger.kernel.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NChris Ball <cjb@laptop.org>
      5e71b7a6
  10. 23 10月, 2010 1 次提交
    • A
      mmc: Fixes for Dual Data Rate (DDR) support · 0f8d8ea6
      Adrian Hunter 提交于
      The DDR support patch needs the following fixes:
      
      - The block driver does not need to know about DDR, any more
        than it needs to know about bus width.
      - Not only the card must be switched to DDR mode.  The host
        controller must also be configured, which is done through
        the 'set_ios()' function.
      - Do not set the DDR mode state until after the switch command
        is successful.
      - Setting block length is not supported in DDR mode.  Make that
        a core function and change the other place it is used (mmc_test)
        also.
      Signed-off-by: NAdrian Hunter <adrian.hunter@nokia.com>
      Signed-off-by: NChris Ball <cjb@laptop.org>
      0f8d8ea6