1. 23 2月, 2014 1 次提交
    • U
      mmc: mmci: Handle CMD irq before DATA irq · e7f3d222
      Ulf Hansson 提交于
      In case of a read operation both MCI_CMDRESPEND and MCI_DATAEND can be
      set in the status register when entering the interrupt handler. This is
      due to that the card start sending data before the host has
      acknowledged the command response.
      
      To resolve the issue for this scenario, we must start by handling the
      CMD irq instead of the DATA irq. The reason is beacuse the completion
      of the DATA irq will not respect the current command and then causing
      it to be garbled.
      
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Johan Rudholm <jrudholm@gmail.com>
      Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
      Signed-off-by: NChris Ball <chris@printf.net>
      e7f3d222
  2. 29 12月, 2013 1 次提交
  3. 31 10月, 2013 1 次提交
  4. 20 9月, 2013 4 次提交
  5. 23 5月, 2013 8 次提交
  6. 10 5月, 2013 1 次提交
  7. 02 3月, 2013 1 次提交
  8. 28 1月, 2013 2 次提交
  9. 23 1月, 2013 2 次提交
  10. 09 1月, 2013 3 次提交
  11. 11 12月, 2012 1 次提交
  12. 29 11月, 2012 3 次提交
  13. 04 11月, 2012 1 次提交
  14. 18 10月, 2012 2 次提交
  15. 03 10月, 2012 1 次提交
  16. 18 6月, 2012 2 次提交
  17. 14 6月, 2012 1 次提交
  18. 08 5月, 2012 1 次提交
  19. 04 5月, 2012 2 次提交
  20. 03 5月, 2012 1 次提交
  21. 26 4月, 2012 1 次提交