summaryrefslogtreecommitdiff
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmc: fsl_esdhc: add strobe and tuning entryPeng Fan2018-02-041-8/+12
* mmc: fsl_esdhc: support i.MX8MPeng Fan2018-02-041-4/+8
* mmc: Add bcm2835 sdhost controllerAlexander Graf2018-01-283-0/+994
* Merge git://git.denx.de/u-boot-spiTom Rini2018-01-261-4/+4
|\
| * wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas2018-01-241-4/+4
* | mmc: Poll for broken card detection caseJun Nie2018-01-242-0/+9
* | mmc: fix to assign to correct clock value when clock is enablingJaehoon Chung2018-01-241-1/+1
* | mmc: fsl_esdhc: Fix i.MX53 eSDHCv3 clockBenoît Thébaudeau2018-01-221-1/+6
* | mmc: fix the wrong disabling clockJaehoon Chung2018-01-221-5/+7
* | mmc: sdhci: change data transfer failure into debug messageMasahiro Yamada2018-01-221-2/+2
* | mmc: sdhci-cadence: add HS200 supportMasahiro Yamada2018-01-221-9/+81
* | mmc: sdhci-cadence: call mmc_of_parse()Masahiro Yamada2018-01-221-0/+4
* | mmc: sdhci-cadence: use bitfield access macros for cleanupMasahiro Yamada2018-01-221-10/+10
* | mmc: sdhci: do not overwrite host_caps in sdhci_setup_cfg()Masahiro Yamada2018-01-221-1/+1
* | mmc: let mmc_of_parse() fail for insane bus-width valueMasahiro Yamada2018-01-221-4/+2