summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2018-05-24Merge tag 'signed-rpi-next' of git://github.com/agraf/u-bootTom Rini1-218/+47
2018-05-24Convert CONFIG_SUPPORT_EMMC_RPMB to KconfigAlex Kiernan1-0/+7
2018-05-23mmc: Unirqify bcm2835_sdhost and fix writesAlexander Graf1-218/+47
2018-05-15mmc: sdhci: Check that ops are definedRamon Fried1-2/+2
2018-05-13mmc: Improve tinificationMarek Vasut2-26/+59
2018-05-11mmc: zynq_sdhci: Add support for SD3.0Siva Durga Prasad Paladugu1-5/+226
2018-05-11mmc: sdhci: Read capabilities register1 and update host capsSiva Durga Prasad Paladugu1-1/+27
2018-05-11mmc: sdhci: Invoke platform specific tuning and delay routinesSiva Durga Prasad Paladugu1-0/+24
2018-05-11mmc: sdhci: Handle execute tuning command in sdhci_send_commandSiva Durga Prasad Paladugu1-2/+6
2018-05-11mmc: sdhci: Add support for disabling clockSiva Durga Prasad Paladugu1-0/+3
2018-05-11mmc: Changed the datatype of the variable to handle 64-bit archVipul Kumar2-3/+3
2018-05-08dm: mmc: socfpga: call dwmci_probe()Patrick Bruenn1-1/+1
2018-05-08mmc: Kconfig: add the MMC_TRACE config in KconfigJaehoon Chung1-0/+8
2018-05-08mmc: add the debug message in mmc_set_clockJaehoon Chung1-0/+2
2018-05-08mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.hJaehoon Chung3-10/+12
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini51-103/+51
2018-05-02mmc: zynq_sdhci: use correct quirk if CONFIG_ZYNQ_HISPD_BROKEN is definedHannes Schmelzer1-1/+1
2018-05-02mmc: sdhci: add SDHCI_QUIRK_BROKEN_HISPD_MODEHannes Schmelzer1-1/+7
2018-05-02mmc: fix return value check conditionPeng Fan1-1/+1
2018-04-30Merge git://git.denx.de/u-boot-sunxiTom Rini1-15/+20
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini9-17/+0
2018-04-25sunxi: improve throughput in the sunxi_mmc driverPhilipp Tomsich1-11/+16
2018-04-23mmc: Staticize sd_select_bus_widthMarek Vasut1-1/+1
2018-04-23Merge git://git.denx.de/u-boot-uniphierTom Rini3-22/+52
2018-04-23mmc: uniphier-sd: skip clock set-up for SPLMasahiro Yamada1-0/+4
2018-04-23mmc: tmio: move clk_enable() to each driver's probe functionMasahiro Yamada3-22/+48
2018-04-23mmc: avoid division by zero in meson_mmc_config_clockHeinrich Schuchardt1-0/+3
2018-04-23sunxi: mmc: Fix phase delaysStefan Mavrodiev1-4/+4
2018-04-21mmc: sh_mmcif: Add Kconfig entryMarek Vasut1-0/+6
2018-04-21mmc: sh_mmcif: Add DM and DT probing supportMarek Vasut1-13/+152
2018-04-17mmc: mv_sdhci: zero out sdhci_host structureMatt Pelland1-1/+1
2018-04-14mmc: tmio: Rename Matsushita to TMIOMarek Vasut6-422/+422
2018-04-12mmc: renesas-sdhi: Wait after reconfiguring pinsMarek Vasut1-0/+3
2018-04-12mmc: matsushita-common: Add missing elseMarek Vasut1-1/+1
2018-04-12mmc: matsushita-common: Wait for command completionMarek Vasut2-0/+3
2018-04-12mmc: matsushita-common: Correctly set mode in 16bitMarek Vasut1-2/+0
2018-04-12mmc: matsushita-common: Special case only select registers in 16bitMarek Vasut1-1/+3
2018-04-12mmc: renesas-sdhi: Add Renesas SDR104/HS200 tuning supportMarek Vasut1-2/+290
2018-04-12mmc: matsushita-common: Export register access functionsMarek Vasut2-2/+6
2018-04-12mmc: matsushita-common: Properly handle pin voltage configurationMarek Vasut2-9/+46
2018-04-12mmc: matsushita-common: Always check controller versionMarek Vasut1-9/+8
2018-04-12mmc: matsushita-common: Handle bus width 0Marek Vasut1-0/+1
2018-04-12mmc: matsushita-common: Handle DMA completion flag differencesMarek Vasut2-3/+11
2018-04-12mmc: matsushita-common: Handle Renesas div-by-1Marek Vasut2-1/+3
2018-04-12mmc: matsushita-common: Add Renesas RCar quirksMarek Vasut2-18/+30
2018-04-12mmc: matsushita-common: Use mmc_of_parse()Marek Vasut1-16/+7
2018-04-12mmc: renesas-sdhi: Handle 16bit IPMarek Vasut1-0/+13
2018-04-12mmc: uniphier: Allow passing quirks to the probe functionMarek Vasut4-5/+16
2018-04-12mmc: uniphier: Add support for 16bit variantMarek Vasut2-4/+39
2018-04-12mmc: uniphier: Drop useless checkMarek Vasut1-8/+2