Commit Graph

659 Commits (14142811f4c2d4da28e86ccb2375487f8dff02cb)

Author SHA1 Message Date
Maxime Ripard 7a777f6d6f mmc: Add generic Kconfig option 10 years ago
Tobias Jakobi 2308ea7c6f exynos: more debug and cleanup in do_sdhci_init() 10 years ago
Tobias Jakobi 995a54cc12 exynos: be more verbose in process_nodes() 10 years ago
Tobias Jakobi 6a9fbb6e20 exynos: Fix passing of errors in exynos_mmc_init() 10 years ago
Tobias Jakobi 1a9d1731f9 exynos: Properly zero initialize host in s5p_sdhci_init() 10 years ago
Hans de Goede be90974c43 sunxi: mmc: Fix clk-delay settings 10 years ago
Łukasz Majewski 4d58e10e3e mmc: dw_mmc: Increase timeout to 4 minutes (as in Linux kernel) 10 years ago
Simon Glass cf92e05c01 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header 10 years ago
Marek Vasut 129adf5bf4 mmc: dw_mmc: Probe the MMC from OF 10 years ago
Sjoerd Simons 8e3332e223 mmc: Probe DM based mmc devices in u-boot 10 years ago
Simon Glass a8cb4fb56a rockchip: Add an MMC driver 10 years ago
Simon Glass e3563f2ec7 mmc: Support bypass mode with the get_mmc_clk() method 10 years ago
Yousong Zhou 28f69b9a22 sunxi: mmc: set transfer timeout according to byte_cnt. 10 years ago
Marcel Ziswiler 54a5cf81c4 arm: pxa: mmc: clean-up include file order 10 years ago
Masahiro Yamada 0f9258228e of: clean up OF_CONTROL ifdef conditionals 10 years ago
Yoshinori Sato 6f67b69b15 mmc_spi: Big-endian support 10 years ago
Simon Glass 760177dff4 dw_mmc: Calculate dwmmc FIFO threshold size if not provided 10 years ago
Nikita Kiryanov 9fbdca6056 mmc: omap_hsmmc: enable 8bit interface for eMMC for AM43xx 10 years ago
Nikita Kiryanov dce55b934d mmc: omap_hsmmc: enable proper CMD(DAT) lines reset procedure for am43xx 10 years ago
Peter Griffin 447da58b57 mmc: hi6220_dw_mmc: Add hi6220 glue code for dw_mmc controller. 10 years ago
Simon Glass 1c87ffe8d1 mmc: dw_mmc: Avoid using printf() for errors 10 years ago
Marek Vasut 9042d974d2 mmc: dw_mmc: Improve handling of data transfer failure 10 years ago
Marek Vasut d9dbb97be0 mmc: dw_mmc: Zap endless timeout 10 years ago
Marek Vasut 603b2f3a74 mmc: dw_mmc: Stop bounce buffer even in case of failure 10 years ago
Simon Glass c95ed7d9e7 exynos: Correct return value in exynos_mmc_init() 10 years ago
Tom Rini e3d50d4292 fsl_esdhc.c: Always make check_and_invalidate_dcache_range available 10 years ago
Tom Warren 7aaa5a60ce ARM: Tegra210: Add support to common Tegra source/config files 10 years ago
Thierry Reding c39e2a75fd mmc: tegra: Build warning fixes for 64-bit 10 years ago
Peng Fan 4683b22065 mmc:fsl_esdhc invalidate dcache before read 10 years ago
Daniel Kochmański 645c48f50e sunxi: Create helper function veryfing valid boot signature on MMC 10 years ago
Daniel Kochmański 1b26bab12e mmc: Protect `mmc_initialize` from initialising mmc multiple times 10 years ago
Simon Glass 8e6cc46178 dm: test: Add a test for the mmc uclass 10 years ago
Simon Glass 1169299135 mmc: Add debug() output on read errors 10 years ago
Simon Glass e7ecf7cb5a dm: mmc: Add an MMC uclass 10 years ago
Stefan Roese 492d3223b0 mmc: sdhci.c: Add config option to use a fixed buffer for transfers 10 years ago
Stefan Roese 29905a451b mmc: sdhci: Use timer based timeout detection in sdhci_send_command() 10 years ago
Marek Vasut 9f1b4456c9 mmc: bcm2835_sdhci: Restore original delay behavior 10 years ago
Tom Rini 180f87fcc5 mmc_write.c: Make mmc_berase do 32bit safe 64bit math 10 years ago
Hans de Goede 1c09fa38e0 sunxi: mmc: Enable pull-up on card-detect gpio pin 10 years ago
Marek Vasut 33fe2fb8df ARM: mmc: bcm283x: Remove get_timer_us() from mmc driver 10 years ago
Simon Glass 707ac1ad17 tegra: mmc: Set the removable flag correctly 10 years ago
Alexander Stein ebe78bb993 mmc: bcm2835_sdhci: Use calloc to allocate bcm2835_sdhci_host 10 years ago
Yangbo Lu 253d5bdd64 mmc: fsl_esdhc: update eMMC44 adapter card erase timeout 10 years ago
Kevin Liu 5e1c23cd39 mmc: sdhci: add timeout setting for response busy command 10 years ago
Rob Herring 5a20397b00 mmc: remove the MMC_MODE_HC flag 10 years ago
Andrew Gabbasov bd47c13583 mmc: Fix splitting device initialization 10 years ago
Andrew Gabbasov 1677eef459 mmc: Restructure polling loops to avoid extra delays 10 years ago
Andrew Gabbasov cc17c01f2d mmc: Continue polling MMC card for OCR only if it is still not ready 10 years ago
Andrew Gabbasov 5289b5350b mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter() 10 years ago
Andrew Gabbasov a626c8d418 mmc: Avoid extra duplicate entry in mmc device structure 10 years ago