aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
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-24mmc: uniphier-sd: skip clock set-up for SPLMasahiro Yamada1-0/+4
2018-04-24mmc: 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-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-11mmc: renesas-sdhi: Wait after reconfiguring pinsMarek Vasut1-0/+3
2018-04-11mmc: matsushita-common: Add missing elseMarek Vasut1-1/+1
2018-04-11mmc: matsushita-common: Wait for command completionMarek Vasut2-0/+3
2018-04-11mmc: matsushita-common: Correctly set mode in 16bitMarek Vasut1-2/+0
2018-04-11mmc: matsushita-common: Special case only select registers in 16bitMarek Vasut1-1/+3
2018-04-11mmc: renesas-sdhi: Add Renesas SDR104/HS200 tuning supportMarek Vasut1-2/+290
2018-04-11mmc: matsushita-common: Export register access functionsMarek Vasut2-2/+6
2018-04-11mmc: matsushita-common: Properly handle pin voltage configurationMarek Vasut2-9/+46
2018-04-11mmc: matsushita-common: Always check controller versionMarek Vasut1-9/+8
2018-04-11mmc: matsushita-common: Handle bus width 0Marek Vasut1-0/+1
2018-04-11mmc: matsushita-common: Handle DMA completion flag differencesMarek Vasut2-3/+11
2018-04-11mmc: matsushita-common: Handle Renesas div-by-1Marek Vasut2-1/+3
2018-04-11mmc: matsushita-common: Add Renesas RCar quirksMarek Vasut2-18/+30
2018-04-11mmc: matsushita-common: Use mmc_of_parse()Marek Vasut1-16/+7
2018-04-11mmc: renesas-sdhi: Handle 16bit IPMarek Vasut1-0/+13
2018-04-11mmc: uniphier: Allow passing quirks to the probe functionMarek Vasut4-5/+16
2018-04-11mmc: uniphier: Add support for 16bit variantMarek Vasut2-4/+39
2018-04-11mmc: uniphier: Drop useless checkMarek Vasut1-8/+2
2018-04-11mmc: uniphier: Factor out FIFO accessorsMarek Vasut1-62/+60
2018-04-11mmc: renesas-sdhi: Add Renesas SDHI Kconfig entryMarek Vasut2-4/+14
2018-04-11mmc: uniphier: Split out SoC specific bits from the driverMarek Vasut5-840/+921
2018-04-08treewide: Migrate CONFIG_FSL_ESDHC to KconfigMario Six1-0/+6
2018-04-05mmc: use core clock frequency in bcm2835 sdhostJonathan Gray2-2/+3
2018-03-30Merge git://git.denx.de/u-boot-x86Tom Rini1-3/+2
2018-03-30Merge git://git.denx.de/u-boot-riscvTom Rini5-254/+131
2018-03-30x86: mmc: Fix mapping of BAR memoryBernhard Messerklinger1-3/+2
2018-03-30mmc: ftsdc010: Merge nds32_mmc to ftsdc010Rick Chen5-165/+133
2018-03-30mmc: ftsdc010: Migrate CONFIG_FTSDC010_SDIO to KconfigRick Chen1-0/+7
2018-03-30mmc: ftsdc010: Drop non-dm codeRick Chen2-103/+0
2018-03-30mmc: ftsdc010: Support High-Speed modeRick Chen1-0/+5
2018-03-28rockchip: sdhci: support 8bit bus-widthPhilipp Tomsich1-0/+8
2018-03-14Merge git://git.denx.de/u-boot-sunxiTom Rini1-2/+8
2018-03-13mmc: stm32: sdmmc2: add support for st, pin-ckinsdmmc_ckinPatrick Delaunay1-1/+6
2018-03-13mmc: stm32: sdmmc2: add hardware flow control supportPatrick Delaunay1-1/+2
2018-03-13mmc: sunxi: support cd-invertedHeinrich Schuchardt1-2/+8
2018-03-05Merge git://git.denx.de/u-boot-shTom Rini1-0/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada8-8/+8
2018-03-05mmc: uniphier-sd: Add R8A77965 M3N entriesMarek Vasut1-0/+1
2018-03-01mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI_MIN_FREQVipul Kumar2-4/+7
2018-03-01mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI_MAX_FREQVipul Kumar1-0/+6
2018-02-25Merge git://git.denx.de/u-boot-mmcTom Rini3-26/+34