1. 05 12月, 2014 1 次提交
  2. 10 9月, 2014 1 次提交
  3. 09 9月, 2014 2 次提交
  4. 11 8月, 2014 1 次提交
  5. 22 5月, 2014 5 次提交
  6. 30 3月, 2014 1 次提交
  7. 25 8月, 2013 1 次提交
  8. 28 6月, 2013 1 次提交
    • D
      sdhci-pxav3: Fix runtime PM initialization · 0dcaa249
      Daniel Drake 提交于
      Commit bb691ae4 breaks boot on OLPC
      XO-4, it hangs somewhere inside sdhci_add_host.
      
      When pm_runtime_set_autosuspend_delay() was being called, the device's
      usage counter was 0, causing the PM layer to runtime-suspend the
      device.  We then went on to call sdhci_add_host() on a suspended
      device, which hung.
      
      Fix this by making the driver consistent with the omap_hsmmc driver,
      both in terms of runtime PM initialization and error handling. Now
      the device is not runtime-suspended until we exit the probe routine.
      Signed-off-by: NDaniel Drake <dsd@laptop.org>
      Signed-off-by: NChris Ball <cjb@laptop.org>
      0dcaa249
  9. 27 6月, 2013 1 次提交
  10. 31 5月, 2013 1 次提交
  11. 27 5月, 2013 1 次提交
  12. 04 4月, 2013 4 次提交
  13. 23 3月, 2013 1 次提交
  14. 25 2月, 2013 2 次提交
  15. 12 2月, 2013 2 次提交
  16. 28 1月, 2013 2 次提交
  17. 07 12月, 2012 2 次提交
  18. 29 11月, 2012 3 次提交
  19. 08 10月, 2012 1 次提交
  20. 19 9月, 2012 1 次提交
  21. 05 9月, 2012 1 次提交
  22. 21 7月, 2012 1 次提交
  23. 12 1月, 2012 1 次提交
  24. 20 12月, 2011 1 次提交
  25. 27 10月, 2011 1 次提交
  26. 14 8月, 2011 1 次提交