aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2014-01-13mmc: sdhci: add quirk for broken HS200 supportDavid Cohen1-1/+2
2014-01-13mmc: arasan: Add driver for Arasan SDHCISoren Brinkmann3-0/+237
2014-01-13mmc: dw_mmc: add dw_mmc-k3 for k3 platformZhangfei Gao3-0/+143
2014-01-13mmc: dw_mmc: use slot-gpio to handle cd pinZhangfei Gao1-13/+35
2014-01-13mmc: sdhci-pci: add support of O2Micro/BayHubTech SD hostsAdam Lee4-60/+439
2014-01-13mmc: sdhci-pci: break out definitions to header fileAdam Lee2-73/+78
2014-01-13mmc: tmio: fixup compile errorKuninori Morimoto1-1/+1
2014-01-13mmc: sh_mmcif: Enable driver compilation with COMPILE_TESTLaurent Pinchart1-1/+2
2014-01-13mmc: sdhi: Enable driver compilation with COMPILE_TESTLaurent Pinchart1-1/+2
2014-01-13mmc: tegra: add support for Tegra124Stephen Warren1-0/+1
2014-01-13mmc: sh_mmcif: Fix compilation warning on 64-bit platformsLaurent Pinchart1-1/+1
2014-01-13mmc: sh_mmcif: Factorize DMA channel request and configuration codeLaurent Pinchart1-49/+51
2014-01-13mmc: SDHI: add SoC specific workaround via HW versionKuninori Morimoto1-0/+11
2014-01-13mmc: tmio: add new TMIO_MMC_HAVE_HIGH_REG flagsKuninori Morimoto2-10/+5
2014-01-13mmc: tmio: bus_shift become tmio_mmc_data memberKuninori Morimoto5-13/+25
2014-01-13mmc: tmio: use -EPROBE_DEFER if driver can't find regulatorKuninori Morimoto1-5/+16
2014-01-13mmc: mxs: use mmc_of_parse to parse devicetree propertiesSascha Hauer1-26/+11
2014-01-13mmc: mxs: use mmc_gpio_get_ro for detecting read-only statusSascha Hauer1-23/+11
2014-01-13mmc: mxs: use standard flag for cd invertedSascha Hauer1-4/+10
2014-01-13mmc: mxs: use standard flag for broken card detectionSascha Hauer1-4/+3
2014-01-13mmc: mxs: use standard flag for non-removable statusSascha Hauer1-4/+2
2014-01-13mmc: Do not call get_cd for non removable cardsSascha Hauer1-1/+2
2014-01-13mmc: sdhci-acpi: add new ACPI IDMika Westerberg1-0/+2
2014-01-13mmc: sh_mobile_sdhi: Convert to clk_prepare/unprepareLaurent Pinchart1-2/+2
2014-01-13mmc: sdhci-esdhc-imx: Use NULL instead of zeroFabio Estevam1-1/+1
2014-01-13mmc: sdhci: Setting the host->mrq to NULL before executing tuningChuansheng Liu1-0/+7
2014-01-13mmc: atmel-mci: fix timeout errors in SDIO mode when using DMALudovic Desroches1-1/+12
2014-01-13mmc: tmio: don't overwrite caps2Kuninori Morimoto1-1/+1
2014-01-13mmc: fix host release issue after discard operationRay Jui1-3/+4
2014-01-13mmc: sdhci-esdhc-imx: add runtime pm supportDong Aisheng1-1/+48
2014-01-13mmc: sdhci-esdhc-imx: fix runtime pm unbalance issueDong Aisheng1-0/+1
2014-01-13mmc: esdhc-imx: clearing SDHCI_CTRL_EXEC_TUNING should not affect other bitsDong Aisheng1-11/+13
2014-01-13mmc: sdhci-esdhc-imx: tuning bits should not be cleared during resetDong Aisheng1-1/+6
2014-01-13mmc: sdhci-pltfm: export pltfm suspend/resume apiDong Aisheng2-2/+6
2014-01-13mmc: sdhci-esdhc-imx: add eMMC HS200 mode supportDong Aisheng1-0/+2
2014-01-13mmc: core: mmc DDR mode should not depend on UHS_DDR50Dong Aisheng1-6/+2
2014-01-13mmc: sdhci-esdhc-imx: add MMC_CAP_1_8V_DDR for mx6Dong Aisheng1-0/+1
2014-01-13mmc: sdhci-esdhc-imx: fix cpas over write issueDong Aisheng1-1/+1
2014-01-12Merge branch 'acpi-hotplug'Rafael J. Wysocki1-1/+1
2014-01-09mmc: msm_sdcc: Limit driver to platforms that use itStephen Boyd1-1/+1
2014-01-08mmc: sdhci-acpi: convert to use GPIO descriptor APIMika Westerberg1-16/+13
2013-12-29ARM: 7906/1: mmc: mmci: Remove unnecessary amba_set_drvdata()Michal Simek1-2/+0
2013-12-20ARM: s3c24xx: get rid of custom <mach/gpio.h>Linus Walleij1-0/+1
2013-12-07ACPI / bind: Redefine acpi_preset_companion()Rafael J. Wysocki1-1/+1
2013-11-26mmc: omap: Fix I2C dependency and make driver usable with device treeTony Lindgren1-1/+10
2013-11-26mmc: omap: Fix DMA configuration to not rely on device idTony Lindgren1-22/+12
2013-11-26mmc: sdhci-esdhc-imx: add SDHCI_TRANSFER_MODE read functionDong Aisheng1-0/+16
2013-11-26mmc: sdhci: clear auto cmd setting bits for no data cmdsDong Aisheng1-1/+6
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+1
2013-11-18Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds45-1229/+1784