aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2020-04-22drivers: mmc: rpmb: do not build for SPLHeinrich Schuchardt1-1/+1
2020-04-22mmc: tmio: sdhi: Implement get_b_max functionMarek Vasut2-10/+37
2020-04-22mmc: Add option to adjust b_max before long readMarek Vasut2-2/+30
2020-04-22mmc: tmio: sdhi: Use bounce buffer to avoid DMA limitationsMarek Vasut2-0/+78
2020-04-22drivers: mmc: iproc_sdhci: move host.mmc init before sdhci_setup_cfgRayagonda Kokatanur1-5/+5
2020-04-22drivers: mmc: iproc_sdhci: fix compilation warningRayagonda Kokatanur1-1/+3
2020-04-22drivers: mmc: iproc_sdhci: enable broken R1B response quirkBharat Kumar Reddy Gooty1-1/+1
2020-04-22drivers: mmc: iproc_sdhci: fix possible memory leakBharat Kumar Reddy Gooty1-3/+5
2020-04-22cmd: mmc: provide boot area protection commandHeinrich Schuchardt1-0/+5
2020-04-22mmc: export mmc_send_ext_csd()Heinrich Schuchardt1-1/+1
2020-04-21mmc: tmio: sdhi: Add DMA transfer address alignment check at writingHiroyuki Yokoyama1-3/+5
2020-04-06mmc: meson-gx: enable input clocksJerome Brunet1-1/+13
2020-04-02mmc: t210: Fix 'bad' SD-card clock when doing 400KHz card detectTom Warren1-0/+19
2020-04-02mmc: t210: Add autocal and tap/trim updates for SDMMC1/3Tom Warren1-8/+76
2020-03-09mmc: am654_sdhci: Implement workaround for card detectFaiz Abbas1-41/+68
2020-03-09mmc: am654_sdhci: Update output tap delay writesFaiz Abbas1-9/+61
2020-03-09mmc: Merge SD_LEGACY and MMC_LEGACY bus modesFaiz Abbas4-12/+7
2020-03-09sdhci: Add sdhci_deferred_probe() APIFaiz Abbas1-0/+15
2020-03-09mmc: Add a deferred_probe() APIFaiz Abbas2-1/+18
2020-03-09mmc: ca_dw_mmc: add DesignWare based DM support for CAxxxx SoCsArthur Li3-0/+193
2020-02-20mmc: sdhci: fix missing cache invalidation after reading by DMAMasahiro Yamada1-0/+4
2020-02-20mmc: sdhci: use dma_map_single() instead of flush_cache() before DMAMasahiro Yamada1-26/+25
2020-02-20mmc: sdhci: remove unneeded castsMasahiro Yamada1-3/+2
2020-02-20mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addrMasahiro Yamada1-2/+3
2020-02-20mmc: sdhci: reduce code duplication for aligned bufferMasahiro Yamada1-14/+8
2020-02-20mmc: sdhci: put the aligned buffer pointer to struct sdhci_hostMasahiro Yamada1-14/+13
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada1-2/+1
2020-02-19dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada1-1/+1
2020-02-19mmc: fsl_esdhc: actually enable cache snooping on mpc830xRasmus Villemoes1-2/+13
2020-02-17mmc: remove unneeded forward declarationsMasahiro Yamada1-4/+0
2020-02-17mmc: check the return value of mmc_select_mode_and_width()Masahiro Yamada1-1/+1
2020-02-17mmc: sdhci-cadence: send tune request twice to work around errataMasahiro Yamada1-4/+17
2020-02-17mmc: fix the build error when MMC_WRITE is disabledJaehoon Chung1-0/+2
2020-02-17drivers: mmc: rpmb: Use R1 responseBharat Kumar Reddy Gooty1-0/+5
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass19-0/+22
2020-02-05dm: core: Require users of devres to include the headerSimon Glass7-0/+8
2020-01-28Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsungTom Rini1-0/+5
2020-01-25mmc: tmio-common: Drop custom dma mapping functionsVignesh Raghavendra1-22/+3
2020-01-23mmc: s5p_sdhci: Read generic MMC properties from DTMarek Szyprowski1-0/+5
2020-01-20Merge tag '2020-01-20-ti-2020.04' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-30/+99
2020-01-20mmc: am654_sdhci: Add Support for configuring PHY in J721eFaiz Abbas1-29/+98
2020-01-20mmc: am654_sdhci: Get Xin clock by nameFaiz Abbas1-1/+1
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-16Merge tag 'mmc-1-16-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini4-70/+39
2020-01-16mmc: add mmc and sd support for MT7622Sam Shih1-0/+10
2020-01-16mmc: mtk-sd: fix hang when data read quicklymingming lee1-5/+1
2020-01-16mmc: mtk-sd: add support for MediaTek MT8512/MT8110 SoCsmingming lee1-33/+101
2020-01-16mmc: config help typo fixJoel Johnson1-1/+1
2020-01-16mmc: add additional quirk for APP_CMD retryJoel Johnson1-1/+16
2020-01-16Drop CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK usageYangbo Lu2-19/+22