1. eba48f9 dm: mmc: Drop CONFIG_DM_MMC_OPS by Simon Glass · Sat Jul 29 11:35:31 2017 -0600
  2. ab877fe mmc: sdhci: Fix maximum clock for programmable clock mode by Wenyou Yang · Wed Apr 26 09:32:30 2017 +0800
  3. d9b7023 mmc: sdhci: Wait for SDHCI_INT_DATA_END when transferring. by Alex Deymo · Sun Apr 02 01:24:34 2017 -0700
  4. 002b4fa mmc: sdhci: only flush cache for data command by Kevin Liu · Wed Mar 08 15:16:44 2017 +0800
  5. a3554ef mmc: sdhci: Add support for optional controller specific set_ios_post() by Stefan Roese · Mon Dec 12 08:24:56 2016 +0100
  6. e916103 mmc: sdhci: Clear SDHCI_CLOCK_CONTROL before configuring the new value by Stefan Roese · Mon Dec 12 08:34:42 2016 +0100
  7. bc47e0e mmc: sdhci: Distinguish between base clock and maximum peripheral frequency by Stefan Herbrechtsmeier · Tue Jan 17 15:58:48 2017 +0100
  8. eeb91ad mmc: sdhci: fix NULL pointer access when host->ops is not set by Masahiro Yamada · Fri Jan 13 11:51:51 2017 +0900
  9. bc00a54 mmc: sdhci: combine the Host controller v3.0 feature into one condition by Jaehoon Chung · Fri Dec 30 15:30:21 2016 +0900
  10. f7558ee mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER by Jaehoon Chung · Fri Dec 30 15:30:20 2016 +0900
  11. 46d3c03 mmc: sdhci: move the callback function into sdhci_ops by Jaehoon Chung · Fri Dec 30 15:30:18 2016 +0900
  12. b6cd1d3 mmc: change the set_ios return type from void to int by Jaehoon Chung · Fri Dec 30 15:30:16 2016 +0900
  13. 730a595 mmc: sdhci: remove the SDHCI_QUIRK_NO_CD by Jaehoon Chung · Fri Dec 30 15:30:15 2016 +0900
  14. 9174eb4 mmc: pic32_sdhci: move the code to pic32_sdhci.c by Jaehoon Chung · Fri Dec 30 15:30:14 2016 +0900
  15. 1e81af8 mmc: sdhci: remove the unused code about testing Card detect by Jaehoon Chung · Fri Dec 30 15:30:13 2016 +0900
  16. 665152e mmc: sdhci: disable the 8bit mode when host doesn't support it by Jaehoon Chung · Fri Dec 30 15:30:11 2016 +0900
  17. 124f6ce mmc: move some SDHCI related options to Kconfig by Masahiro Yamada · Wed Dec 07 22:10:29 2016 +0900
  18. c5b62c3 mmc: sdhci: assign to clk_mul when host version is upper than SD3.0 by Jaehoon Chung · Fri Oct 21 20:52:35 2016 +0900
  19. 6b4026d mmc: sdhci: fix the "misaligned operation at range" for cache by Jaehoon Chung · Thu Oct 13 10:33:06 2016 +0900
  20. fc6c1c6 mmc: sdhci: use the generic error number by Jaehoon Chung · Mon Sep 26 08:10:02 2016 +0900
  21. 6c5b359 mmc: sdhci: use the host version value in sdhci_setup_cfg by Jaehoon Chung · Mon Sep 26 08:10:01 2016 +0900
  22. 3d73404 mmc: sdhci: Add the programmable clock mode support by Wenyou Yang · Sun Sep 18 09:01:22 2016 +0800
  23. 9625011 mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_MAX_TIMEOUT by Masahiro Yamada · Thu Aug 25 16:07:39 2016 +0900
  24. d451231 mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_DEFAULT_TIME by Masahiro Yamada · Thu Aug 25 16:07:38 2016 +0900
  25. 27bfb71 mmc: sdhci: move SDMA capability check to sdhci_setup_cfg() by Masahiro Yamada · Thu Aug 25 16:07:37 2016 +0900
  26. 4b33877 mmc: sdhci: move broken voltage quirk handling to sdhci_setup_cfg() by Masahiro Yamada · Thu Aug 25 16:07:36 2016 +0900
  27. da957dd mmc: sdhci: move error message to more relevant place by Masahiro Yamada · Thu Aug 25 16:07:35 2016 +0900
  28. ea04d90 mmc: sdhci: move sdhci_reset() call to sdhci_init() by Masahiro Yamada · Thu Aug 25 16:07:34 2016 +0900
  29. fcc8c76 mmc: sdhci: fix the compiler warning when disable CONFIG_MMC_SDMA by Jaehoon Chung · Fri Aug 05 14:13:36 2016 +0900
  30. 8a5ffbb mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfg by Jaehoon Chung · Tue Jul 26 19:06:24 2016 +0900
  31. 1ebd242 mmc: sdhci: remove the unused argument for sdhci_setup_cfg by Jaehoon Chung · Tue Jul 26 19:06:23 2016 +0900
  32. 5c47c40 mmc: sdhci: revert "mmc: sdhci: Claer high speed if not supported" by Jaehoon Chung · Tue Jul 26 19:03:49 2016 +0900
  33. 7825d20 mmc: use the generic error number by Jaehoon Chung · Tue Jul 19 16:33:36 2016 +0900
  34. d0d1b25 mmc: sdhci: set to INT_DATA_END when there are data by Jaehoon Chung · Tue Jul 12 21:18:46 2016 +0900
  35. a63aaa0 mmc: sdhci: clean up timeout detection by Masahiro Yamada · Sun Jul 10 00:40:22 2016 +0900
  36. 2da5125 mmc: sdhci: Disable internal clock enable bit by Siva Durga Prasad Paladugu · Thu Feb 25 12:51:50 2016 +0530
  37. b97f0fa dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS by Simon Glass · Sun Jun 12 23:30:28 2016 -0600
  38. b084207 dm: mmc: sdhci: Refactor configuration setup to support DM by Simon Glass · Sun Jun 12 23:30:27 2016 -0600
  39. d478083 mmc: increase MMC SDHCI read status timeout by Steve Rae · Wed Jun 29 13:42:01 2016 -0700
  40. 97c78e8 dm: mmc: Convert sdhci to support CONFIG_BLK by Simon Glass · Sat May 14 14:03:04 2016 -0600
  41. 2f26fff dm: block: Rename device number member dev to devnum by Simon Glass · Mon Feb 29 15:25:51 2016 -0700
  42. be03317 drivers: mmc: add driver for Microchip PIC32 SDHCI controller. by Andrei Pistirica · Thu Jan 28 15:30:18 2016 +0530
  43. b0fbb49 mmc: sdhci: Clear high speed if not supported by Siva Durga Prasad Paladugu · Tue Jan 12 15:12:15 2016 +0530
  44. 09456d9 mmc: sdhci: Fix the SD clock stop sequence by Wenyou Yang · Tue Sep 22 14:59:25 2015 +0800
  45. 13a547f mmc: sdhci.c: Add config option to use a fixed buffer for transfers by Stefan Roese · Mon Jun 29 14:58:09 2015 +0200
  46. 42817a4 mmc: sdhci: Use timer based timeout detection in sdhci_send_command() by Stefan Roese · Mon Jun 29 14:58:08 2015 +0200
  47. 8e5db91 mmc: sdhci: add timeout setting for response busy command by Kevin Liu · Mon Mar 23 17:57:00 2015 -0500
  48. 45ad229 sdhci: fix warnings on 64-bit builds by Rob Herring · Tue Mar 17 15:46:38 2015 -0500
  49. 55327dc mmc: sdhci: don't clobber adjacent registers by Matt Reimer · Mon Feb 23 14:56:58 2015 -0700
  50. 9651f59 mmc: sdhci: fix bus width switching on Samsung SoCs by Matt Reimer · Thu Feb 19 11:22:53 2015 -0700
  51. ee54c7b sdhci: make local functions static by Jeroen Hofstee · Wed Oct 08 22:57:43 2014 +0200
  52. 2c85046 mmc: Split mmc struct, rework mmc initialization (v2) by Pantelis Antoniou · Tue Mar 11 19:34:20 2014 +0200
  53. e7bef3a mmc: Convert mmc struct's name array to a pointer by Pantelis Antoniou · Mon Mar 10 20:05:51 2014 +0200
  54. c9e7591 mmc: Remove ops from struct mmc and put in mmc_ops by Pantelis Antoniou · Wed Feb 26 19:28:45 2014 +0200
  55. 4355813 mmc: Minor cleanup of sdhci.c by Darwin Rambo · Thu Dec 19 15:13:25 2013 -0800
  56. adccccf mmc: sdhci: Avoid commands errors by simple timeout adaptation. by Przemyslaw Marczak · Tue Oct 08 18:12:09 2013 +0200
  57. 7d48a73 Fix wrong sdhci host control register read and write by Juhyun \(Justin\) Oh · Fri Sep 13 18:06:00 2013 +0000
  58. 46e627c mmc: sdhci: use the SDHCI_QUIRK_USE_WIDE8 for samsung SoC by Jaehoon Chung · Fri Jul 19 17:44:49 2013 +0900
  59. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  60. 08706be mmc: sdhci: Enable 8-bit bus width only for 3.0 spec onwards by Jagannadha Sutradharudu Teki · Tue May 21 15:01:36 2013 +0530
  61. 85c3d46c Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · Tue Mar 26 09:51:09 2013 +0100
  62. d56a52a mmc:sdhci:fix: Change default interrupts enabled at SDHCI initialization by Łukasz Majewski · Fri Jan 11 05:08:54 2013 +0000
  63. 020f261 mmc: add support for write protection by Nikita Kiryanov · Mon Dec 03 02:19:46 2012 +0000
  64. 8e634a9 mmc: add no simultaenous power and vdd by Mela Custodio · Sat Nov 03 17:40:16 2012 +0000
  65. 0fba4c2 mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmd by Tushar Behera · Thu Sep 20 20:31:57 2012 +0000
  66. f77f058 mmc: sdhci: add the DMA select for SDMA by Jaehoon Chung · Thu Sep 20 20:31:55 2012 +0000
  67. 30686bd mmc: sdhci: increase the timeout value for data transfer by Jaehoon Chung · Thu Sep 20 20:31:54 2012 +0000
  68. b1929ea mmc: s5p_sdhci: add the set_mmc_clk for cmu control by Jaehoon Chung · Thu Aug 30 16:24:11 2012 +0000
  69. 456f34a mmc: Add a SDHCI quirk for boards that have no CD by Joe Hershberger · Fri Aug 17 10:18:55 2012 +0000
  70. 38f2f31 mmc: Fix version check for clock API in sdhci driver by Joe Hershberger · Fri Aug 17 10:18:54 2012 +0000
  71. 53889ed mmc: add the quirk to use the sdhci for samsung-soc by Jaehoon Chung · Mon Apr 23 02:36:26 2012 +0000
  72. 89237a8 mmc: sdhci: add the quirk for broken r1b response by Jaehoon Chung · Mon Apr 23 02:36:25 2012 +0000
  73. b9c8b77 mmc: Implement card detection. by Thierry Reding · Mon Jan 02 01:15:37 2012 +0000
  74. 8241d40 mmc: sdhci: fix sdma bug for large file transfer by Lei Wen · Sat Oct 08 04:14:58 2011 +0000
  75. 6c13c66 mmc: sdhci: add timeout for data transfer by Lei Wen · Sat Oct 08 04:14:57 2011 +0000
  76. 5a1108e mmc: sdhci: add mmc structure for host by Lei Wen · Sat Oct 08 04:14:56 2011 +0000
  77. 5b30be0 mmc: sdhci: fix cache flush by Lei Wen · Sat Oct 08 04:14:54 2011 +0000
  78. 142c8f9 MMC: add sdhci generic framework by Lei Wen · Tue Jun 28 21:50:06 2011 +0000