summaryrefslogtreecommitdiff
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | mmc: ftsdc010: Support High-Speed modeRick Chen2018-03-301-0/+5
| |/
* | rockchip: sdhci: support 8bit bus-widthPhilipp Tomsich2018-03-281-0/+8
|/
* Merge git://git.denx.de/u-boot-sunxiTom Rini2018-03-141-2/+8
|\
| * mmc: sunxi: support cd-invertedHeinrich Schuchardt2018-03-131-2/+8
* | mmc: stm32: sdmmc2: add support for st, pin-ckinsdmmc_ckinPatrick Delaunay2018-03-131-1/+6
* | mmc: stm32: sdmmc2: add hardware flow control supportPatrick Delaunay2018-03-131-1/+2
|/
* Merge git://git.denx.de/u-boot-shTom Rini2018-03-051-0/+1
|\
| * mmc: uniphier-sd: Add R8A77965 M3N entriesMarek Vasut2018-03-051-0/+1
* | libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-058-8/+8
|/
* mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI_MIN_FREQVipul Kumar2018-03-012-4/+7
* mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI_MAX_FREQVipul Kumar2018-03-011-0/+6
* Merge git://git.denx.de/u-boot-mmcTom Rini2018-02-253-26/+34
|\
| * mmc: omap_hsmmc: use a default 52MHz max clock rate if none is specifiedJean-Jacques Hiblot2018-02-261-0/+2
| * mmc: omap_hsmmc: make it possible to compile out ADMA supportJean-Jacques Hiblot2018-02-262-6/+15
| * mmc: omap_hsmmc: compile out write support if not neededJean-Jacques Hiblot2018-02-261-2/+9
| * mmc: omap_hsmmc: do not embed struct mmc in struct omap_hsmmc_platJean-Jacques Hiblot2018-02-261-3/+3
| * mmc: fix off-by-one bug in mmc_startup_v4()Alexander Kochetkov2018-02-231-1/+1
| * mmc: Drop unnecessary case for mmc_probe()Faiz Abbas2018-02-231-6/+1
| * mmc: synchronize the sequence with enum bus_mode in mmc.hJaehoon Chung2018-02-211-8/+3
* | mmc: uniphier-sd: Add compatible strings for RCar Gen2Marek Vasut2018-02-231-0/+5
|/
* mmc: Fix uninitialised priv memberAlex Kiernan2018-02-191-1/+1
* mmc: fix bug in mmc_startup_v4()Jean-Jacques Hiblot2018-02-191-0/+1
* mmc: Fix bug in sd_set_card_speed()Jean-Jacques Hiblot2018-02-191-1/+1
* mmc: omap_hsmmc: add signal voltage selection supportJean-Jacques Hiblot2018-02-191-22/+154
* mmc: omap_hsmmc: allow mmc clock to be gatedKishon Vijay Abraham I2018-02-191-0/+6
* mmc: omap_hsmmc: implement send_init_stream callbackJean-Jacques Hiblot2018-02-191-0/+13
* mmc: omap_hsmmc: update mmc->clock with the actual bus speedJean-Jacques Hiblot2018-02-191-1/+2
* mmc: omap_hsmmc: allow the simple HS modes to use the default pinctrlJean-Jacques Hiblot2018-02-191-10/+13
* mmc: omap_hsmmc: Add support to get pinctrl values and max frequency for diff...Kishon Vijay Abraham I2018-02-191-14/+44
* mmc: omap_hsmmc: Add support to set IODELAY valuesKishon Vijay Abraham I2018-02-191-0/+372
* mmc: omap_hsmmc: use mmc_of_parse to populate mmc_configKishon Vijay Abraham I2018-02-191-19/+5
* mmc: omap_hsmmc: Reduce the max timeout for reset controller fsmJean-Jacques Hiblot2018-02-191-1/+2
* mmc: omap_hsmmc: Workaround for errata id i802Jean-Jacques Hiblot2018-02-191-6/+22
* mmc: omap_hsmmc: Add tuning supportJean-Jacques Hiblot2018-02-191-0/+122
* mmc: omap_hsmmc: Enable DDR mode supportKishon Vijay Abraham I2018-02-191-0/+5
* mmc: omap_hsmmc: set MMC mode in the UHSMS bit fieldJean-Jacques Hiblot2018-02-191-0/+47
* mmc: omap_hsmmc: add support to set default io voltageKishon Vijay Abraham I2018-02-191-0/+67
* mmc: omap_hsmmc: cleanup omap_hsmmc_set_iosKishon Vijay Abraham I2018-02-191-9/+20
* mmc: omap_hsmmc: cleanup clock configurationJean-Jacques Hiblot2018-02-191-24/+52
* mmc: use pr_* log functionsMasahiro Yamada2018-02-191-34/+34
* Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford2018-02-081-0/+1
* Convert CONFIG_APBH_DMA et al to KconfigAdam Ford2018-02-081-0/+4
* mmc: fsl_esdhc: support SDR104 and HS200Peng Fan2018-02-041-5/+358