summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2020-06-24mmc: sdhci: Fix HISPD bit handlingJagan Teki
2020-06-24mmc: retry CMD1 in mmc_send_op_cond() until the eMMC is readyHaibo Chen
2020-06-24mmc: fsl_esdhc_imx: disable the CMD CRC check for standard tuningHaibo Chen
2020-06-15mmc: fsl_esdhc: Gracefully fail on unsupported voltage switchMarek Vasut
2020-06-15mmc: fsl_esdhc: Fix SDR104 and HS200 supportMarek Vasut
2020-06-15mmc: ca_dw_mmc: Misc cleanup of driverArthur Li
2020-06-15mmc: fsl_esdhc: workaround for hardware 3.3v IO reliability issueYangbo Lu
2020-06-15mmc: fsl_esdhc: read register once for card inserted statusYangbo Lu
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop linux/bug.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-15rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner
2020-05-14Merge tag 'u-boot-stm32-20200514' of https://gitlab.denx.de/u-boot/custodians...Tom Rini
2020-05-14mmc: stm32_sdmmc2: change the displayed config namePatrick Delaunay
2020-05-13mmc: sdhci: Use debug for not supported SDMA info messageMatthias Brugger
2020-05-12mmc: sdhci: not return error when SDMA is not supportedJaehoon Chung
2020-05-12mmc: sdhci: use phys2bus macro when dma address is accessedJaehoon Chung
2020-04-27mmc: zynq: parse dt when probingBenedikt Grassl
2020-04-24dm: mmc: Update mmc_get_mmc_dev() to use const *Simon Glass
2020-04-22drivers: mmc: rpmb: do not build for SPLHeinrich Schuchardt
2020-04-22mmc: tmio: sdhi: Implement get_b_max functionMarek Vasut
2020-04-22mmc: Add option to adjust b_max before long readMarek Vasut
2020-04-22mmc: tmio: sdhi: Use bounce buffer to avoid DMA limitationsMarek Vasut
2020-04-22drivers: mmc: iproc_sdhci: move host.mmc init before sdhci_setup_cfgRayagonda Kokatanur
2020-04-22drivers: mmc: iproc_sdhci: fix compilation warningRayagonda Kokatanur
2020-04-22drivers: mmc: iproc_sdhci: enable broken R1B response quirkBharat Kumar Reddy Gooty
2020-04-22drivers: mmc: iproc_sdhci: fix possible memory leakBharat Kumar Reddy Gooty
2020-04-22cmd: mmc: provide boot area protection commandHeinrich Schuchardt
2020-04-22mmc: export mmc_send_ext_csd()Heinrich Schuchardt
2020-04-21mmc: tmio: sdhi: Add DMA transfer address alignment check at writingHiroyuki Yokoyama
2020-04-06mmc: meson-gx: enable input clocksJerome Brunet
2020-04-02mmc: t210: Fix 'bad' SD-card clock when doing 400KHz card detectTom Warren
2020-04-02mmc: t210: Add autocal and tap/trim updates for SDMMC1/3Tom Warren
2020-03-09mmc: am654_sdhci: Implement workaround for card detectFaiz Abbas
2020-03-09mmc: am654_sdhci: Update output tap delay writesFaiz Abbas
2020-03-09mmc: Merge SD_LEGACY and MMC_LEGACY bus modesFaiz Abbas
2020-03-09sdhci: Add sdhci_deferred_probe() APIFaiz Abbas
2020-03-09mmc: Add a deferred_probe() APIFaiz Abbas
2020-03-09mmc: ca_dw_mmc: add DesignWare based DM support for CAxxxx SoCsArthur Li
2020-02-20mmc: sdhci: fix missing cache invalidation after reading by DMAMasahiro Yamada
2020-02-20mmc: sdhci: use dma_map_single() instead of flush_cache() before DMAMasahiro Yamada
2020-02-20mmc: sdhci: remove unneeded castsMasahiro Yamada
2020-02-20mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addrMasahiro Yamada
2020-02-20mmc: sdhci: reduce code duplication for aligned bufferMasahiro Yamada
2020-02-20mmc: sdhci: put the aligned buffer pointer to struct sdhci_hostMasahiro Yamada
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada
2020-02-19dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada