1. a6a7157 mmc: dwmmc: only clear handled interrupts by John Keeping · 2 years, 2 months ago
  2. feb7fa3 mmc: dwmmc: return a proper error code when busy by John Keeping · 3 years ago
  3. 1cead23 mmc: dw_mmc: Fixes data read when receiving DTO interrupt in FIFO mode by Ley Foon Tan · 3 years, 7 months ago
  4. c51e7e1 mmc: dwmmc: Change designware MMC 'clksel' callback function to return status by Siew Chin Lim · 4 years ago
  5. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  6. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  7. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  8. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  9. 4889d83 mmc: dw_mmc: fix timeout calculate method by Kever Yang · 5 years ago
  10. 9932a01 dw_mmc: turn on the IO supply by Urja Rannikko · 6 years ago
  11. b6da37b mmc: dw_mmc: Round up descriptor end to nearest multiple of cacheline size by Marek Vasut · 6 years ago
  12. 72d37b6 mmc: dw_mmc: Handle return value from bounce_buffer_start() by Marek Vasut · 6 years ago
  13. ffac512 mmc: dw_mmc: Calculate timeout from transfer length by Marek Vasut · 6 years ago
  14. b98e892 mmc: dwmmc: Poll for iDMAC TX/RX interrupt by Ley Foon Tan · 6 years ago
  15. a6d9199 mmc: dw_mmc: Add RCRC handling by Marek Vasut · 6 years ago
  16. 46b7a4f mmc: dw_mmc: check fifo status with a timeout in fifo mode by Heiko Stuebner · 6 years ago
  17. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  18. eba48f9 dm: mmc: Drop CONFIG_DM_MMC_OPS by Simon Glass · 7 years ago
  19. b6cd1d3 mmc: change the set_ios return type from void to int by Jaehoon Chung · 8 years ago
  20. bf819d0 mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfg by Jaehoon Chung · 8 years ago
  21. 953d975 mmc: dw_mmc: push/pop all FIFO data if any data request by Jacob Chen · 8 years ago
  22. 5b8bf12 mmc: dw_mmc: fix data starvation by host timeout under FIFO mode by Xu Ziyuan · 8 years ago
  23. 6577a2a mmc: dw_mmc: transfer proper bytes to FIFO by Xu Ziyuan · 8 years ago
  24. 7825d20 mmc: use the generic error number by Jaehoon Chung · 8 years ago
  25. edd9d1dc mmc: dw_mmc: remove the duplicated header file by Jaehoon Chung · 8 years ago
  26. 34a10d3 mmc: dw_mmc: reduce timeout detection cycle by Xu Ziyuan · 8 years ago
  27. ad220ac dm: mmc: dwmmc: use the callback functions as static by Jaehoon Chung · 8 years ago
  28. ff5c1b7 dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPS by Simon Glass · 8 years ago
  29. 1d9c36f mmc: dw_mmc: fix the wrong AND operation by Jaehoon Chung · 9 years ago
  30. 8268254 dm: mmc: dwmmc: Support CONFIG_BLK by Simon Glass · 9 years ago
  31. 61c2a66 dwmmc: Increase retry timeout by Alexander Graf · 9 years ago
  32. 50b7375 mmc: dw_mmc: support fifo mode in dwc mmc driver by huang lin · 9 years ago
  33. f983676 mmc: dw_mmc: move data transfer as a separate function by huang lin · 9 years ago
  34. fdefb90 driver: dwmmc: Fix pointer conversion warnings for hikey by Prabhakar Kushwaha · 9 years ago
  35. 31cf7e7 mmc: dw_mmc: Increase timeout to 4 minutes (as in Linux kernel) by Łukasz Majewski · 9 years ago
  36. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  37. eff7668 mmc: Support bypass mode with the get_mmc_clk() method by Simon Glass · 9 years ago
  38. 6133efa dw_mmc: Calculate dwmmc FIFO threshold size if not provided by Simon Glass · 9 years ago
  39. 4c9b948 mmc: dw_mmc: Avoid using printf() for errors by Simon Glass · 9 years ago
  40. 81e093f mmc: dw_mmc: Improve handling of data transfer failure by Marek Vasut · 9 years ago
  41. 795de7b mmc: dw_mmc: Zap endless timeout by Marek Vasut · 9 years ago
  42. c8b9610 mmc: dw_mmc: Stop bounce buffer even in case of failure by Marek Vasut · 9 years ago
  43. 5fd3edd mmc: remove the MMC_MODE_HC flag by Rob Herring · 10 years ago
  44. 401fc50 mmc: dw_mmc: fixed the wrong bit control by Jaehoon Chung · 10 years ago
  45. 54c0e22 mmc: dw_mmc: Use active DDR mode flag by Andrew Gabbasov · 10 years ago
  46. a425f5d mmc: dw_mmc: cleanups by Pavel Machek · 10 years ago
  47. 4cfff95 mmc/dw_mmc: Fix clock divider calculation error for bypass mode by Chin Liang See · 10 years ago
  48. e867294 mmc: dw_mmc: support the DDR mode by Jaehoon Chung · 11 years ago
  49. 2c85046 mmc: Split mmc struct, rework mmc initialization (v2) by Pantelis Antoniou · 11 years ago
  50. e7bef3a mmc: Convert mmc struct's name array to a pointer by Pantelis Antoniou · 11 years ago
  51. c9e7591 mmc: Remove ops from struct mmc and put in mmc_ops by Pantelis Antoniou · 11 years ago
  52. ccfa20b MMC: DWMMC: Correct the CLKDIV register value by Rajeshwari S Shinde · 11 years ago
  53. 606df6a mmc: dwmmc: mode change to 0644 by Minkyu Kang · 11 years ago
  54. 55bab5e mmc/dwmmc: use bounce buffer for data exchange between CPU and MMC controller by Alexey Brodkin · 11 years ago
  55. 2ba83e2 mmc/dwmmc: Using calloc instead malloc by Chin Liang See · 11 years ago
  56. db8f869 mmc/dwmmc: modify FIFO threshold only if value explicitly set by Alexey Brodkin · 11 years ago
  57. 42f81a8 mmc: dw_mmc: remove the exynos specific code in dw-mmc.c by Jaehoon Chung · 11 years ago
  58. 7016309 DWMMC: SMDK5420: Disable SMU for eMMC by Rajeshwari Shinde · 11 years ago
  59. d94735b mmc: dw_mmc: change the callback function name. by Jaehoon Chung · 11 years ago
  60. a7a6091 mmc/dw_mmc: Allocate the correct amount of descriptors by Mischa Jonker · 11 years ago
  61. 7423bed mmc/dw_mmc: Fix DMA descriptor corruption by Mischa Jonker · 11 years ago
  62. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  63. b436a97 drivers/mmc/dw_mmc - remove extra arch specific "asm/arch/clk.h" inclusion by Alexey Brodkin · 11 years ago
  64. dc3416a MMC: DWMMC: Fix FIFO_DEPTH calculation by Rajeshwari Shinde · 12 years ago
  65. 902664c DWMMC: Initialise dwmci and resolve EMMC read write issues by Amar · 12 years ago
  66. 7cf7307 mmc: dw-mmc: support DesignWare MMC Controller by Jaehoon Chung · 12 years ago