1. 09 7月, 2014 4 次提交
  2. 02 6月, 2014 1 次提交
  3. 20 5月, 2014 1 次提交
  4. 12 5月, 2014 11 次提交
  5. 21 4月, 2014 1 次提交
  6. 23 2月, 2014 2 次提交
    • U
      mmc: mmci: Enable support for busy detection for ux500 variant · 8d94b54d
      Ulf Hansson 提交于
      The ux500 variants have HW busy detection support, which is indicated
      by the busy_detect flag. For these variants let's enable the
      MMC_CAP_WAIT_WHILE_BUSY flag and add the support for it.
      
      The mmc core will provide the RSP_BUSY command flag for those requests
      we should care about busy detection. Regarding the max_busy_timeout,
      the HW don't support busy detection timeouts so at this initial step
      let's make it simple and set it to zero to indicate we are able to
      support any timeout.
      
      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>
      8d94b54d
    • 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
  7. 29 12月, 2013 1 次提交
  8. 31 10月, 2013 1 次提交
  9. 20 9月, 2013 4 次提交
  10. 23 5月, 2013 8 次提交
  11. 10 5月, 2013 1 次提交
  12. 02 3月, 2013 1 次提交
  13. 28 1月, 2013 2 次提交
  14. 23 1月, 2013 2 次提交