aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-43/+5
2013-05-07block_device_operations->release() should return voidAl Viro1-2/+1
2013-05-04Merge tag 'mmc-updates-for-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds38-513/+770
2013-05-02Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-4/+89
2013-05-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-5/+83
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-3/+81
2013-05-02Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+9
2013-04-30mmc: sdhci-s3c: Fix operation on non-single image Samsung platformsMark Brown1-1/+1
2013-04-29mmc: rename random32() to prandom_u32()Akinobu Mita1-2/+2
2013-04-29Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-11/+2
2013-04-23mmc: sdhci-tegra: fix MODULE_DEVICE_TABLEArnd Bergmann1-1/+1
2013-04-19Merge branch 'samsung/exynos-multiplatform' into next/multiplatformArnd Bergmann3-4/+90
2013-04-19mmc: sdhci-s3c: remove platform dependenciesArnd Bergmann3-4/+90
2013-04-17Merge tag 'davinci-for-v3.10/dt-2-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/dt2Olof Johansson1-5/+83
2013-04-15mmc: core: fix init controller performance regression, updated patchAdrian Hunter2-1/+4
2013-04-14Merge tag 'msm-cleanup-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into next/cleanupOlof Johansson1-1/+0
2013-04-12Merge tag 'dt-exynos-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/dt2Olof Johansson1-2/+81
2013-04-12mmc: mxcmmc: enable DMA support on mpc512xAnatolij Gustschin1-2/+33
2013-04-12mmc: mxcmmc: constify mxcmci_devtypeAnatolij Gustschin1-1/+1
2013-04-12mmc: mxcmmc: use slot-gpio API for write-protect detectionAnatolij Gustschin1-3/+5
2013-04-12mmc: mxcmmc: add mpc512x SDHC supportAnatolij Gustschin2-49/+94
2013-04-12mmc: mxcmmc: fix race conditions for host->req and host->data accessAnatolij Gustschin1-7/+24
2013-04-12mmc: mxcmmc: DT supportMarkus Pargmann1-18/+61
2013-04-12mmc: dw_mmc: let device core setup the default pin configurationThomas Abraham3-49/+0
2013-04-12mmc: mxs-mmc: add broken-cd propertyHector Palacios1-1/+3
2013-04-12mmc: mxs-mmc: add non-removable propertyMarc Kleine-Budde1-3/+7
2013-04-12mmc: mxs-mmc: add cd-inverted propertyMarc Kleine-Budde1-1/+4
2013-04-12mmc: core: call pm_runtime_put_noidle in pm_runtime_get_sync failed caseLi Fei2-3/+4
2013-04-12mmc: mxcmmc: Fix bug when card is present during bootAlexander Shiyan1-2/+2
2013-04-12mmc: core: fix performance regression initializing MMC host controllersAdrian Hunter2-1/+4
2013-04-12Revert "mmc: core: wait while adding MMC host to ensure root mounts successfully"Adrian Hunter1-1/+0
2013-04-08mmc: atmel-mci: pio hang on block errorsTerry Barnaby1-4/+10
2013-04-04mmc: core: Fix bit width test failing on old eMMC cardsPhilip Rakity1-1/+1
2013-04-04mmc: dw_mmc: Use pr_info instead of printkSachin Kamat1-1/+1
2013-04-04mmc: dw_mmc: Check return value of regulator_enableSachin Kamat1-4/+16
2013-04-04mmc: sdhci-spear: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-1/+1
2013-04-04mmc: dw_mmc: control the power-enable registerJaehoon Chung1-0/+6
2013-04-04mmc: sdhci-pxav3: controller should use SDCLK for timeout calculationKevin Liu1-1/+1
2013-04-04mmc: sdhci-pxav3: enhance device tree parser codeKevin Liu1-19/+5
2013-04-04mmc: sdhci-pxav3: remove cd-broken quirk for permanently present cardKevin Liu1-4/+2
2013-04-04mmc: sdhci-pxav3: transfer sdhci_pltfm_data as args to sdhci_pltfm_initKevin Liu1-8/+9
2013-04-04mmc: dw_mmc: fix fifo access for 64-bitSeungwon Jeon1-1/+2
2013-04-04mmc: mxs-mmc: move to use generic DMA helperShawn Guo1-43/+5
2013-04-04mmc: davinci_mmc: add DT supportManjunathappa, Prakash1-4/+66
2013-04-03ARM: davinci: mmc: derive version information from device nameManjunathappa, Prakash1-1/+17
2013-03-22mmc: mvsdio: use dev_*() API instead of pr_*() APIThomas Petazzoni1-22/+15
2013-03-22mmc: mvsdio: fix non-DT probing of GPIOsThomas Petazzoni1-2/+2
2013-03-22mmc: sdhci-sirf: add mmc host sdhci-pltfm based driver for SiRF SoCsBarry Song3-0/+205
2013-03-22mmc: block: fix the host's claim-release in special requestSeungwon Jeon3-5/+10