- b6b3557 mmc: sunxi: Use DM_GPIO flags to set pull-up by Samuel Holland · 3 years, 1 month ago
- 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- 347494c mmc: actions: add MMC driver for Actions OWL S700/S900 by Amit Singh Tomar · 3 years ago
- feb7fa3 mmc: dwmmc: return a proper error code when busy by John Keeping · 3 years ago
- ab3d154 mmc: fsl_esdhc_imx: set sysctl register for clock initialization by Sean Anderson · 3 years ago
- 3e33079 mmc: fsl_esdhc_imx: Replace more #ifdefs by if by Sean Anderson · 3 years ago
- 218dfa1 mmc: fsl_esdhc_imx: replace most #ifdefs by IS_ENABLED() by Sean Anderson · 3 years ago
- aa6d91d mmc: fsl_esdhc_imx: simplify esdhc_setup_data() by Sean Anderson · 3 years ago
- 120fc01 mmc: fsl_esdhc_imx: use dma-mapping API by Sean Anderson · 3 years ago
- bca8d63 mmc: fsl_esdhc_imx: simplify 64bit check for SDMA transfers by Sean Anderson · 3 years ago
- 417b14e mmc: fsl_esdhc_imx: fix mmc->clock with actual clock by Sean Anderson · 3 years ago
- 5b8040b mmc: fsl_esdhc_imx: drop redundant code for non-removable feature by Sean Anderson · 3 years ago
- 1f0d6c6 mmc: fsl_esdhc_imx: clean up bus width configuration code by Sean Anderson · 3 years ago
- 6dff7b7 mmc: fsl_esdhc_imx: fix voltage validation by Sean Anderson · 3 years ago
- 7e9b8c4 mmc: fsl_esdhc_imx: remove redundant DM_MMC checking by Sean Anderson · 3 years ago
- 80b8161 mmc: fsl_esdhc_imx: make BLK as hard requirement of DM_MMC by Sean Anderson · 2 years, 11 months ago
- 98a1205 mmc: stm32_sdmmc2: Add support for probing bus voltage level translator by Marek Vasut · 3 years ago
- 769c468 Merge tag 'v2022.01-rc3' into next by Tom Rini · 3 years ago
- 3a29664 mmc: Allow for children other than the block device by Simon Glass · 3 years, 1 month ago
- 32b6c8b sandbox: mmc: Support a backing file by Simon Glass · 3 years, 1 month ago
- ff2d8bc mmc: mtk-sd: implement waiting for DAT0 line state by Julien Masson · 3 years, 1 month ago
- 926dca5 Merge tag 'xilinx-for-v2022.01-rc3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 3 years ago
- b2bfae6 mmc: arm_pl180_mmci: Enable HWFC for specific versions of MCI by Usama Arif · 3 years, 1 month ago
- cd9ea64 mmc: Fix mmc_switch excessive timeout by Kirill Kapranov · 3 years, 2 months ago
- 8cd3128 drivers: mmc: Add wait_dat0 support for sdhci driver by Stephen Carlson · 3 years, 3 months ago
- 1822a97 drivers: mmc: Add wait_dat0 support for Freescale eSDHC driver by Stephen Carlson · 3 years, 3 months ago
- b68d92c mmc: sunxi: conditionally include MMC2 initialization code by Icenowy Zheng · 3 years, 4 months ago
- d061827 mmc: zynq_sdhci: Add xilinx_pm_request weak function by T Karthik Reddy · 3 years, 2 months ago
- 2eeaea4 Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 1 month ago
- 58ec23b mmc: rockchip_sdhci: enable strobe line for HS400 by Yifeng Zhao · 3 years, 1 month ago
- 06feb81 sunxi: Clean up inclusions of asm/arch/gpio.h by Samuel Holland · 3 years, 2 months ago
- d4245c2 mmc: sdhci-esdhc-imx: Add HS400 support for iMX7ULP by Oleksandr Suvorov · 3 years, 3 months ago
- 8239e82 mmc: fsl_esdhc_imx: initialize data for imx7ulp by Jorge Ramirez-Ortiz · 3 years, 3 months ago
- 423483d mmc: fsl_esdhc_imx: Fix clock disable issue by Ye Li · 3 years, 3 months ago
- f0d7650 arm: Remove aspenite board by Tom Rini · 3 years, 3 months ago
- 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
- 84c0f69 ti: keystone: Move away from CONFIG_SOC_KEYSTONE by Tom Rini · 3 years, 2 months ago
- 1257efc clk: Rename clk_get_by_driver_info() by Simon Glass · 3 years, 4 months ago
- 6d70ba0 treewide: Try to avoid the preprocessor with OF_REAL by Simon Glass · 3 years, 4 months ago
- 47f6469 mmc: nds32: ftsdc010: Convert to livetree by Simon Glass · 3 years, 4 months ago
- 9288265 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · 3 years, 4 months ago
- 3580f6d treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 4 months ago
- 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years, 2 months ago
- f502070 sunxi: mmc: A20: Fix MMC optimisation by Andre Przywara · 3 years, 3 months ago
- ff31efc mmc: fsl_esdhc: remove 1ms sleep in esdhc_send_cmd_common() by Michael Walle · 3 years, 3 months ago
- 3679e80 mmc: fix device_remove when HS400_ES is enabled by Ye Li · 3 years, 3 months ago
- 99b0d2e mmc: fix switch issue with send_status disabled by Ye Li · 3 years, 3 months ago
- bb5b9fe mmc: Add support for enumerating MMC card in a given mode using mmc command by Aswath Govindraju · 3 years, 3 months ago
- 0523643 Revert "mmc: sdhci: set to INT_DATA_END when there are data" by Yuezhang.Mo@sony.com · 3 years, 8 months ago
- 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 3 months ago
- 052f050 Merge tag 'xilinx-for-v2021.10-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 3 years, 3 months ago
- 8ee49f0 mmc: zynq_sdhci: Use set_control_reg from sdhci.c by Ashok Reddy Soma · 3 years, 4 months ago
- ab0a749 mmc: zynq_sdhci: Wait till sd card detect state is stable by T Karthik Reddy · 3 years, 4 months ago
- 7a5f810 mmc: zynq_sdhci: Move setting tapdelay code to driver by Ashok Reddy Soma · 3 years, 4 months ago
- 467d078 mmc: zynq_sdhci: Add xilinx_pm_request() method to set tapdelays by Ashok Reddy Soma · 3 years, 4 months ago
- e5dddfa mmc: rockchip_sdhci: Add support for RK3568 by Yifeng Zhao · 3 years, 5 months ago
- 5c2a5ab mmc: rockchip_sdhci: add phy and clock config for rk3399 by Yifeng Zhao · 3 years, 5 months ago
- 82d8558 drivers: mmc: fsl_esdhc_imx: support i.MX8ULP by Peng Fan · 3 years, 4 months ago
- 6b67778 mmc: sdhci: Change prototype of set_delay to return errors by Ashok Reddy Soma · 3 years, 4 months ago
- 21fd763 mmc: zynq_sdhci: Return errors from arasan_sdhci_set_tapdelay by Ashok Reddy Soma · 3 years, 4 months ago
- 064e83e mmc: arm_pl180_mmci: Add configuration for ST-Ericsson Ux500v2 by Stephan Gerhold · 3 years, 5 months ago
- ff9eb9d mmc: arm_pl180_mmci: Simplify code using mmc_of_parse() by Stephan Gerhold · 3 years, 5 months ago
- a16abe3 mmc: arm_pl180_mmci: Simplify code using dev_read_addr_ptr() by Stephan Gerhold · 3 years, 5 months ago
- cc86471 mmc: arm_pl180_mmci: Don't bind to all arm, primecell devices by Stephan Gerhold · 3 years, 5 months ago
- d9cdc9f mmc: rpmb: Fix driver routing memory alignment with tmp buffer by litchipi · 3 years, 5 months ago
- e9d78e97 Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 3 years, 4 months ago
- 035939e Rename GPIO_SUPPORT to GPIO by Simon Glass · 3 years, 5 months ago
- 4509fb6 mmc: sdhci_am654: Read ti, strobe-sel property from device tree by Aswath Govindraju · 3 years, 6 months ago
- 9bf56ea mmc: sdhci: Write to HOST_CONTROL2 register for HS400 speed mode by Faiz Abbas · 3 years, 8 months ago
- 635cf4a mmc: zynq_sdhci: Make variables/structure static by Michal Simek · 3 years, 5 months ago
- 2a43ab8 mmc: zynq_sdhci: Fix kernel doc warnings by Michal Simek · 3 years, 5 months ago
- 39a177a mmc: zynq_sdhci: Split set_tapdelay function to in and out by Ashok Reddy Soma · 3 years, 5 months ago
- 24a5107 mmc: zynq_sdhci: Use Mask writes for Tap delays by Ashok Reddy Soma · 3 years, 5 months ago
- 6f64538 mmc: zynq_sdhci: Allow configuring zero Tap values by Ashok Reddy Soma · 3 years, 5 months ago
- 94a755d mmc: zynq_sdhci: Resolve uninitialized return value by Ashok Reddy Soma · 3 years, 5 months ago
- 965cd40 sandbox: mmc: Support fixed MMC devices by Simon Glass · 3 years, 5 months ago
- 7c63962 mmc: mmc_get_op_cond: Allow quiet detection of eMMC by Pali Rohár · 3 years, 4 months ago
- d8a2960 mmc: sunxi: Use mmc_of_parse() by Andre Przywara · 3 years, 7 months ago
- 56086a4 mmc: sunxi: Increase MMIO FIFO read performance by Andre Przywara · 3 years, 7 months ago
- 8c93a9c mmc: sunxi: Cleanup and fix self-calibration code by Andre Przywara · 3 years, 7 months ago
- 3f23aa6 mmc: sunxi: Cleanup "new timing mode" selection by Andre Przywara · 3 years, 7 months ago
- dd505d1 mmc: sunxi: Fix MMC clock parent selection by Andre Przywara · 3 years, 7 months ago
- 70bbb41 mmc: sunxi: Fix warnings with CONFIG_PHYS_64BIT by Andre Przywara · 3 years, 7 months ago
- f2f3a59 mmc: sunxi: Avoid #ifdefs in delay and width setup by Andre Przywara · 4 years ago
- 4aab306 Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 3 years, 5 months ago
- 5f2ff8e Merge branch '2021-07-06-platform-updates' by Tom Rini · 3 years, 5 months ago
- 8188bda mmc: synquacer: Add SynQuacer F_SDH30 SDHCI driver by Jassi Brar · 3 years, 6 months ago
- 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
- 8cfc7c5 mmc: openpiton: add piton_mmc driver by Tianrui Wei · 3 years, 5 months ago
- d6837b4 Revert "mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock output" by Fabio Estevam · 3 years, 6 months ago
- ff6bf1f mmc: mmc-uclass: change to static about dm function by Jaehoon Chung · 3 years, 6 months ago
- 099814b mmc: fsl_esdhc_imx: use mmc_send_cmd instead of dm_mmc_send_cmd by Jaehoon Chung · 3 years, 6 months ago
- e870824 mmc: dwmmc: socfpga: Get "fifo-mode" property from DT by Ley Foon Tan · 3 years, 7 months ago
- 1cead23 mmc: dw_mmc: Fixes data read when receiving DTO interrupt in FIFO mode by Ley Foon Tan · 3 years, 7 months ago
- 13b920a mmc: mtk-sd: increase the minimum bus frequency by developer · 3 years, 7 months ago
- 023d419 mmc: fsl_esdhc_imx: drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 by Yangbo Lu · 3 years, 6 months ago
- e087cd6 mmc: fsl_esdhc: convert to CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT by Yangbo Lu · 3 years, 6 months ago
- f3f9141 Merge tag 'ti-v2021.07-rc3' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 3 years, 7 months ago
- 057d6af mmc: sdhci_am654: Add Support for TI's AM642 SoC by Dave Gerlach · 3 years, 7 months ago
- 9b38400 DM: DM_MMC migration is now mandatory for non-SPL by Tom Rini · 3 years, 7 months ago