summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-27mmc: host: omap_hsmmc: enable/disable vmmc_aux regulator based on previous stateKishon Vijay Abraham I1-2/+8
2015-08-27mmc: host: omap_hsmmc: don't use ->set_power to set initial regulator stateKishon Vijay Abraham I1-10/+56
2015-08-27mmc: host: omap_hsmmc: avoid pbias regulator enable on power offKishon Vijay Abraham I1-4/+4
2015-08-27mmc: host: omap_hsmmc: add separate function to set pbiasKishon Vijay Abraham I1-30/+48
2015-08-27mmc: host: omap_hsmmc: add separate functions for enable/disable supplyKishon Vijay Abraham I1-35/+66
2015-08-27mmc: host: omap_hsmmc: return error if any of the regulator APIs failKishon Vijay Abraham I1-12/+40
2015-08-27mmc: host: omap_hsmmc: remove unnecessary pbias set_voltageKishon Vijay Abraham I1-1/+0
2015-08-27mmc: host: omap_hsmmc: use mmc_host's vmmc and vqmmcKishon Vijay Abraham I1-35/+28
2015-08-27mmc: host: omap_hsmmc: use the ocrmask provided by the vmmc regulatorKishon Vijay Abraham I1-9/+1
2015-08-27mmc: host: omap_hsmmc: cleanup omap_hsmmc_reg_get()Kishon Vijay Abraham I1-22/+16
2015-08-27mmc: host: omap_hsmmc: return on fatal errors from omap_hsmmc_reg_getKishon Vijay Abraham I1-2/+20
2015-08-27mmc: host: omap_hsmmc: use devm_regulator_get_optional() for vmmcKishon Vijay Abraham I1-3/+7
2015-08-27mmc: sdhci-of-at91: fix platform_no_drv_owner.cocci warningskbuild test robot1-1/+0
2015-08-27mmc: sh_mmcif: Fix suspend processKoji Matsuoka1-0/+2
2015-08-27mmc: usdhi6rol0: fix error return codeJulia Lawall1-1/+3
2015-08-27mmc: omap: fix error return codeJulia Lawall1-1/+3
2015-08-27mmc: usdhi6rol0: fix ack register writeRabin Vincent1-1/+1
2015-08-27mmc: usdhi6rol0: fix NULL pointer deref in debug printRabin Vincent1-1/+2
2015-08-27mmc: usdhi6rol0: handle probe deferral for regulatorRabin Vincent1-2/+4
2015-08-27mmc: sdhci-of-arasan: Add the support for sdhci-5.1Shawn Lin2-1/+2
2015-08-27mmc: sdhci: also get preset value and driver type for MMC_DDR52Jisheng Zhang1-1/+3
2015-08-27mmc: atmel-mci: remove useless includeAlexandre Belloni1-1/+0
2015-08-27mmc: sunxi: fix timeout in sunxi_mmc_oclk_onoffMichal Suchanek1-1/+1
2015-08-27mmc: sdhci-sirf: corrent quirk according to real chipsBarry Song1-2/+2
2015-08-27mmc: block: skip trim for some kingston eMMCsShawn Lin3-1/+14
2015-08-27mmc: sdhci-esdhc-imx: change default watermark level and burst lengthHaibo Chen1-1/+2
2015-08-27mmc: sdhci-esdhc-imx: set back the burst_length_enable bit to 1Haibo Chen1-0/+16
2015-08-27mmc: sdhci-esdhc-imx: add tuning-step setting supportHaibo Chen2-0/+10
2015-08-27mmc: sdhci-esdhc-imx: add imx7d support and support HS400Haibo Chen1-3/+83
2015-08-27mmc: sdhci-esdhc-imx: Document new DT bindings for imx7d supportHaibo Chen1-0/+6
2015-08-27mmc: sdhci-of-esdhc: add workaround for pre divider initial valueYangbo Lu1-0/+6
2015-08-27mmc: sdhci: fix dma memory leak in sdhci_pre_req()Haibo Chen2-46/+29
2015-08-27mmc: host: use of_property_read_bool()Sergei Shtylyov1-21/+21
2015-08-27mmc: sdhci-pci: set the clear transfer mode register quirk for O2MicroAdam Lee1-0/+1
2015-08-27mmc: core: Fixed bug in one erase-group budget TRIMRobin van der Gracht1-3/+2
2015-08-24mmc: tmio: Fix timeout value for command requestTakeshi Kihara1-2/+4
2015-08-24MAINTAINERS: add entry for Atmel sdhci-of-at91 driverludovic.desroches@atmel.com1-0/+6
2015-08-24mmc: sdhci-of-at91: introduce driver for the Atmel SDMMCludovic.desroches@atmel.com4-0/+222
2015-08-24mmc: sdhci: switch from programmable clock mode to divided one if neededludovic.desroches@atmel.com1-9/+20
2015-08-17mmc: dw_mmc: add quirk for broken data transfer over schemeAddy Ke3-2/+69
2015-08-17mmc: dw_mmc: print the message for deprecated propertyJaehoon Chung1-1/+3
2015-08-17mmc: dw_mmc: remove the unused blk_settingJaehoon Chung2-22/+13
2015-08-17mmc: dw_mmc: fix the wrong condition checkingJaehoon Chung1-1/+1
2015-08-17mmc: dw_mmc: fix pio mode when internal dmac is enabledHeiko Stuebner2-17/+14
2015-08-17mmc: dw_mmc: Fix coding style issuesShawn Lin1-34/+56
2015-08-17mmc: dw_mmc: handle data blocks > than 4kB if IDMAC is usedAlexey Brodkin1-38/+71
2015-08-17mmc: block: add fixup of broken CMD23 for Sandisk cardYangbo Lu1-0/+4
2015-08-17mmc: sdhci-esdhc: add default quirk SDHCI_QUIRK_NO_HISPD_BITYangbo Lu1-1/+2
2015-08-17mmc: sdio: avoid using NULL sdio_irq_thread pointerYangbo Lu1-1/+2
2015-08-17mmc: omap_hsmmc: regulator automatically released by devmAndreas Fenkart1-12/+0