1. 24 5月, 2014 3 次提交
  2. 23 5月, 2014 16 次提交
  3. 22 5月, 2014 1 次提交
    • Y
      esdhc/usdhc: Fix PIO mode bug in fsl_esdhc driver · 71689776
      Ye.Li 提交于
      When configure the fsl_esdhc driver to PIO mode by defining
      "CONFIG_SYS_FSL_ESDHC_USE_PIO", the SD/MMC read and write will fail.
      
      Two bugs in the driver to cause the issue:
      1. The read buffer was invalidated after reading from DATAPORT register,
      which should be only applied to DMA mode. The valid data in cache was
      overwritten by physical memory.
      2. The watermarks are not set in PIO mode, will cause according state not
      be set.
      Acked-by: NPantelis Antoniou <panto@antoniou-consulting.com>
      Signed-off-by: NYe.Li <B37916@freescale.com>
      71689776
  4. 20 5月, 2014 9 次提交
  5. 17 5月, 2014 11 次提交