summaryrefslogtreecommitdiff
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mmc: do not overwrite cfg->f_max if "max-frequency" if missingMasahiro Yamada2018-01-221-1/+2
* | mmc: omap_hsmmc: Fix incorrect bit operations for disabling a bitKishon Vijay Abraham I2018-01-191-3/+4
* | mmc: omap_hsmmc: Enable Auto command (CMD12) enableKishon Vijay Abraham I2018-01-191-1/+5
* | mmc: omap_hsmmc: Add support for DMA (ADMA2)Kishon Vijay Abraham I2018-01-191-3/+202
* | Revert "omap_hsmmc: update struct hsmmc to accommodate omap3 from DT"Jean-Jacques Hiblot2018-01-181-31/+4
* | mmc: fsl_esdhc: Fix eMMC 1.8v setting issuePeng Fan2018-01-131-4/+5
* | mmc: remove hc_wp_grp_size from struct mmc if not neededJean-Jacques Hiblot2018-01-121-0/+2
* | mmc: don't read the size of eMMC enhanced user data area in SPLJean-Jacques Hiblot2018-01-121-0/+2
* | mmc: compile out erase and write mmc commands if write operations are not ena...Jean-Jacques Hiblot2018-01-121-2/+14
* | mmc: read ssr only if MMC write support is enabledJean-Jacques Hiblot2018-01-121-11/+14
* | mmc: add a Kconfig option to enable the support for MMC write operationsJean-Jacques Hiblot2018-01-124-6/+11
* | mmc: reworked version lookup in mmc_startup_v4Jean-Jacques Hiblot2018-01-121-25/+17
* | mmc: compile out more code if support for UHS and HS200 is not enabledJean-Jacques Hiblot2018-01-121-1/+11
* | mmc: atmel: when sending a data command, use the provided block sizeJean-Jacques Hiblot2018-01-121-22/+20
* | dm: mmc: sandbox: Update SD card emulationJean-Jacques Hiblot2018-01-121-1/+4
* | mmc: make optional the support for eMMC hardware partitioningJean-Jacques Hiblot2018-01-122-0/+9
* | mmc: make UHS and HS200 optionalJean-Jacques Hiblot2018-01-123-1/+112
* | mmc: convert most of printf() to pr_err() and pr_warn()Jean-Jacques Hiblot2018-01-122-29/+22
* | mmc: don't use malloc_cache_aligned()Jean-Jacques Hiblot2018-01-121-9/+17
* | mmc: fix for old MMCs (below version 4)Jean-Jacques Hiblot2018-01-121-0/+3
* | mmc: all hosts support 1-bit bus width and legacy timingsJean-Jacques Hiblot2018-01-121-5/+10
* | mmc: Fixed a problem with old sd or mmc that do not support High speedJean-Jacques Hiblot2018-01-121-2/+2