summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/delay.h from common headerSimon Glass2020-05-1826-0/+26
* common: Drop linux/bug.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop log.h from common headerSimon Glass2020-05-1828-0/+28
* common: Drop part.h from common headerSimon Glass2020-05-183-0/+3
* common: Drop net.h from common headerSimon Glass2020-05-186-0/+6
* rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner2020-05-151-1/+1
* Merge tag 'u-boot-stm32-20200514' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2020-05-141-1/+1
|\
| * mmc: stm32_sdmmc2: change the displayed config namePatrick Delaunay2020-05-141-1/+1
* | mmc: sdhci: Use debug for not supported SDMA info messageMatthias Brugger2020-05-131-2/+2
* | mmc: sdhci: not return error when SDMA is not supportedJaehoon Chung2020-05-121-4/+3
* | mmc: sdhci: use phys2bus macro when dma address is accessedJaehoon Chung2020-05-121-2/+4
|/
* mmc: zynq: parse dt when probingBenedikt Grassl2020-04-272-11/+7
* dm: mmc: Update mmc_get_mmc_dev() to use const *Simon Glass2020-04-241-1/+1
* drivers: mmc: rpmb: do not build for SPLHeinrich Schuchardt2020-04-221-1/+1
* mmc: tmio: sdhi: Implement get_b_max functionMarek Vasut2020-04-222-10/+37
* mmc: Add option to adjust b_max before long readMarek Vasut2020-04-222-2/+30
* mmc: tmio: sdhi: Use bounce buffer to avoid DMA limitationsMarek Vasut2020-04-222-0/+78
* drivers: mmc: iproc_sdhci: move host.mmc init before sdhci_setup_cfgRayagonda Kokatanur2020-04-221-5/+5
* drivers: mmc: iproc_sdhci: fix compilation warningRayagonda Kokatanur2020-04-221-1/+3
* drivers: mmc: iproc_sdhci: enable broken R1B response quirkBharat Kumar Reddy Gooty2020-04-221-1/+1
* drivers: mmc: iproc_sdhci: fix possible memory leakBharat Kumar Reddy Gooty2020-04-221-3/+5
* cmd: mmc: provide boot area protection commandHeinrich Schuchardt2020-04-221-0/+5
* mmc: export mmc_send_ext_csd()Heinrich Schuchardt2020-04-221-1/+1
* mmc: tmio: sdhi: Add DMA transfer address alignment check at writingHiroyuki Yokoyama2020-04-211-3/+5
* mmc: meson-gx: enable input clocksJerome Brunet2020-04-061-1/+13
* mmc: t210: Fix 'bad' SD-card clock when doing 400KHz card detectTom Warren2020-04-021-0/+19
* mmc: t210: Add autocal and tap/trim updates for SDMMC1/3Tom Warren2020-04-021-8/+76
* mmc: am654_sdhci: Implement workaround for card detectFaiz Abbas2020-03-091-41/+68
* mmc: am654_sdhci: Update output tap delay writesFaiz Abbas2020-03-091-9/+61
* mmc: Merge SD_LEGACY and MMC_LEGACY bus modesFaiz Abbas2020-03-094-12/+7
* sdhci: Add sdhci_deferred_probe() APIFaiz Abbas2020-03-091-0/+15
* mmc: Add a deferred_probe() APIFaiz Abbas2020-03-092-1/+18
* mmc: ca_dw_mmc: add DesignWare based DM support for CAxxxx SoCsArthur Li2020-03-093-0/+193
* mmc: sdhci: fix missing cache invalidation after reading by DMAMasahiro Yamada2020-02-201-0/+4
* mmc: sdhci: use dma_map_single() instead of flush_cache() before DMAMasahiro Yamada2020-02-201-26/+25
* mmc: sdhci: remove unneeded castsMasahiro Yamada2020-02-201-3/+2
* mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addrMasahiro Yamada2020-02-201-2/+3
* mmc: sdhci: reduce code duplication for aligned bufferMasahiro Yamada2020-02-201-14/+8
* mmc: sdhci: put the aligned buffer pointer to struct sdhci_hostMasahiro Yamada2020-02-201-14/+13
* dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada2020-02-191-2/+1
* dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada2020-02-191-1/+1
* mmc: fsl_esdhc: actually enable cache snooping on mpc830xRasmus Villemoes2020-02-191-2/+13
* mmc: remove unneeded forward declarationsMasahiro Yamada2020-02-171-4/+0
* mmc: check the return value of mmc_select_mode_and_width()Masahiro Yamada2020-02-171-1/+1
* mmc: sdhci-cadence: send tune request twice to work around errataMasahiro Yamada2020-02-171-4/+17
* mmc: fix the build error when MMC_WRITE is disabledJaehoon Chung2020-02-171-0/+2
* drivers: mmc: rpmb: Use R1 responseBharat Kumar Reddy Gooty2020-02-171-0/+5
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-0519-0/+22
* dm: core: Require users of devres to include the headerSimon Glass2020-02-057-0/+8
* Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsungTom Rini2020-01-281-0/+5
|\