summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: stm32_sdmmc2: Fix stm32_sdmmc2_start_cmd()Patrice Chotard2018-05-261-2/+2
* Merge tag 'signed-rpi-next' of git://github.com/agraf/u-bootTom Rini2018-05-241-218/+47
|\
| * mmc: Unirqify bcm2835_sdhost and fix writesAlexander Graf2018-05-231-218/+47
* | Convert CONFIG_SUPPORT_EMMC_RPMB to KconfigAlex Kiernan2018-05-231-0/+7
|/
* mmc: sdhci: Check that ops are definedRamon Fried2018-05-141-2/+2
* mmc: Improve tinificationMarek Vasut2018-05-132-26/+59
* mmc: zynq_sdhci: Add support for SD3.0Siva Durga Prasad Paladugu2018-05-111-5/+226
* mmc: sdhci: Read capabilities register1 and update host capsSiva Durga Prasad Paladugu2018-05-111-1/+27
* mmc: sdhci: Invoke platform specific tuning and delay routinesSiva Durga Prasad Paladugu2018-05-111-0/+24
* mmc: sdhci: Handle execute tuning command in sdhci_send_commandSiva Durga Prasad Paladugu2018-05-111-2/+6
* mmc: sdhci: Add support for disabling clockSiva Durga Prasad Paladugu2018-05-111-0/+3
* mmc: Changed the datatype of the variable to handle 64-bit archVipul Kumar2018-05-112-3/+3
* dm: mmc: socfpga: call dwmci_probe()Patrick Bruenn2018-05-081-1/+1
* mmc: Kconfig: add the MMC_TRACE config in KconfigJaehoon Chung2018-05-081-0/+8
* mmc: add the debug message in mmc_set_clockJaehoon Chung2018-05-081-0/+2
* mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.hJaehoon Chung2018-05-083-10/+12
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0751-103/+51
* mmc: zynq_sdhci: use correct quirk if CONFIG_ZYNQ_HISPD_BROKEN is definedHannes Schmelzer2018-05-021-1/+1
* mmc: sdhci: add SDHCI_QUIRK_BROKEN_HISPD_MODEHannes Schmelzer2018-05-021-1/+7
* mmc: fix return value check conditionPeng Fan2018-05-021-1/+1
* Merge git://git.denx.de/u-boot-sunxiTom Rini2018-04-301-15/+20
|\
| * sunxi: improve throughput in the sunxi_mmc driverPhilipp Tomsich2018-04-251-11/+16
| * sunxi: mmc: Fix phase delaysStefan Mavrodiev2018-04-231-4/+4
* | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-279-17/+0
* | mmc: Staticize sd_select_bus_widthMarek Vasut2018-04-231-1/+1
* | Merge git://git.denx.de/u-boot-uniphierTom Rini2018-04-233-22/+52
|\ \
| * | mmc: uniphier-sd: skip clock set-up for SPLMasahiro Yamada2018-04-241-0/+4
| * | mmc: tmio: move clk_enable() to each driver's probe functionMasahiro Yamada2018-04-243-22/+48
| |/
* / mmc: avoid division by zero in meson_mmc_config_clockHeinrich Schuchardt2018-04-231-0/+3
|/
* mmc: sh_mmcif: Add Kconfig entryMarek Vasut2018-04-211-0/+6
* mmc: sh_mmcif: Add DM and DT probing supportMarek Vasut2018-04-211-13/+152
* mmc: mv_sdhci: zero out sdhci_host structureMatt Pelland2018-04-171-1/+1
* mmc: tmio: Rename Matsushita to TMIOMarek Vasut2018-04-146-422/+422
* mmc: renesas-sdhi: Wait after reconfiguring pinsMarek Vasut2018-04-111-0/+3
* mmc: matsushita-common: Add missing elseMarek Vasut2018-04-111-1/+1
* mmc: matsushita-common: Wait for command completionMarek Vasut2018-04-112-0/+3
* mmc: matsushita-common: Correctly set mode in 16bitMarek Vasut2018-04-111-2/+0
* mmc: matsushita-common: Special case only select registers in 16bitMarek Vasut2018-04-111-1/+3
* mmc: renesas-sdhi: Add Renesas SDR104/HS200 tuning supportMarek Vasut2018-04-111-2/+290
* mmc: matsushita-common: Export register access functionsMarek Vasut2018-04-112-2/+6
* mmc: matsushita-common: Properly handle pin voltage configurationMarek Vasut2018-04-112-9/+46
* mmc: matsushita-common: Always check controller versionMarek Vasut2018-04-111-9/+8
* mmc: matsushita-common: Handle bus width 0Marek Vasut2018-04-111-0/+1
* mmc: matsushita-common: Handle DMA completion flag differencesMarek Vasut2018-04-112-3/+11
* mmc: matsushita-common: Handle Renesas div-by-1Marek Vasut2018-04-112-1/+3
* mmc: matsushita-common: Add Renesas RCar quirksMarek Vasut2018-04-112-18/+30
* mmc: matsushita-common: Use mmc_of_parse()Marek Vasut2018-04-111-16/+7
* mmc: renesas-sdhi: Handle 16bit IPMarek Vasut2018-04-111-0/+13
* mmc: uniphier: Allow passing quirks to the probe functionMarek Vasut2018-04-114-5/+16
* mmc: uniphier: Add support for 16bit variantMarek Vasut2018-04-112-4/+39