1. 66d0b7e mmc: dwmmc: return a proper error code when busy by John Keeping · 2 years, 11 months ago
  2. 8cb9d3e mmc: dw_mmc: Fixes data read when receiving DTO interrupt in FIFO mode by Ley Foon Tan · 3 years, 6 months ago
  3. d456dfb mmc: dwmmc: Change designware MMC 'clksel' callback function to return status by Siew Chin Lim · 3 years, 10 months ago
  4. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  5. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  6. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  7. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  8. c077c05 mmc: dw_mmc: fix timeout calculate method by Kever Yang · 5 years ago
  9. 2b15701 dw_mmc: turn on the IO supply by Urja Rannikko · 5 years ago
  10. bdb5df1 mmc: dw_mmc: Round up descriptor end to nearest multiple of cacheline size by Marek Vasut · 6 years ago
  11. 6ad5aec mmc: dw_mmc: Handle return value from bounce_buffer_start() by Marek Vasut · 6 years ago
  12. 4e16f0a mmc: dw_mmc: Calculate timeout from transfer length by Marek Vasut · 6 years ago
  13. 7997599 mmc: dwmmc: Poll for iDMAC TX/RX interrupt by Ley Foon Tan · 6 years ago
  14. 26cc40d mmc: dw_mmc: Add RCRC handling by Marek Vasut · 6 years ago WIP-10Nov2018
  15. 05fa06b mmc: dw_mmc: check fifo status with a timeout in fifo mode by Heiko Stuebner · 6 years ago
  16. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  17. e7881d8 dm: mmc: Drop CONFIG_DM_MMC_OPS by Simon Glass · 7 years ago
  18. 07b0b9c mmc: change the set_ios return type from void to int by Jaehoon Chung · 8 years ago
  19. e5113c3 mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfg by Jaehoon Chung · 8 years ago
  20. 2b42903 mmc: dw_mmc: push/pop all FIFO data if any data request by Jacob Chen · 8 years ago
  21. 720724d mmc: dw_mmc: fix data starvation by host timeout under FIFO mode by Xu Ziyuan · 8 years ago
  22. 2990e07 mmc: dw_mmc: transfer proper bytes to FIFO by Xu Ziyuan · 8 years ago
  23. 915ffa5 mmc: use the generic error number by Jaehoon Chung · 8 years ago
  24. ccd60a8 mmc: dw_mmc: remove the duplicated header file by Jaehoon Chung · 8 years ago
  25. 02ebd42 mmc: dw_mmc: reduce timeout detection cycle by Xu Ziyuan · 8 years ago
  26. 5628347 dm: mmc: dwmmc: use the callback functions as static by Jaehoon Chung · 8 years ago
  27. 691272f dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPS by Simon Glass · 8 years ago
  28. ca2ec9a mmc: dw_mmc: fix the wrong AND operation by Jaehoon Chung · 8 years ago
  29. 5e6ff81 dm: mmc: dwmmc: Support CONFIG_BLK by Simon Glass · 8 years ago
  30. 9b5b8b6 dwmmc: Increase retry timeout by Alexander Graf · 9 years ago
  31. a65f51b mmc: dw_mmc: support fifo mode in dwc mmc driver by huang lin · 9 years ago
  32. f382eb8 mmc: dw_mmc: move data transfer as a separate function by huang lin · 9 years ago
  33. 41f7be3 driver: dwmmc: Fix pointer conversion warnings for hikey by Prabhakar Kushwaha · 9 years ago
  34. 4d58e10 mmc: dw_mmc: Increase timeout to 4 minutes (as in Linux kernel) by Łukasz Majewski · 9 years ago
  35. cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  36. e3563f2 mmc: Support bypass mode with the get_mmc_clk() method by Simon Glass · 9 years ago
  37. 760177d dw_mmc: Calculate dwmmc FIFO threshold size if not provided by Simon Glass · 9 years ago
  38. 1c87ffe mmc: dw_mmc: Avoid using printf() for errors by Simon Glass · 9 years ago
  39. 9042d97 mmc: dw_mmc: Improve handling of data transfer failure by Marek Vasut · 9 years ago
  40. d9dbb97 mmc: dw_mmc: Zap endless timeout by Marek Vasut · 9 years ago
  41. 603b2f3 mmc: dw_mmc: Stop bounce buffer even in case of failure by Marek Vasut · 9 years ago
  42. 5a20397 mmc: remove the MMC_MODE_HC flag by Rob Herring · 10 years ago
  43. afc9e2b mmc: dw_mmc: fixed the wrong bit control by Jaehoon Chung · 10 years ago
  44. 2b8a969 mmc: dw_mmc: Use active DDR mode flag by Andrew Gabbasov · 10 years ago
  45. f33c930 mmc: dw_mmc: cleanups by Pavel Machek · 10 years ago
  46. 6ace153 mmc/dw_mmc: Fix clock divider calculation error for bypass mode by Chin Liang See · 10 years ago
  47. 045bdcd mmc: dw_mmc: support the DDR mode by Jaehoon Chung · 10 years ago
  48. 93bfd61 mmc: Split mmc struct, rework mmc initialization (v2) by Pantelis Antoniou · 11 years ago
  49. 22cb7d3 mmc: Convert mmc struct's name array to a pointer by Pantelis Antoniou · 11 years ago
  50. ab769f2 mmc: Remove ops from struct mmc and put in mmc_ops by Pantelis Antoniou · 11 years ago
  51. d3e016c MMC: DWMMC: Correct the CLKDIV register value by Rajeshwari S Shinde · 11 years ago
  52. a4d481e mmc: dwmmc: mode change to 0644 by Minkyu Kang · 11 years ago
  53. 2a7a210 mmc/dwmmc: use bounce buffer for data exchange between CPU and MMC controller by Alexey Brodkin · 11 years ago
  54. fd26b54 mmc/dwmmc: Using calloc instead malloc by Chin Liang See · 11 years ago
  55. 9108b31 mmc/dwmmc: modify FIFO threshold only if value explicitly set by Alexey Brodkin · 11 years ago
  56. 18ab675 mmc: dw_mmc: remove the exynos specific code in dw-mmc.c by Jaehoon Chung · 11 years ago
  57. 6f0b7ca DWMMC: SMDK5420: Disable SMU for eMMC by Rajeshwari Shinde · 11 years ago
  58. b44fe83 mmc: dw_mmc: change the callback function name. by Jaehoon Chung · 11 years ago
  59. 21bd576 mmc/dw_mmc: Allocate the correct amount of descriptors by Mischa Jonker · 11 years ago
  60. 2136d22 mmc/dw_mmc: Fix DMA descriptor corruption by Mischa Jonker · 11 years ago
  61. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  62. ca6d4d0 drivers/mmc/dw_mmc - remove extra arch specific "asm/arch/clk.h" inclusion by Alexey Brodkin · 11 years ago
  63. ed7bdc0 MMC: DWMMC: Fix FIFO_DEPTH calculation by Rajeshwari Shinde · 11 years ago
  64. 9c50e35 DWMMC: Initialise dwmci and resolve EMMC read write issues by Amar · 11 years ago
  65. 757bff4 mmc: dw-mmc: support DesignWare MMC Controller by Jaehoon Chung · 12 years ago