summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmc: uniphier: Drop useless checkMarek Vasut2018-04-111-8/+2
* mmc: uniphier: Factor out FIFO accessorsMarek Vasut2018-04-111-62/+60
* mmc: renesas-sdhi: Add Renesas SDHI Kconfig entryMarek Vasut2018-04-112-4/+14
* mmc: uniphier: Split out SoC specific bits from the driverMarek Vasut2018-04-115-840/+921
* treewide: Migrate CONFIG_FSL_ESDHC to KconfigMario Six2018-04-081-0/+6
* mmc: use core clock frequency in bcm2835 sdhostJonathan Gray2018-04-052-2/+3
* Merge git://git.denx.de/u-boot-x86Tom Rini2018-03-301-3/+2
|\
| * x86: mmc: Fix mapping of BAR memoryBernhard Messerklinger2018-03-301-3/+2
* | Merge git://git.denx.de/u-boot-riscvTom Rini2018-03-305-254/+131
|\ \
| * | mmc: ftsdc010: Merge nds32_mmc to ftsdc010Rick Chen2018-03-305-165/+133
| * | mmc: ftsdc010: Migrate CONFIG_FTSDC010_SDIO to KconfigRick Chen2018-03-301-0/+7
| * | mmc: ftsdc010: Drop non-dm codeRick Chen2018-03-302-103/+0