1. 24 12月, 2021 5 次提交
  2. 18 11月, 2021 1 次提交
  3. 01 8月, 2021 1 次提交
  4. 09 7月, 2021 1 次提交
  5. 14 4月, 2021 2 次提交
    • J
      Update mmc.c · 398718f0
      Jianjia Ma 提交于
      398718f0
    • J
      Add more trys when switching data width · 4e74279d
      Jianjia Ma 提交于
      Try a few times before switching to other data widths. 
      The original strategy (simply wait for 20ms ) failed on STM32H743 with an MTFC4GACAJCN-4M (4GB EMMC) when switching data width. 
      (unless the debugging info is enabled, which add more delays)
      With this EMMC, the fixed delay was set to 50ms for it to be able to work. 
      
      Instead of a fixed delay, I think we better change to trying a few more times with smaller delays.
      4e74279d
  6. 08 3月, 2021 1 次提交
  7. 05 2月, 2021 1 次提交
  8. 27 11月, 2020 1 次提交
  9. 16 3月, 2020 1 次提交
    • S
      component: sdio: fix potential ricky clock setting · 4c7106fa
      Shawn Lin 提交于
      Currently RTT mmc stack only support Highspeed mode or
      blow, which means the max speed should be 52MHz according
      to JEDEC spec. Two problems show here:
      
      (1) max_data_rate = (unsigned int)-1. The value of unsigned int
      depends on compilers/arch. Moreover, it makes no sense to assume
      cpu addressing width with IP clock rate limit.
      (1)hs_max_data_rate was set to 200MHz.
      
      So what should BSP drivers do if 52MHz < max_data_rate < 200MHz?
      Either it blindly sets a spec-violated clock rate to drive a Highspeed
      card, or just adjust the clock rate internally. Both cases are
      really bad for practice.
      
      If the card claims to support Highspeed, we set the clock to not
      to exceed 52MHz. Otherwise it should be set according to
      card->max_data_rate parsed by ext_csd. This patch fixes it as-is,
      and also simplify the code a lot.
      Signed-off-by: NShawn Lin <shawn.lin@rock-chips.com>
      4c7106fa
  10. 12 3月, 2020 2 次提交
  11. 28 2月, 2020 1 次提交
  12. 23 2月, 2020 1 次提交
  13. 16 11月, 2019 1 次提交
  14. 03 9月, 2019 1 次提交
  15. 19 7月, 2019 2 次提交
  16. 12 5月, 2019 1 次提交
  17. 12 4月, 2019 1 次提交
  18. 06 3月, 2019 1 次提交
  19. 13 12月, 2018 1 次提交
  20. 02 11月, 2018 1 次提交
  21. 14 10月, 2018 1 次提交
  22. 12 10月, 2018 1 次提交
  23. 30 9月, 2018 1 次提交
  24. 22 9月, 2018 4 次提交
  25. 09 9月, 2018 3 次提交
  26. 08 9月, 2018 1 次提交
  27. 05 9月, 2018 1 次提交
  28. 21 7月, 2018 1 次提交