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