1. 27 5月, 2013 1 次提交
  2. 23 3月, 2013 2 次提交
  3. 25 2月, 2013 5 次提交
  4. 12 2月, 2013 4 次提交
  5. 28 1月, 2013 4 次提交
  6. 08 12月, 2012 1 次提交
  7. 07 12月, 2012 4 次提交
  8. 08 11月, 2012 3 次提交
  9. 08 10月, 2012 1 次提交
  10. 19 9月, 2012 1 次提交
    • G
      mmc: sdhci: Test cd-gpio instead of SDHCI presence when probing · bec9d4e5
      Guennadi Liakhovetski 提交于
      Previously to this patch, an SDHCI platform that uses a GPIO for
      card detection instead of the internal SDHCI_CARD_PRESENT bit on
      the presence register would fail to detect a new card.
      
      Some drivers worked around this in various ways: esdhc-imx defines
      an IO accessor to fake the presence bit being true, s3c turns on
      polling (which stops the SDHCI driver from checking the bit) after
      a card's inserted.  But none of this should be necessary; the real
      fix is to check whether we're using a GPIO and avoid relying on
      the presence bit if so, as this patch implements.
      Signed-off-by: NGuennadi Liakhovetski <g.liakhovetski@gmx.de>
      Signed-off-by: NChris Ball <cjb@laptop.org>
      bec9d4e5
  11. 05 9月, 2012 2 次提交
  12. 23 7月, 2012 8 次提交
  13. 21 7月, 2012 3 次提交
  14. 06 6月, 2012 1 次提交