summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-11-10mmc: sdhci-pxav3: Get optional core clockSebastian Hesselbarth1-0/+13
2014-11-10mmc: sdhci-pxav3: Try to get named I/O clock firstSebastian Hesselbarth1-1/+3
2014-11-10mmc: sdhci-pxav3: Move I/O clock to private dataSebastian Hesselbarth1-11/+13
2014-11-10mmc: sdhci-of-arasan: Omit superfluous error messagesMike Looijmans1-4/+1
2014-11-10mmc: core: Convert to use kzalloc() for CXD register buffersUlf Hansson1-3/+3
2014-11-10mmc: core: Don't handle buffers on stack while fetching CXD registersUlf Hansson1-20/+1
2014-11-10mmc: core: Remove the redundant mmc_send_ext_csd() APIUlf Hansson1-8/+2
2014-11-10mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()Ulf Hansson2-22/+4
2014-11-10mmc: block: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()Ulf Hansson1-11/+2
2014-11-10mmc: core: Export mmc_get_ext_csd()Ulf Hansson2-31/+29
2014-11-10mmc: core: Don't panic when fetching EXT_CSDUlf Hansson1-4/+2
2014-11-10mmc: core: Let's callers of from mmc_get_ext_csd() do error handlingUlf Hansson1-39/+31
2014-11-10mmc: core: Fetch and decode EXT_CSD from mmc_read_ext_csd()Ulf Hansson1-13/+17
2014-11-10mmc: core: Add helper function for EXT_CSD supportUlf Hansson3-4/+10
2014-11-10mmc: core: Remove unnecessary 'out of memory' messageUlf Hansson1-4/+1
2014-11-10mmc: core: Remove redundant check of max_dtr while selecting timingsUlf Hansson1-2/+1
2014-11-10mmc: core: Remove redundant check while selecting powerclassUlf Hansson1-8/+0
2014-11-10mmc: core: Remove duplicated definition of mmc_send_ext_csd()Ulf Hansson1-1/+0
2014-11-10mmc: core: Remove mmc_free_ext_csd()Ulf Hansson1-9/+3
2014-11-10mmc: dw_mmc: Remove old card detect infrastructureDoug Anderson2-103/+20
2014-11-10mmc: core: silence a shift wrapping warningDan Carpenter1-1/+1
2014-11-10mmc: sdhci-of-arasan: Use signed formatting in error messagesMike Looijmans1-2/+2
2014-11-10mmc: atmel-mci: move mach header to platform_dataAlexandre Belloni1-1/+1
2014-11-10mmc: core: Report firmware version for eMMC 5.0 devices.Gwendal Grignou1-1/+26
2014-11-10mmc: dw_mmc: rockchip: Don't recalc the clock when it goes offDoug Anderson1-0/+3
2014-11-10mmc: dw_mmc: Change signal voltage error to dev_dbg()Doug Anderson1-1/+1
2014-11-10mmc: dw_mmc: Reset DMA before enabling IDMACSonny Rao1-0/+5
2014-11-10mmc: block: Use dev_set|get_drvdata()Ulf Hansson1-11/+10
2014-11-10mmc: msm_sdcc: Use platform_set|get_drvdataUlf Hansson1-3/+3
2014-11-10mmc: core: Convert mmc_driver to device_driverUlf Hansson3-52/+33
2014-11-10mmc: core: Convert the mmc_driver to use the modern PM opsUlf Hansson2-18/+12
2014-11-10mmc: core: Don't export the to_sdio_driver macroUlf Hansson1-0/+2
2014-11-10mmc: core: Remove superfluous ifdefs for SDIO bus' PM callbacksUlf Hansson1-11/+1
2014-11-10mmc: sdhci-pxav3: Remove checks for mandatory host clockSebastian Hesselbarth1-12/+8
2014-11-10mmc: sdhci-pxav3: Remove unused clk_enable from sdhci_pxaSebastian Hesselbarth1-1/+0
2014-11-10mmc: sdhci-pxav3: Move private driver data to driver sourceSebastian Hesselbarth1-0/+5
2014-11-10mmc: sdhci-pxav3: Respect MMC_DDR52 timing on uhs signalingSebastian Hesselbarth1-0/+1
2014-11-10mmc: sdhci-pxav2: Drop unused struct sdhci_pxaSebastian Hesselbarth1-12/+3
2014-11-10mmc: sunxi: Remove unused includes of linux/clk-private.hTomeu Vizoso1-1/+0
2014-11-10mmc: mmci: fix mmci_post_requestSrinivas Kandagatla1-0/+7
2014-11-10mmc: core: fix prepared requests while doing bkopsSrinivas Kandagatla1-1/+11
2014-11-10mmc: core: Fix error paths and messages in mmc_init_cardAndrew Gabbasov1-8/+8
2014-11-10mmc: core: Add debug message for SET_BLOCK_COUNT resultAndrew Gabbasov1-0/+8
2014-11-10mmc: core: Initialize SET_BLOCK_COUNT request fieldsAndrew Gabbasov1-0/+4
2014-11-10mmc: sdhci: fix error conditions for controller resetAndrew Gabbasov1-3/+4
2014-11-10mmc: sdhci: Balance vmmc regulator_disable()Andrew Gabbasov1-3/+0
2014-11-10mmc: sdhci-esdhc-imx: don't exit in case of no pinctrl statesDirk Behme1-6/+4
2014-11-10mmc: mxcmmc: fix the default value for available voltages into mxcmci_probeMatteo Facchinetti1-5/+7
2014-11-10mmc: mxcmmc: fix race condition when dma finish a data transferMatteo Facchinetti1-10/+3
2014-11-10mmc: sdhci-pci-o2micro: Fix Dell E5440 issuePeter Guo1-2/+0