aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-17Fix uses of dma_max_pfn() when converting to a limiting addressRussell King1-1/+1
2014-01-26Merge tag 'mmc-updates-for-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds29-337/+1249
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2014-01-23Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2014-01-23Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-2/+0
2014-01-23mmc: sdhci-pci: Fix possibility of chip->fixes being nullAdrian Hunter1-1/+2
2014-01-20mmc: sdhci-pci: Fix BYT sd card getting stuck in runtime suspendAdrian Hunter2-0/+11
2014-01-20mmc: sdhci: Allow for long command timeoutsAdrian Hunter1-1/+6
2014-01-17mmc: sdio: add a quirk for broken SDIO_CCCR_INTx pollingBing Zhao2-0/+19
2014-01-17mmc: sdhci: fix lockdep error in tuning routineAisheng Dong1-13/+7
2014-01-17mmc: dw_mmc: k3: remove clk_tableZhangfei Gao1-39/+2
2014-01-17mmc: dw_mmc: fix dw_mci_get_cdZhangfei Gao1-3/+9
2014-01-14ARM: s3c24xx: explicit dependency on <plat/gpio-cfg.h>Linus Walleij1-0/+1
2014-01-14ARM: S3C[24|64]xx: move includes back under <mach/> scopeLinus Walleij1-1/+1
2014-01-13mmc: dw_mmc: fix sparse non static symbol warningWei Yongjun1-1/+1
2014-01-13mmc: sdhci-esdhc-imx: fix warning during module remove functionDong Aisheng1-3/+5
2014-01-13mmc: sdhci-esdhc-imx: fix access hardirq-unsafe lock in atomic contextDong Aisheng1-7/+5
2014-01-13mmc: core: sd: implement proper support for sd3.0 au sizesWolfram Sang1-15/+22
2014-01-13mmc: atmel-mci: add vmmc-supply supportAlexandre Belloni1-0/+7
2014-01-13mmc: sdhci-pci: add broken HS200 quirk for Intel MerrifieldDavid Cohen1-0/+1
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