1. 3b26440 mmc: exynos_dw_mmc: Move quirks from struct dwmci_host to chip data by Sam Protsenko · Wed Aug 07 22:14:34 2024 -0500
  2. 40ad20d mmc: exynos_dw_mmc: Refactor fixed CIU clock divider by Sam Protsenko · Wed Aug 07 22:14:31 2024 -0500
  3. 286892e mmc: dw_mmc: Improve coding style by Sam Protsenko · Wed Aug 07 22:14:19 2024 -0500
  4. f1f9c4f mmc: dw_mmc: Fix kernel-doc comments in dwmmc.h by Sam Protsenko · Wed Aug 07 22:14:18 2024 -0500
  5. 751fdf1 mmc: dw_mmc: Replace fifoth_val property with fifo-depth by Sam Protsenko · Wed Aug 07 22:14:17 2024 -0500
  6. 7c99161 mmc: dw_mmc: Add support for 64-bit IDMAC by Sam Protsenko · Wed Aug 07 22:14:16 2024 -0500
  7. 2543c32 mmc: dw_mmc: Move struct idmac to dw_mmc.c by Sam Protsenko · Wed Aug 07 22:14:08 2024 -0500
  8. 536e8a0 mmc: dw_mmc: Remove unused version field from struct dwmci_host by Sam Protsenko · Wed Aug 07 22:14:07 2024 -0500
  9. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  10. c51e7e1 mmc: dwmmc: Change designware MMC 'clksel' callback function to return status by Siew Chin Lim · Thu Dec 24 18:21:03 2020 +0800
  11. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  12. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  13. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  14. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  15. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  16. b98e892 mmc: dwmmc: Poll for iDMAC TX/RX interrupt by Ley Foon Tan · Thu Dec 20 17:55:41 2018 +0800
  17. a6d9199 mmc: dw_mmc: Add RCRC handling by Marek Vasut · Tue Nov 06 23:42:11 2018 +0100
  18. 46b7a4f mmc: dw_mmc: check fifo status with a timeout in fifo mode by Heiko Stuebner · Fri Sep 21 10:59:45 2018 +0200
  19. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  20. eba48f9 dm: mmc: Drop CONFIG_DM_MMC_OPS by Simon Glass · Sat Jul 29 11:35:31 2017 -0600
  21. bf819d0 mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfg by Jaehoon Chung · Fri Sep 23 19:13:16 2016 +0900
  22. 6463b37 mmc: dw_mmc: fix the wrong Mask bit boundary for fifo_count bit by Jaehoon Chung · Thu Jul 28 14:26:24 2016 +0900
  23. ad220ac dm: mmc: dwmmc: use the callback functions as static by Jaehoon Chung · Tue Jun 28 15:52:21 2016 +0900
  24. 9f5f0fe dm: mmc: dwmmc: fix the wrong explanation for clock values by Jaehoon Chung · Tue Jun 28 15:52:20 2016 +0900
  25. ff5c1b7 dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPS by Simon Glass · Sun Jun 12 23:30:23 2016 -0600
  26. 558f94a dm: mmc: dwmmc: Add comments to the dwmmc setup functions by Simon Glass · Sun Jun 12 23:30:13 2016 -0600
  27. 8268254 dm: mmc: dwmmc: Support CONFIG_BLK by Simon Glass · Sat May 14 14:03:07 2016 -0600
  28. 50b7375 mmc: dw_mmc: support fifo mode in dwc mmc driver by huang lin · Tue Nov 17 14:20:22 2015 +0800
  29. eff7668 mmc: Support bypass mode with the get_mmc_clk() method by Simon Glass · Sun Aug 30 16:55:15 2015 -0600
  30. c358881 mmc: Add structure comments for dwmmc by Simon Glass · Tue Jun 23 15:38:52 2015 -0600
  31. bcb03eab mmc: exynos_dw_mmc: use the exynos specific data structure by Jaehoon Chung · Wed Feb 04 15:48:40 2015 +0900
  32. dfcc505 mmc: dw_mmc: Fix cache alignment issue by Marek Vasut · Mon Sep 15 01:18:15 2014 +0200
  33. e867294 mmc: dw_mmc: support the DDR mode by Jaehoon Chung · Fri May 16 13:59:55 2014 +0900
  34. 6281110 mmc: exynos_dw_mmc: restore the property into host by Jaehoon Chung · Fri May 16 13:59:52 2014 +0900
  35. 2c85046 mmc: Split mmc struct, rework mmc initialization (v2) by Pantelis Antoniou · Tue Mar 11 19:34:20 2014 +0200
  36. ccfa20b MMC: DWMMC: Correct the CLKDIV register value by Rajeshwari S Shinde · Wed Feb 05 10:48:15 2014 +0530
  37. 42f81a8 mmc: dw_mmc: remove the exynos specific code in dw-mmc.c by Jaehoon Chung · Fri Nov 29 20:08:57 2013 +0900
  38. 7016309 DWMMC: SMDK5420: Disable SMU for eMMC by Rajeshwari Shinde · Tue Oct 29 12:53:13 2013 +0530
  39. d94735b mmc: dw_mmc: change the callback function name. by Jaehoon Chung · Sun Oct 06 18:59:31 2013 +0900
  40. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  41. d850121 EXYNOS5: DWMMC: Added FDT support for DWMMC by Amar · Sat Apr 27 11:42:55 2013 +0530
  42. 7cf7307 mmc: dw-mmc: support DesignWare MMC Controller by Jaehoon Chung · Mon Oct 15 19:10:29 2012 +0000