1. 8066ffe mmc: sdhci: Correct ADMA_DESC_LEN to 12 by Alexander Sverdlin · 7 months ago
  2. eb92ef1 mmc: Support 32-bit only ADMA on 64-bit platforms by Greg Malysa · 8 months ago
  3. 6a2ac4d mmc: sdhci: Fix potential ADMA descriptor table overflow by Ian Roberts · 8 months ago
  4. 6853d89 mmc: sdhci: introduce adma_write_desc() hook to struct sdhci_ops by Ian Roberts · 7 months ago
  5. f96f96d mmc: sdhci: Rework SDHCI_QUIRK_BROKEN_R1B by Sean Anderson · 1 year, 1 month ago
  6. e9f087e mmc: sdhci: Enable HS400 support if available in caps by Ashok Reddy Soma · 1 year, 11 months ago
  7. 4739aaa mmc: sdhci: Check and call config_dll callback functions by Ashok Reddy Soma · 1 year, 11 months ago
  8. a03df6c mmc: sdhci: Add new quirks for SUPPORT_SINGLE by Kunihiko Hayashi · 2 years, 3 months ago
  9. 2084f8c mmc: sdhci: Add HS400 Enhanced Strobe support by Alper Nebi Yasak · 2 years, 8 months ago
  10. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  11. 8cd3128 drivers: mmc: Add wait_dat0 support for sdhci driver by Stephen Carlson · 3 years, 3 months ago
  12. 6b67778 mmc: sdhci: Change prototype of set_delay to return errors by Ashok Reddy Soma · 3 years, 4 months ago
  13. 6ede121 mmc: sdhci: Add helper functions for UHS modes by Faiz Abbas · 3 years, 10 months ago
  14. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  15. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  16. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  17. 61e0df9 Revert "mmc: zynq: parse dt when probing" by Ashok Reddy Soma · 4 years, 1 month ago
  18. 02016c6 mmc: sdhci: move the ADMA2 table handling into own module by Michael Walle · 4 years, 2 months ago
  19. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  20. 529e6f0 mmc: zynq: parse dt when probing by Benedikt Grassl · 4 years, 7 months ago
  21. d222921 sdhci: Add sdhci_deferred_probe() API by Faiz Abbas · 4 years, 9 months ago
  22. 32d1213 mmc: sdhci: reduce code duplication for aligned buffer by Masahiro Yamada · 4 years, 9 months ago
  23. c3a17af mmc: sdhci: put the aligned buffer pointer to struct sdhci_host by Masahiro Yamada · 4 years, 9 months ago
  24. 2eddc00 mmc: sdhci: Add support for HOST_CONTROL2 and setting UHS timings by Faiz Abbas · 5 years ago
  25. 375acf8 mmc: sdhci: Make set_ios_post() return int by Faiz Abbas · 5 years ago
  26. ab61966 mmc: sdhci: Make sdhci_set_clock() non static by Faiz Abbas · 5 years ago
  27. 4c082a6 mmc: sdhci: Add Support for ADMA2 by Faiz Abbas · 6 years ago
  28. 8710250 mmc: sdhci: Move DMA handling to prepare_dma() function by Faiz Abbas · 6 years ago
  29. c0290b4 mmc: sdhci: Read capabilities register1 and update host caps by Siva Durga Prasad Paladugu · 7 years ago
  30. 9f044d4 sdhci: Add new sdhci ops for platform specific tuning and delays by Siva Durga Prasad Paladugu · 7 years ago
  31. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  32. 576a018 mmc: sdhci: add SDHCI_QUIRK_BROKEN_HISPD_MODE by Hannes Schmelzer · 7 years ago
  33. eba48f9 dm: mmc: Drop CONFIG_DM_MMC_OPS by Simon Glass · 7 years ago
  34. a3554ef mmc: sdhci: Add support for optional controller specific set_ios_post() by Stefan Roese · 8 years ago
  35. bc47e0e mmc: sdhci: Distinguish between base clock and maximum peripheral frequency by Stefan Herbrechtsmeier · 8 years ago
  36. f7558ee mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER by Jaehoon Chung · 8 years ago
  37. 07d012c mmc: sdhci: use the bitops APIs in sdhci.h by Jaehoon Chung · 8 years ago
  38. 46d3c03 mmc: sdhci: move the callback function into sdhci_ops by Jaehoon Chung · 8 years ago
  39. 730a595 mmc: sdhci: remove the SDHCI_QUIRK_NO_CD by Jaehoon Chung · 8 years ago
  40. b8ef298 mmc: sdhci: add the get_cd callback function in sdhci_ops by Jaehoon Chung · 8 years ago
  41. 3d73404 mmc: sdhci: Add the programmable clock mode support by Wenyou Yang · 8 years ago
  42. 83e88a4 mmc: atmel_sdhci: Convert to the driver model support by Wenyou Yang · 8 years ago
  43. 8a5ffbb mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfg by Jaehoon Chung · 8 years ago
  44. 1ebd242 mmc: sdhci: remove the unused argument for sdhci_setup_cfg by Jaehoon Chung · 8 years ago
  45. b97f0fa dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS by Simon Glass · 8 years ago
  46. a440561 mmc: sdhci: add const qualifier to the name of struct sdhci_host by Masahiro Yamada · 9 years ago
  47. a30d4ba dm: mmc: Remove use of fdtdec GPIO support by Simon Glass · 10 years ago
  48. b8fb7b8 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  49. 2c85046 mmc: Split mmc struct, rework mmc initialization (v2) by Pantelis Antoniou · 11 years ago
  50. 12cf19e drivers:mmc:sdhci: enable support for DT by Piotr Wilczek · 11 years ago
  51. 46e627c mmc: sdhci: use the SDHCI_QUIRK_USE_WIDE8 for samsung SoC by Jaehoon Chung · 11 years ago
  52. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  53. 8e634a9 mmc: add no simultaenous power and vdd by Mela Custodio · 12 years ago
  54. 0fba4c2 mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmd by Tushar Behera · 12 years ago
  55. b1929ea mmc: s5p_sdhci: add the set_mmc_clk for cmu control by Jaehoon Chung · 12 years ago
  56. 456f34a mmc: Add a SDHCI quirk for boards that have no CD by Joe Hershberger · 12 years ago
  57. 53889ed mmc: add the quirk to use the sdhci for samsung-soc by Jaehoon Chung · 13 years ago
  58. 89237a8 mmc: sdhci: add the quirk for broken r1b response by Jaehoon Chung · 13 years ago
  59. dab5d4d mmc: mv_sdhci: Fix host version read for Armada100 by Ajay Bhargav · 13 years ago
  60. 5a1108e mmc: sdhci: add mmc structure for host by Lei Wen · 13 years ago
  61. dd1298c mmc: sdhci: fix build warning by Lei Wen · 13 years ago
  62. 142c8f9 MMC: add sdhci generic framework by Lei Wen · 13 years ago