1. 27 5月, 2013 1 次提交
  2. 15 4月, 2013 1 次提交
  3. 23 3月, 2013 2 次提交
  4. 25 2月, 2013 1 次提交
  5. 07 12月, 2012 1 次提交
  6. 29 11月, 2012 4 次提交
  7. 08 11月, 2012 1 次提交
  8. 06 10月, 2012 1 次提交
  9. 05 9月, 2012 1 次提交
  10. 23 7月, 2012 1 次提交
    • D
      mmc: sdhci-pci: CaFe has broken card detection · 55fc05b7
      Daniel Drake 提交于
      At http://dev.laptop.org/ticket/11980 we have determined that the
      Marvell CaFe SDHCI controller reports bad card presence during
      resume. It reports that no card is present even when it is.
      This is a regression -- resume worked back around 2.6.37.
      
      Around 400ms after resuming, a "card inserted" interrupt is
      generated, at which point it starts reporting presence.
      
      Work around this hardware oddity by setting the
      SDHCI_QUIRK_BROKEN_CARD_DETECTION flag.
      Thanks to Chris Ball for helping with diagnosis.
      Signed-off-by: NDaniel Drake <dsd@laptop.org>
      [stable@: please apply to 3.0+]
      Cc: <stable@vger.kernel.org>
      Signed-off-by: NChris Ball <cjb@laptop.org>
      55fc05b7
  11. 06 4月, 2012 3 次提交
  12. 28 3月, 2012 4 次提交
  13. 14 2月, 2012 1 次提交
  14. 12 1月, 2012 5 次提交
  15. 20 12月, 2011 1 次提交
  16. 27 10月, 2011 5 次提交
  17. 21 7月, 2011 2 次提交
  18. 25 5月, 2011 2 次提交
  19. 28 4月, 2011 1 次提交
    • C
      mmc: sdhci-pci: Fix error case in sdhci_pci_probe_slot() · 9fdcdbb0
      Chris Ball 提交于
      If pci_ioremap_bar() fails during probe, we "goto release;" and free the
      host, but then we return 0 -- which tells sdhci_pci_probe() that the probe
      succeeded.  Since we think the probe succeeded, when we unload sdhci we'll
      go to sdhci_pci_remove_slot() and it will try to dereference slot->host,
      which is now NULL because we freed it in the error path earlier.
      
      The patch simply sets ret appropriately, so that sdhci_pci_probe() will
      detect the failure immediately and bail out.
      Signed-off-by: NChris Ball <cjb@laptop.org>
      Cc: <stable@kernel.org>
      9fdcdbb0
  20. 25 3月, 2011 1 次提交
  21. 16 3月, 2011 1 次提交