summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2018-01-22mmc: sdhci: change data transfer failure into debug messageMasahiro Yamada1-2/+2
2018-01-22mmc: sdhci-cadence: add HS200 supportMasahiro Yamada1-9/+81
2018-01-22mmc: sdhci-cadence: call mmc_of_parse()Masahiro Yamada1-0/+4
2018-01-22mmc: sdhci-cadence: use bitfield access macros for cleanupMasahiro Yamada1-10/+10
2018-01-22mmc: sdhci: do not overwrite host_caps in sdhci_setup_cfg()Masahiro Yamada1-1/+1
2018-01-22mmc: let mmc_of_parse() fail for insane bus-width valueMasahiro Yamada1-4/+2
2018-01-22mmc: do not overwrite cfg->f_max if "max-frequency" if missingMasahiro Yamada1-1/+2
2018-01-19mmc: omap_hsmmc: Fix incorrect bit operations for disabling a bitKishon Vijay Abraham I1-3/+4
2018-01-19mmc: omap_hsmmc: Enable Auto command (CMD12) enableKishon Vijay Abraham I1-1/+5
2018-01-19mmc: omap_hsmmc: Add support for DMA (ADMA2)Kishon Vijay Abraham I1-3/+202
2018-01-19Revert "omap_hsmmc: update struct hsmmc to accommodate omap3 from DT"Jean-Jacques Hiblot1-31/+4
2018-01-12mmc: fsl_esdhc: Fix eMMC 1.8v setting issuePeng Fan1-4/+5
2018-01-12mmc: remove hc_wp_grp_size from struct mmc if not neededJean-Jacques Hiblot1-0/+2
2018-01-12mmc: don't read the size of eMMC enhanced user data area in SPLJean-Jacques Hiblot1-0/+2
2018-01-12mmc: compile out erase and write mmc commands if write operations are not ena...Jean-Jacques Hiblot1-2/+14
2018-01-12mmc: read ssr only if MMC write support is enabledJean-Jacques Hiblot1-11/+14
2018-01-12mmc: add a Kconfig option to enable the support for MMC write operationsJean-Jacques Hiblot4-6/+11
2018-01-12mmc: reworked version lookup in mmc_startup_v4Jean-Jacques Hiblot1-25/+17
2018-01-12mmc: compile out more code if support for UHS and HS200 is not enabledJean-Jacques Hiblot1-1/+11
2018-01-12mmc: atmel: when sending a data command, use the provided block sizeJean-Jacques Hiblot1-22/+20
2018-01-12dm: mmc: sandbox: Update SD card emulationJean-Jacques Hiblot1-1/+4
2018-01-12mmc: make optional the support for eMMC hardware partitioningJean-Jacques Hiblot2-0/+9
2018-01-12mmc: make UHS and HS200 optionalJean-Jacques Hiblot3-1/+112
2018-01-12mmc: convert most of printf() to pr_err() and pr_warn()Jean-Jacques Hiblot2-29/+22
2018-01-12mmc: don't use malloc_cache_aligned()Jean-Jacques Hiblot1-9/+17
2018-01-12mmc: fix for old MMCs (below version 4)Jean-Jacques Hiblot1-0/+3
2018-01-12mmc: all hosts support 1-bit bus width and legacy timingsJean-Jacques Hiblot1-5/+10
2018-01-12mmc: Fixed a problem with old sd or mmc that do not support High speedJean-Jacques Hiblot1-2/+2
2018-01-12dm: mmc: update mmc_of_parse()Jean-Jacques Hiblot1-16/+20
2018-01-12mmc: dump card and host capabilities if debug is enabledJean-Jacques Hiblot1-0/+9
2018-01-12mmc: meson_gx_mmc: fix the complie errorJaehoon Chung1-1/+1
2018-01-12dm: mmc: Add a library function to parse generic dt bindingKishon Vijay Abraham I1-0/+46
2018-01-12mmc: add a library function to send tuning commandJean-Jacques Hiblot1-0/+68
2018-01-12mmc: use the right voltage level for MMC DDR and HS200 modesJean-Jacques Hiblot1-1/+67
2018-01-12mmc: Retry some MMC cmds on failureKishon Vijay Abraham I2-2/+48
2018-01-12mmc: Change mode when switching to a boot partitionJean-Jacques Hiblot1-17/+49
2018-01-12mmc: disable UHS modes if Vcc cannot be switched on and offJean-Jacques Hiblot1-3/+16
2018-01-12mmc: Add support for UHS modesJean-Jacques Hiblot2-8/+182
2018-01-12mmc: add HS200 support in MMC coreKishon Vijay Abraham I1-2/+20
2018-01-12mmc: Add a execute_tuning() callback to the mmc operations.Kishon Vijay Abraham I2-0/+19
2018-01-12mmc: disable the mmc clock during power offKishon Vijay Abraham I1-0/+1
2018-01-12mmc: add a new mmc parameter to disable mmc clockKishon Vijay Abraham I2-6/+7
2018-01-12mmc: add power cyle support in mmc coreKishon Vijay Abraham I1-17/+71
2018-01-12mmc: Add a new callback function to perform the 74 clocks cycle sequenceJean-Jacques Hiblot2-0/+19
2018-01-12mmc: Enable signal voltage to be selected from mmc coreKishon Vijay Abraham I1-0/+16
2018-01-12mmc: make mmc_set_ios() return statusKishon Vijay Abraham I1-6/+10
2018-01-12mmc: refactor MMC startup to make it easier to support new modesJean-Jacques Hiblot1-94/+147
2018-01-12mmc: refactor SD startup to make it easier to support new modesJean-Jacques Hiblot1-54/+129
2018-01-12mmc: use mmc modes to select the correct bus speedJean-Jacques Hiblot1-11/+28
2018-01-12mmc: Add a function to dump the mmc capabilitiesJean-Jacques Hiblot1-0/+24