summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2015-06-01mmc: sdhci-pci: Enable HS400 for some Intel host controllersAdrian Hunter
2015-06-01mmc: sdhci-pci: Add support for drive strength selection for SPTAdrian Hunter
2015-06-01mmc: sdhci: Add a callback to select drive strengthAdrian Hunter
2015-06-01mmc: mmc: Add driver strength selectionAdrian Hunter
2015-06-01mmc: mmc: Read card's valid driver strength maskAdrian Hunter
2015-06-01mmc: core: Record card drive strengthAdrian Hunter
2015-06-01mmc: core: Factor out common code in drive strength selectionAdrian Hunter
2015-06-01mmc: core: Add 'card' to drive strength selection callbackAdrian Hunter
2015-06-01mmc: core: Simplify card drive strength maskAdrian Hunter
2015-06-01mmc: core: Allow card drive strength to be different to hostAdrian Hunter
2015-06-01mmc: core: Reset driver type to defaultAdrian Hunter
2015-06-01mmc: sh_mmcif: calculate best clock with parent clockKuninori Morimoto
2015-06-01mmc: sh_mmcif: use sh_mmcif_xxx prefix for all functionsKuninori Morimoto
2015-06-01mmc: sh_mmcif: add sh_mmcif_host_to_dev() macro and use it.Kuninori Morimoto
2015-06-01mmc: sdhci: fix driver type B and D handling in sdhci_do_set_ios()Petri Gynther
2015-06-01mmc: mmc-test: use swap() in mmc_test_nonblock_transfer()Fabian Frederick
2015-06-01mmc: core: Increase delay for voltage to stabilize from 3.3V to 1.8VDoug Anderson
2015-06-01mmc: sdhci-st: Fix modalias to make module auto-loading workZhangfei Gao
2015-06-01mmc: dw_mmc: rockchip: Fix modalias to make module auto-loading workZhangfei Gao
2015-06-01mmc: dw_mmc: exynos: Fix modalias to make module auto-loading workZhangfei Gao
2015-06-01mmc: dw_mmc: k3: Fix modalias to make module auto-loading workZhangfei Gao
2015-06-01mmc: dw_mmc: Use core to handle absent write protect lineLars-Peter Clausen
2015-06-01mmc: dw_mmc: k3: support hi6220Zhangfei Gao
2015-06-01mmc: dw_mmc: add switch_voltageZhangfei Gao
2015-06-01mmc: cast unsigned int to typeof(sector_t) to avoid unexpected errorKuninori Morimoto
2015-06-01mmc: cast u8 to unsigned long long to avoid unexpected errorKuninori Morimoto
2015-06-01mmc: host: sdhci: Use BUG_ON()Fabio Estevam
2015-06-01mmc: host: mxcmmc: Simplify a trivial if-return sequenceFabio Estevam
2015-06-01mmc: card: mmc_test: Simplify a trivial if-return sequenceFabio Estevam
2015-06-01mmc: sdhci-esdhc-imx: Do not break platform data boardsFabio Estevam
2015-06-01mmc: sdhci-esdhc-imx: Move mmc_of_parse() to the dt probeFabio Estevam
2015-06-01mmc: dt: Allow to specify that no write protect signal is presentLars-Peter Clausen
2015-06-01mmc: Add support for disabling write-protect detectionLars-Peter Clausen
2015-06-01mmc: core: Don't print reset warning if reset is not supportedAdrian Hunter
2015-06-01mmc: block: Retry errored data requests when re-tuning is neededAdrian Hunter
2015-06-01mmc: block: Check re-tuning in the recovery pathAdrian Hunter
2015-06-01mmc: core: Flag re-tuning is needed on CRC errorsAdrian Hunter
2015-06-01mmc: sdhci: Change to new way of doing re-tuningAdrian Hunter
2015-06-01mmc: core: Add support for HS400 re-tuningAdrian Hunter
2015-06-01mmc: core: Separate out the mmc_switch status check so it can be re-usedAdrian Hunter
2015-06-01mmc: mmc: Hold re-tuning in mmc_sleep()Adrian Hunter
2015-06-01mmc: core: Hold re-tuning while bkops ongoingAdrian Hunter
2015-06-01mmc: core: Hold re-tuning during erase commandsAdrian Hunter
2015-06-01mmc: core: Hold re-tuning during switch commandsAdrian Hunter
2015-06-01mmc: core: Add support for re-tuning before each requestAdrian Hunter
2015-06-01mmc: core: Enable / disable re-tuningAdrian Hunter
2015-06-01mmc: host: Add facility to support re-tuningAdrian Hunter
2015-06-01mmc: sdhci-{pxav2,pxav3}: Use of_match_ptr() macroAxel Lin
2015-06-01mmc: sdhci-of-arasan: Add the support for sdhci-arasan4.9aSuman Tripathi
2015-06-01mmc: sdhci-s3c: Constify platform_device_idKrzysztof Kozlowski