1. 28 6月, 2013 1 次提交
    • D
      mmc: dw_mmc: Handle late vmmc regulators with EPROBE_DEFER · 870556a3
      Doug Anderson 提交于
      It is possible to specify a regulator that should be turned on when
      dw_mmc is probed.  At the moment dw_mmc will fail to use the regulator
      properly if the regulator probes after dw_mmc.  Fix this problem by
      honoring EPROBE_DEFER.
      
      At the same time move the regulator code out of the slot init code.
      We only specify one regulator for the whole device and other parts of
      the code (like suspend/resume) assume that the regulator has only been
      enabled once.
      Signed-off-by: NDoug Anderson <dianders@chromium.org>
      Signed-off-by: NChris Ball <cjb@laptop.org>
      870556a3
  2. 27 6月, 2013 24 次提交
  3. 06 6月, 2013 4 次提交
  4. 31 5月, 2013 1 次提交
  5. 27 5月, 2013 10 次提交