1. f10643c dm: core: Access device ofnode through functions by Simon Glass · 3 years, 10 months ago
  2. 7d14ee4 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 3 years, 10 months ago
  3. c23405f dm: core: Rename dev_has_of_node() to dev_has_ofnode() by Simon Glass · 3 years, 10 months ago
  4. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 10 months ago
  5. 741280e spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logic by Ovidiu Panait · 3 years, 10 months ago
  6. 5c58002 octeon: Don't attempt to set the sequence number by Simon Glass · 3 years, 10 months ago
  7. 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 3 years, 10 months ago
  8. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 11 months ago
  9. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 11 months ago
  10. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 11 months ago
  11. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  12. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  13. b3dc016 mmc: check a return value about regulator's always-on by Jaehoon Chung · 4 years ago
  14. 5889645 mmc: display an error number to debug by Jaehoon Chung · 4 years ago
  15. 8ee802f mmc: fsl_esdhc: make sure delay chain locked for HS400 by Yangbo Lu · 4 years ago
  16. 263ddfc mmc: fsl_esdhc: set sysctl register for clock initialization by Yangbo Lu · 4 years ago
  17. da12917 mmc: Add some helper functions for retrying on error by Sean Anderson · 4 years ago
  18. 0dbb54e mmc: meson-gx: change clock phase value on SM1 SoCs by Neil Armstrong · 4 years ago
  19. 77863d4 mmc: meson-gx: move arch header to local header by Neil Armstrong · 4 years ago
  20. 63d4607 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years ago
  21. 8a38abf dm: Use driver_info index instead of pointer by Simon Glass · 4 years, 1 month ago
  22. d3d880b mmc: zynq_sdhci: Extend UHS timings till hs200 by Ashok Reddy Soma · 4 years ago
  23. 2e819a7 mmc: zynq_sdhci: Add clock phase delays for Versal by Ashok Reddy Soma · 4 years ago
  24. f4b297b mmc: zynq_sdhci: Set tapdelays based on clk phase delays by Ashok Reddy Soma · 4 years ago
  25. 80355ae mmc: zynq_sdhci: Read clock phase delays from dt by Michal Simek · 4 years ago
  26. 9851f50 mmc: zynq_sdhci: Move macro to the top by Michal Simek · 4 years ago
  27. 17a42ab mmc: Define timing macro's by Ashok Reddy Soma · 4 years ago
  28. 7a49a16 Revert "mmc: zynq: parse dt when probing" by Ashok Reddy Soma · 4 years ago
  29. 0d67576 mmc: mtk-sd: change some dev_err into dev_dbg by Fabien Parent · 4 years ago
  30. 64dbd86 mmc: Fix comment typo by Naoki Hayama · 4 years ago
  31. c981d67 mmc: stm32_sdmmc2: Use mmc_of_parse() to read host capabilities by Alexandru Gagniuc · 4 years, 1 month ago
  32. f80b8ac mmc: mmc_of_parse: Enable 52 MHz support with "cap-mmc-highspeed" by Alexandru Gagniuc · 4 years, 1 month ago
  33. 7353025 mmc: octeontx_hsmmc.c: Remove test debug message by Stefan Roese · 4 years, 1 month ago
  34. 9dc6aef Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years ago
  35. 4dee3f7 mmc: remove duplicate mmc_get_env_dev() implementations by David Woodhouse · 4 years, 3 months ago
  36. 361a422 mmc: fsl_esdhc: add ADMA2 support by Michael Walle · 4 years ago
  37. 52faec3 mmc: fsl_esdhc: replace most #ifdefs by IS_ENABLED() by Michael Walle · 4 years ago
  38. c7f4418 mmc: fsl_esdhc_imx: replace all readl/writel to esdhc_read32/esdhc_write32 by Haibo Chen · 4 years, 1 month ago
  39. 46cb3af mmc: do not check argument of free() beforehand by Heinrich Schuchardt · 4 years, 1 month ago
  40. 4d6a773 mmc: sdhci: move the ADMA2 table handling into own module by Michael Walle · 4 years, 1 month ago
  41. 7e48a02 mmc: fsl_esdhc: simplify esdhc_setup_data() by Michael Walle · 4 years, 1 month ago
  42. b1ba146 mmc: fsl_esdhc: use dma-mapping API by Michael Walle · 4 years, 1 month ago
  43. da86e8cf mmc: fsl_esdhc: simplify 64bit check for SDMA transfers by Michael Walle · 4 years, 1 month ago
  44. 9098682 mmc: fsl_esdhc_imx: remove the 1ms delay before sending command by Haibo Chen · 4 years, 1 month ago
  45. ef5ab0d mmc: do not send cmd13 if the parameter 'send_status' is 0 for __mmc_switch by Haibo Chen · 4 years, 1 month ago
  46. 78804de mmc: fsl_esdhc: fix eMMC HS400 stability issue by Yangbo Lu · 4 years, 2 months ago
  47. 30f6444 mmc: fsl_esdhc: fix mmc->clock with actual clock by Yangbo Lu · 4 years, 2 months ago
  48. db8f936 mmc: fsl_esdhc: support eMMC HS400 mode by Yangbo Lu · 4 years, 2 months ago
  49. d271e10 mmc: add a mmc_hs400_prepare_ddr() interface by Yangbo Lu · 4 years, 2 months ago
  50. 8c96880 mmc: add a hs400_tuning flag by Yangbo Lu · 4 years, 2 months ago
  51. 1b5f0ba mmc: fsl_esdhc: clean TBCTL[TB_EN] manually during init by Yangbo Lu · 4 years, 2 months ago
  52. b1a4247 mmc: fsl_esdhc: support tuning for eMMC HS200 by Yangbo Lu · 4 years, 2 months ago
  53. 1fdefd1 mmc: fsl_esdhc: add a reinit() callback by Yangbo Lu · 4 years, 2 months ago
  54. 390f9bd mmc: add a reinit() API by Yangbo Lu · 4 years, 2 months ago
  55. b7e7831 Merge branch 'next' by Tom Rini · 4 years, 1 month ago
  56. caebff0 Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel into next by Tom Rini · 4 years, 1 month ago
  57. e1ce790 mmc: mtk-sd: Fix not calling dev_err with a device by Sean Anderson · 4 years, 1 month ago
  58. 48a4eb8 mmc: bcm2835-host: Fix not calling dev_dbg with a device by Sean Anderson · 4 years, 1 month ago
  59. 3710b46 mmc: atmel-sdhci: use mmc_of_parse to get the DT properties by Eugen Hristev · 4 years, 2 months ago
  60. 81f1643 mmc: atmel-sdhci: enable the required generic clock by Eugen Hristev · 4 years, 2 months ago
  61. 2e00608 mmc: atmel-sdhci: do not check clk_set_rate return value by Eugen Hristev · 4 years, 2 months ago
  62. 4cc0825 mmc: atmel-sdhci: add sama7g5-sdhci compatibility string by Eugen Hristev · 4 years, 2 months ago
  63. 0981ef7 mmc: zynq: Fix incorrect indentation by Michal Simek · 4 years, 1 month ago
  64. 6978db3 mmc: pic32: Refresh PIC32 MMC driver by John Robertson · 4 years, 2 months ago
  65. f9c3a81 mmc: fsl_esdhc_imx: check the clock stable status after config the clock rate. by Haibo Chen · 4 years, 2 months ago
  66. e79c59c mmc: xenon_sdhci: Add missing common host capabilities by Andre Heider · 4 years, 1 month ago
  67. 8505147 mmc: msm_sdhci: Use mmc_of_parse for setting host_caps by Manivannan Sadhasivam · 4 years, 3 months ago
  68. 91b85e2 mmc: xenon: set signal voltage and max base clock by Evan Wang · 4 years, 2 months ago
  69. 7085989 mmc: Add MMC controller driver for OcteonTX / TX2 by Suneel Garapati · 5 years ago
  70. 702e57e treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 3 months ago
  71. b5a3387 mmc: sdhci: Use upper/lower_32_bits macros by Michal Simek · 4 years, 3 months ago
  72. 620bb46 mmc: sdhci: Enable high speed conditional on the corresponding bit by Faiz Abbas · 4 years, 3 months ago
  73. e8deb22 mmc: zynq: Fix default value for xlnx,mio-bank by Michal Simek · 4 years, 3 months ago
  74. 01a6da1 xilinx: Fix xlnx,mio_bank property by Michal Simek · 4 years, 3 months ago
  75. 664e16c xilinx: kconfig: Change Kconfig dependencies for Xilinx drivers by Michal Simek · 4 years, 3 months ago
  76. 7d6f45a mmc: am654_sdhci: Use MMC_MODES_END value instead of hardcoded value by Faiz Abbas · 4 years, 3 months ago
  77. f1c0b7c Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 3 months ago
  78. 4426632 mmc: Drop duplicate dm.h inclusion by Simon Glass · 4 years, 3 months ago
  79. 7142ff9 mmc: fsl_esdhc_imx: add CD support when OF_PLATDATA is enabled by Walter Lozano · 4 years, 3 months ago
  80. 2372177 mmc: fsl_esdhc_imx: add OF_PLATDATA support by Walter Lozano · 4 years, 3 months ago
  81. 45154f0 mmc: fsl_esdhc_imx: rename driver name to match ll_entry by Walter Lozano · 4 years, 3 months ago
  82. 719f421 Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 3 months ago
  83. 8408318 mmc: add nexell driver by Stefan Bosch · 4 years, 3 months ago
  84. df17cdc drivers: avoid using aliases on drivers when OF_PLATDATA is enabled by Walter Lozano · 4 years, 3 months ago
  85. 8d1fc6f Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 3 months ago
  86. 4e05c16 Merge tag 'dm-pull-20jul20-take2a' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 3 months ago
  87. 39913ac Move eSDHC adapter card identification to board files by Yangbo Lu · 4 years, 4 months ago
  88. 4f73897 Drop global data sdhc_adapter for powerpc by Yangbo Lu · 4 years, 4 months ago
  89. 2548493 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 3 months ago
  90. 8613c8d treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 3 months ago
  91. 4ce9566 mmc: renesas-sdhi: Enable support for R8A774A1 by Adam Ford · 4 years, 4 months ago
  92. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 3 months ago
  93. 60e7fa8 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 3 months ago
  94. 3c12c62 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 3 months ago
  95. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 4 months ago
  96. dba7ee4 acpi: mmc: Generate ACPI info for the PCI SD Card by Simon Glass · 4 years, 3 months ago
  97. 3b33eff Merge tag 'mmc-7-24-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years, 3 months ago
  98. ed4a11c mmc_spi: generate R1b response for erase and stop transmission command by Pragnesh Patel · 4 years, 4 months ago
  99. 6f4555a mmc: mmc_spi: Generate R1 response for erase block start and end address by Pragnesh Patel · 4 years, 4 months ago
  100. 70f176a mmc: mmc_spi: Read R2 response for send status command - CMD13 by Pragnesh Patel · 4 years, 4 months ago