1. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 4 years, 11 months ago
  2. 1b71695 mmc: sdhci: make sdhci_get_cd static by Baruch Siach · 5 years ago
  3. cd45d6f mmc: sdhci: Add support for dt caps & caps mask by T Karthik Reddy · 5 years ago
  4. 58d65d5 mmc: sdhci: fix chip detect gpio property name by Baruch Siach · 5 years ago
  5. d1c0a22 mmc: sdhci: Add support for HOST_CONTROL2 and setting UHS timings by Faiz Abbas · 5 years ago
  6. a8185c5 mmc: sdhci: Make set_ios_post() return int by Faiz Abbas · 5 years ago
  7. 3966c7d mmc: sdhci: Make sdhci_set_clock() non static by Faiz Abbas · 5 years ago
  8. 3d29636 mmc: sdhci: Add support for sdhci-caps-mask by Faiz Abbas · 5 years ago
  9. da18c62 mmc: sdhci: Implement SDHCI card detect by T Karthik Reddy · 5 years ago
  10. 451931e mmc: sdhci: Read cd-gpio from devicetree by T Karthik Reddy · 5 years ago
  11. 37cb626 mmc: sdhci: Add Support for ADMA2 by Faiz Abbas · 5 years ago
  12. 6d6af20 mmc: sdhci: Move DMA handling to prepare_dma() function by Faiz Abbas · 5 years ago
  13. 1a7414f mmc: sdhci: Fix MMC HS200 tuning command failures by Siva Durga Prasad Paladugu · 6 years ago
  14. 434f9d4 mmc: sdhci: Update sdhci_send_command() to handle HS200 by Siva Durga Prasad Paladugu · 6 years ago
  15. b70fe96 mmc: sdhci: Check that ops are defined by Ramon Fried · 6 years ago
  16. b8e25ef mmc: sdhci: Read capabilities register1 and update host caps by Siva Durga Prasad Paladugu · 6 years ago
  17. ca992e8 mmc: sdhci: Invoke platform specific tuning and delay routines by Siva Durga Prasad Paladugu · 6 years ago
  18. b88a7a4 mmc: sdhci: Handle execute tuning command in sdhci_send_command by Siva Durga Prasad Paladugu · 6 years ago
  19. 2a2d7ef mmc: sdhci: Add support for disabling clock by Siva Durga Prasad Paladugu · 6 years ago
  20. 36332b6 mmc: Changed the datatype of the variable to handle 64-bit arch by Vipul Kumar · 6 years ago
  21. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  22. 88a5712 mmc: sdhci: add SDHCI_QUIRK_BROKEN_HISPD_MODE by Hannes Schmelzer · 7 years ago
  23. 61f2e5e mmc: sdhci: change data transfer failure into debug message by Masahiro Yamada · 7 years ago
  24. be165fb mmc: sdhci: do not overwrite host_caps in sdhci_setup_cfg() by Masahiro Yamada · 7 years ago
  25. bb7b4ef mmc: sdhci: do not compare pointer to 0 by Heinrich Schuchardt · 7 years ago
  26. 713e681 mmc: sdhci: don't clear SDHCI_INT_STATUS register during CMD_INHIBIT by Jorge Ramirez-Ortiz · 7 years ago
  27. e7881d8 dm: mmc: Drop CONFIG_DM_MMC_OPS by Simon Glass · 7 years ago
  28. 0e0dcc1 mmc: sdhci: Fix maximum clock for programmable clock mode by Wenyou Yang · 7 years ago
  29. 7dde50d mmc: sdhci: Wait for SDHCI_INT_DATA_END when transferring. by Alex Deymo · 7 years ago
  30. fa7720b mmc: sdhci: only flush cache for data command by Kevin Liu · 8 years ago
  31. 210841c mmc: sdhci: Add support for optional controller specific set_ios_post() by Stefan Roese · 8 years ago
  32. 899fb9e mmc: sdhci: Clear SDHCI_CLOCK_CONTROL before configuring the new value by Stefan Roese · 8 years ago
  33. 6d0e34b mmc: sdhci: Distinguish between base clock and maximum peripheral frequency by Stefan Herbrechtsmeier · 8 years ago
  34. bf9c4d1 mmc: sdhci: fix NULL pointer access when host->ops is not set by Masahiro Yamada · 8 years ago
  35. 3fd0a9b mmc: sdhci: combine the Host controller v3.0 feature into one condition by Jaehoon Chung · 8 years ago
  36. f37b7e4 mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER by Jaehoon Chung · 8 years ago
  37. 62226b6 mmc: sdhci: move the callback function into sdhci_ops by Jaehoon Chung · 8 years ago
  38. 07b0b9c mmc: change the set_ios return type from void to int by Jaehoon Chung · 8 years ago
  39. 6f88a3a mmc: sdhci: remove the SDHCI_QUIRK_NO_CD by Jaehoon Chung · 8 years ago
  40. 5e96217 mmc: pic32_sdhci: move the code to pic32_sdhci.c by Jaehoon Chung · 8 years ago
  41. 62358a9 mmc: sdhci: remove the unused code about testing Card detect by Jaehoon Chung · 8 years ago
  42. ecd7b24 mmc: sdhci: disable the 8bit mode when host doesn't support it by Jaehoon Chung · 8 years ago
  43. 45a68fe mmc: move some SDHCI related options to Kconfig by Masahiro Yamada · 8 years ago
  44. 2a1beda mmc: sdhci: assign to clk_mul when host version is upper than SD3.0 by Jaehoon Chung · 8 years ago
  45. be256cb mmc: sdhci: fix the "misaligned operation at range" for cache by Jaehoon Chung · 8 years ago
  46. 2cb5d67 mmc: sdhci: use the generic error number by Jaehoon Chung · 8 years ago
  47. 895549a mmc: sdhci: use the host version value in sdhci_setup_cfg by Jaehoon Chung · 8 years ago
  48. 6dffdbc mmc: sdhci: Add the programmable clock mode support by Wenyou Yang · 8 years ago
  49. 65a25b2 mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_MAX_TIMEOUT by Masahiro Yamada · 8 years ago
  50. d8ce77b mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_DEFAULT_TIME by Masahiro Yamada · 8 years ago
  51. 15bd099 mmc: sdhci: move SDMA capability check to sdhci_setup_cfg() by Masahiro Yamada · 8 years ago
  52. 3137e64 mmc: sdhci: move broken voltage quirk handling to sdhci_setup_cfg() by Masahiro Yamada · 8 years ago
  53. 6c67954 mmc: sdhci: move error message to more relevant place by Masahiro Yamada · 8 years ago
  54. 8d549b6 mmc: sdhci: move sdhci_reset() call to sdhci_init() by Masahiro Yamada · 8 years ago
  55. 89f69e5 mmc: sdhci: fix the compiler warning when disable CONFIG_MMC_SDMA by Jaehoon Chung · 8 years ago
  56. 14bed52 mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfg by Jaehoon Chung · 8 years ago
  57. 6a879ec mmc: sdhci: remove the unused argument for sdhci_setup_cfg by Jaehoon Chung · 8 years ago
  58. e1ea7c4 mmc: sdhci: revert "mmc: sdhci: Claer high speed if not supported" by Jaehoon Chung · 8 years ago
  59. 915ffa5 mmc: use the generic error number by Jaehoon Chung · 8 years ago
  60. 17ea3c8 mmc: sdhci: set to INT_DATA_END when there are data by Jaehoon Chung · 8 years ago
  61. bae4a1f mmc: sdhci: clean up timeout detection by Masahiro Yamada · 8 years ago
  62. 1d405e2 mmc: sdhci: Disable internal clock enable bit by Siva Durga Prasad Paladugu · 9 years ago
  63. ef1e4ed dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS by Simon Glass · 8 years ago
  64. 2a80909 dm: mmc: sdhci: Refactor configuration setup to support DM by Simon Glass · 8 years ago
  65. d90bb43 mmc: increase MMC SDHCI read status timeout by Steve Rae · 8 years ago
  66. 19d2e34 dm: mmc: Convert sdhci to support CONFIG_BLK by Simon Glass · 8 years ago
  67. bcce53d dm: block: Rename device number member dev to devnum by Simon Glass · 9 years ago
  68. 102142c drivers: mmc: add driver for Microchip PIC32 SDHCI controller. by Andrei Pistirica · 9 years ago
  69. 4297900 mmc: sdhci: Clear high speed if not supported by Siva Durga Prasad Paladugu · 9 years ago
  70. 79667b7 mmc: sdhci: Fix the SD clock stop sequence by Wenyou Yang · 9 years ago
  71. 492d322 mmc: sdhci.c: Add config option to use a fixed buffer for transfers by Stefan Roese · 9 years ago
  72. 29905a4 mmc: sdhci: Use timer based timeout detection in sdhci_send_command() by Stefan Roese · 9 years ago
  73. 5e1c23c mmc: sdhci: add timeout setting for response busy command by Kevin Liu · 10 years ago
  74. 3c1fcb7 sdhci: fix warnings on 64-bit builds by Rob Herring · 10 years ago
  75. e113fe3 mmc: sdhci: don't clobber adjacent registers by Matt Reimer · 10 years ago
  76. f88a429 mmc: sdhci: fix bus width switching on Samsung SoCs by Matt Reimer · 10 years ago
  77. 6588c78 sdhci: make local functions static by Jeroen Hofstee · 10 years ago
  78. 93bfd61 mmc: Split mmc struct, rework mmc initialization (v2) by Pantelis Antoniou · 11 years ago
  79. 22cb7d3 mmc: Convert mmc struct's name array to a pointer by Pantelis Antoniou · 11 years ago
  80. ab769f2 mmc: Remove ops from struct mmc and put in mmc_ops by Pantelis Antoniou · 11 years ago
  81. 30e6d97 mmc: Minor cleanup of sdhci.c by Darwin Rambo · 11 years ago
  82. 56b34bc mmc: sdhci: Avoid commands errors by simple timeout adaptation. by Przemyslaw Marczak · 11 years ago
  83. 2c01184 Fix wrong sdhci host control register read and write by Juhyun \(Justin\) Oh · 11 years ago
  84. 113e5df mmc: sdhci: use the SDHCI_QUIRK_USE_WIDE8 for samsung SoC by Jaehoon Chung · 11 years ago
  85. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  86. 1695b29 mmc: sdhci: Enable 8-bit bus width only for 3.0 spec onwards by Jagannadha Sutradharudu Teki · 11 years ago
  87. 412665b Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  88. ce0c1bc mmc:sdhci:fix: Change default interrupts enabled at SDHCI initialization by Łukasz Majewski · 12 years ago
  89. d23d8d7 mmc: add support for write protection by Nikita Kiryanov · 12 years ago
  90. 688c2d1 mmc: add no simultaenous power and vdd by Mela Custodio · 12 years ago
  91. 13243f2 mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmd by Tushar Behera · 12 years ago
  92. 804c7f4 mmc: sdhci: add the DMA select for SDMA by Jaehoon Chung · 12 years ago
  93. 5d48e42 mmc: sdhci: increase the timeout value for data transfer by Jaehoon Chung · 12 years ago
  94. b09ed6e mmc: s5p_sdhci: add the set_mmc_clk for cmu control by Jaehoon Chung · 12 years ago
  95. 470dcc7 mmc: Add a SDHCI quirk for boards that have no CD by Joe Hershberger · 12 years ago
  96. 073cfd1 mmc: Fix version check for clock API in sdhci driver by Joe Hershberger · 12 years ago
  97. 236bfec mmc: add the quirk to use the sdhci for samsung-soc by Jaehoon Chung · 12 years ago
  98. 3a63832 mmc: sdhci: add the quirk for broken r1b response by Jaehoon Chung · 12 years ago
  99. 48972d9 mmc: Implement card detection. by Thierry Reding · 13 years ago
  100. 3e81c77 mmc: sdhci: fix sdma bug for large file transfer by Lei Wen · 13 years ago