1. 37e1362 mmc: sdhci: skip cache invalidation if DMA is not used by Yuezhang.Mo@sony.com · 3 years, 8 months ago
  2. 52ff04a mmc: initialize an err variable by Jaehoon Chung · 3 years, 10 months ago
  3. c89c96d mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys() by Nicolas Saenz Julienne · 3 years, 8 months ago
  4. 2ae8043 Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 7 months ago
  5. 24a0f8c mmc: mv_sdhci: parse device-tree entry by Baruch Siach · 3 years, 8 months ago
  6. e9fbbba mmc: am654_sdhci: Use sdhci_set_control_reg() by Faiz Abbas · 3 years, 8 months ago
  7. 27a87c8 mmc: am654_sdhci: Fix HISPD bit configuration in some lower speed modes by Faiz Abbas · 3 years, 8 months ago
  8. a759abf mmc: am654_sdhci: Add support for software tuning by Faiz Abbas · 3 years, 8 months ago
  9. 194c375 mmc: am654_sdhci: Add support for writing to clkbuf_sel by Faiz Abbas · 3 years, 8 months ago
  10. c964447 mmc: am654_sdhci: Add support for input tap delay by Faiz Abbas · 3 years, 8 months ago
  11. 8c32b5f mmc: am654_sdhci: Add support for AM65x SR2.0 by Faiz Abbas · 3 years, 8 months ago
  12. 5b29fd4 mmc: am654_sdhci: Add flag for PHY calibration by Faiz Abbas · 3 years, 8 months ago
  13. 144e131 mmc: am654_sdhci: Convert flag fields to BIT macro by Faiz Abbas · 3 years, 8 months ago
  14. c604e20 mmc: am654_sdhci: Unconditionally switch off DLL in the beginning of ios_post() by Faiz Abbas · 3 years, 8 months ago
  15. 43392b5 mmc: sdhci: Add helper functions for UHS modes by Faiz Abbas · 3 years, 8 months ago
  16. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  17. 8a73bef mmc: tmio: sdhi: Configure internal DMA bus width by Marek Vasut · 3 years, 9 months ago
  18. 8a8a831 mmc: pci_mmc: Set the removable flag by Simon Glass · 3 years, 8 months ago
  19. 6086863 mmc: pci_mmc: Only generate ACPI code for the SD card by Simon Glass · 3 years, 8 months ago
  20. 9d71633 arm: mvebu: Espressobin: Disable slot when emmc is not present by Pali Rohár · 3 years, 9 months ago
  21. e262b29 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 3 years, 8 months ago
  22. 0237b30 mmc: sunxi: Refactor mod clock register offset by Andre Przywara · 3 years, 8 months ago
  23. aaebb90 mmc: sunxi: Replace H6 ifdefs with H6 gen macro by Jernej Skrabec · 3 years, 8 months ago
  24. c99be95 Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · 3 years, 8 months ago
  25. 4057b98 Merge tag 'u-boot-imx-20210125' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 8 months ago
  26. e58e68d mmc: mtk-sd: assign plat->cfg.f_max with a correct value by Weijie Gao · 3 years, 11 months ago
  27. 2a505cd mmc: mtk-sd: add pad control settings for MediaTek MT7620/MT76x8 SoCs by Weijie Gao · 3 years, 11 months ago
  28. f875a12 mmc: mtk-sd: fix sclk cycles shift value by Weijie Gao · 3 years, 11 months ago
  29. 50125bd mmc: fsl_esdhc_imx.c: fix compiler warning by Heiko Schocher · 3 years, 8 months ago
  30. abd9538 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git by Tom Rini · 3 years, 8 months ago
  31. b2e35a6 mmc: xenon_sdhci: Remove duplicated macros by Michal Simek · 3 years, 9 months ago
  32. f11b38e mmc: fsl_esdhc_spl: remove superfluous free() by Heinrich Schuchardt · 3 years, 9 months ago
  33. 7b4fe6d mmc: Only retrieve cd pin when GPIO is enabled by Harm Berntsen · 3 years, 11 months ago
  34. 6b38cc2 mmc: dwmmc: socfpga: Add ATF support for MMC driver by Chee Hong Ang · 3 years, 9 months ago
  35. d456dfb mmc: dwmmc: Change designware MMC 'clksel' callback function to return status by Siew Chin Lim · 3 years, 9 months ago
  36. 4dbaa1b mmc: stm32_sdmmc2: migrate trace to dev and log macro by Patrick Delaunay · 3 years, 11 months ago
  37. 0a80955 mmc: exynos_dw_mmc: remove unused function by Jaehoon Chung · 3 years, 8 months ago
  38. b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 9 months ago
  39. 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 9 months ago
  40. bdf8fd7 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · 3 years, 9 months ago
  41. f10643c dm: core: Access device ofnode through functions by Simon Glass · 3 years, 9 months ago
  42. 7d14ee4 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 3 years, 9 months ago
  43. c23405f dm: core: Rename dev_has_of_node() to dev_has_ofnode() by Simon Glass · 3 years, 9 months ago
  44. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 9 months ago
  45. 741280e spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logic by Ovidiu Panait · 3 years, 9 months ago
  46. 5c58002 octeon: Don't attempt to set the sequence number by Simon Glass · 3 years, 9 months ago
  47. 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 3 years, 9 months ago
  48. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 10 months ago
  49. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 10 months ago
  50. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 10 months ago
  51. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  52. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 10 months ago
  53. 5a1a8a6 Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · 3 years, 10 months ago
  54. 2a42de6 Merge tag 'u-boot-stm32-20201209' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 10 months ago
  55. 0f8106f treewide: Update email address Patrick Delaunay and Patrice Chotard by Patrice Chotard · 3 years, 10 months ago
  56. 5d77219 mmc: fsl_esdhc_imx: optimize the timing setting by Haibo Chen · 3 years, 11 months ago
  57. b5874b5 mmc: fsl_esdhc_imx: add wait_dat0() support by Haibo Chen · 3 years, 11 months ago
  58. b3dc016 mmc: check a return value about regulator's always-on by Jaehoon Chung · 3 years, 11 months ago
  59. 5889645 mmc: display an error number to debug by Jaehoon Chung · 3 years, 10 months ago
  60. 8ee802f mmc: fsl_esdhc: make sure delay chain locked for HS400 by Yangbo Lu · 4 years ago
  61. 263ddfc mmc: fsl_esdhc: set sysctl register for clock initialization by Yangbo Lu · 4 years ago
  62. da12917 mmc: Add some helper functions for retrying on error by Sean Anderson · 4 years ago
  63. 7eace38 mmc: atmel-sdhci: fix the clk_enable call in case of no ops by Eugen Hristev · 3 years, 11 months ago
  64. 0dbb54e mmc: meson-gx: change clock phase value on SM1 SoCs by Neil Armstrong · 3 years, 11 months ago
  65. 77863d4 mmc: meson-gx: move arch header to local header by Neil Armstrong · 3 years, 11 months ago
  66. 63d4607 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 3 years, 11 months ago
  67. 8a38abf dm: Use driver_info index instead of pointer by Simon Glass · 4 years ago
  68. d3d880b mmc: zynq_sdhci: Extend UHS timings till hs200 by Ashok Reddy Soma · 4 years ago
  69. 2e819a7 mmc: zynq_sdhci: Add clock phase delays for Versal by Ashok Reddy Soma · 4 years ago
  70. f4b297b mmc: zynq_sdhci: Set tapdelays based on clk phase delays by Ashok Reddy Soma · 4 years ago
  71. 80355ae mmc: zynq_sdhci: Read clock phase delays from dt by Michal Simek · 4 years ago
  72. 9851f50 mmc: zynq_sdhci: Move macro to the top by Michal Simek · 4 years ago
  73. 17a42ab mmc: Define timing macro's by Ashok Reddy Soma · 4 years ago
  74. 7a49a16 Revert "mmc: zynq: parse dt when probing" by Ashok Reddy Soma · 4 years ago
  75. 0d67576 mmc: mtk-sd: change some dev_err into dev_dbg by Fabien Parent · 4 years ago
  76. 64dbd86 mmc: Fix comment typo by Naoki Hayama · 4 years ago
  77. c981d67 mmc: stm32_sdmmc2: Use mmc_of_parse() to read host capabilities by Alexandru Gagniuc · 4 years ago
  78. f80b8ac mmc: mmc_of_parse: Enable 52 MHz support with "cap-mmc-highspeed" by Alexandru Gagniuc · 4 years ago
  79. 7353025 mmc: octeontx_hsmmc.c: Remove test debug message by Stefan Roese · 4 years ago
  80. 9dc6aef Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years ago
  81. 4dee3f7 mmc: remove duplicate mmc_get_env_dev() implementations by David Woodhouse · 4 years, 2 months ago
  82. 361a422 mmc: fsl_esdhc: add ADMA2 support by Michael Walle · 4 years ago
  83. 52faec3 mmc: fsl_esdhc: replace most #ifdefs by IS_ENABLED() by Michael Walle · 4 years ago
  84. c7f4418 mmc: fsl_esdhc_imx: replace all readl/writel to esdhc_read32/esdhc_write32 by Haibo Chen · 4 years ago
  85. 46cb3af mmc: do not check argument of free() beforehand by Heinrich Schuchardt · 4 years ago
  86. 4d6a773 mmc: sdhci: move the ADMA2 table handling into own module by Michael Walle · 4 years ago
  87. 7e48a02 mmc: fsl_esdhc: simplify esdhc_setup_data() by Michael Walle · 4 years ago
  88. b1ba146 mmc: fsl_esdhc: use dma-mapping API by Michael Walle · 4 years ago
  89. da86e8cf mmc: fsl_esdhc: simplify 64bit check for SDMA transfers by Michael Walle · 4 years ago
  90. 9098682 mmc: fsl_esdhc_imx: remove the 1ms delay before sending command by Haibo Chen · 4 years ago
  91. ef5ab0d mmc: do not send cmd13 if the parameter 'send_status' is 0 for __mmc_switch by Haibo Chen · 4 years ago
  92. 78804de mmc: fsl_esdhc: fix eMMC HS400 stability issue by Yangbo Lu · 4 years, 1 month ago
  93. 30f6444 mmc: fsl_esdhc: fix mmc->clock with actual clock by Yangbo Lu · 4 years, 1 month ago
  94. db8f936 mmc: fsl_esdhc: support eMMC HS400 mode by Yangbo Lu · 4 years, 1 month ago
  95. d271e10 mmc: add a mmc_hs400_prepare_ddr() interface by Yangbo Lu · 4 years, 1 month ago
  96. 8c96880 mmc: add a hs400_tuning flag by Yangbo Lu · 4 years, 1 month ago
  97. 1b5f0ba mmc: fsl_esdhc: clean TBCTL[TB_EN] manually during init by Yangbo Lu · 4 years, 1 month ago
  98. b1a4247 mmc: fsl_esdhc: support tuning for eMMC HS200 by Yangbo Lu · 4 years, 1 month ago
  99. 1fdefd1 mmc: fsl_esdhc: add a reinit() callback by Yangbo Lu · 4 years, 1 month ago
  100. 390f9bd mmc: add a reinit() API by Yangbo Lu · 4 years, 1 month ago