aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-43/+5
2013-05-07block_device_operations->release() should return voidGravatar Al Viro 1-2/+1
2013-05-04Merge tag 'mmc-updates-for-3.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 38-513/+770
2013-05-02Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-4/+89
2013-05-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Gravatar Linus Torvalds 1-5/+83
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-3/+81
2013-05-02Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+9
2013-04-30mmc: sdhci-s3c: Fix operation on non-single image Samsung platformsGravatar Mark Brown 1-1/+1
2013-04-29mmc: rename random32() to prandom_u32()Gravatar Akinobu Mita 1-2/+2
2013-04-29Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-11/+2
2013-04-23mmc: sdhci-tegra: fix MODULE_DEVICE_TABLEGravatar Arnd Bergmann 1-1/+1
2013-04-19Merge branch 'samsung/exynos-multiplatform' into next/multiplatformGravatar Arnd Bergmann 3-4/+90
2013-04-19mmc: sdhci-s3c: remove platform dependenciesGravatar Arnd Bergmann 3-4/+90
2013-04-17Merge tag 'davinci-for-v3.10/dt-2-v2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Olof Johansson 1-5/+83
2013-04-15mmc: core: fix init controller performance regression, updated patchGravatar Adrian Hunter 2-1/+4
2013-04-14Merge tag 'msm-cleanup-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Olof Johansson 1-1/+0
2013-04-12Merge tag 'dt-exynos-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Olof Johansson 1-2/+81
2013-04-12mmc: mxcmmc: enable DMA support on mpc512xGravatar Anatolij Gustschin 1-2/+33
2013-04-12mmc: mxcmmc: constify mxcmci_devtypeGravatar Anatolij Gustschin 1-1/+1
2013-04-12mmc: mxcmmc: use slot-gpio API for write-protect detectionGravatar Anatolij Gustschin 1-3/+5
2013-04-12mmc: mxcmmc: add mpc512x SDHC supportGravatar Anatolij Gustschin 2-49/+94
2013-04-12mmc: mxcmmc: fix race conditions for host->req and host->data accessGravatar Anatolij Gustschin 1-7/+24
2013-04-12mmc: mxcmmc: DT supportGravatar Markus Pargmann 1-18/+61
2013-04-12mmc: dw_mmc: let device core setup the default pin configurationGravatar Thomas Abraham 3-49/+0
2013-04-12mmc: mxs-mmc: add broken-cd propertyGravatar Hector Palacios 1-1/+3
2013-04-12mmc: mxs-mmc: add non-removable propertyGravatar Marc Kleine-Budde 1-3/+7
2013-04-12mmc: mxs-mmc: add cd-inverted propertyGravatar Marc Kleine-Budde 1-1/+4
2013-04-12mmc: core: call pm_runtime_put_noidle in pm_runtime_get_sync failed caseGravatar Li Fei 2-3/+4
2013-04-12mmc: mxcmmc: Fix bug when card is present during bootGravatar Alexander Shiyan 1-2/+2
2013-04-12mmc: core: fix performance regression initializing MMC host controllersGravatar Adrian Hunter 2-1/+4
2013-04-12Revert "mmc: core: wait while adding MMC host to ensure root mounts successfu...Gravatar Adrian Hunter 1-1/+0
2013-04-08mmc: atmel-mci: pio hang on block errorsGravatar Terry Barnaby 1-4/+10
2013-04-04mmc: core: Fix bit width test failing on old eMMC cardsGravatar Philip Rakity 1-1/+1
2013-04-04mmc: dw_mmc: Use pr_info instead of printkGravatar Sachin Kamat 1-1/+1
2013-04-04mmc: dw_mmc: Check return value of regulator_enableGravatar Sachin Kamat 1-4/+16
2013-04-04mmc: sdhci-spear: add CONFIG_PM_SLEEP to suspend/resume functionsGravatar Jingoo Han 1-1/+1
2013-04-04mmc: dw_mmc: control the power-enable registerGravatar Jaehoon Chung 1-0/+6
2013-04-04mmc: sdhci-pxav3: controller should use SDCLK for timeout calculationGravatar Kevin Liu 1-1/+1
2013-04-04mmc: sdhci-pxav3: enhance device tree parser codeGravatar Kevin Liu 1-19/+5
2013-04-04mmc: sdhci-pxav3: remove cd-broken quirk for permanently present cardGravatar Kevin Liu 1-4/+2
2013-04-04mmc: sdhci-pxav3: transfer sdhci_pltfm_data as args to sdhci_pltfm_initGravatar Kevin Liu 1-8/+9
2013-04-04mmc: dw_mmc: fix fifo access for 64-bitGravatar Seungwon Jeon 1-1/+2
2013-04-04mmc: mxs-mmc: move to use generic DMA helperGravatar Shawn Guo 1-43/+5
2013-04-04mmc: davinci_mmc: add DT supportGravatar Manjunathappa, Prakash 1-4/+66
2013-04-03ARM: davinci: mmc: derive version information from device nameGravatar Manjunathappa, Prakash 1-1/+17
2013-03-22mmc: mvsdio: use dev_*() API instead of pr_*() APIGravatar Thomas Petazzoni 1-22/+15
2013-03-22mmc: mvsdio: fix non-DT probing of GPIOsGravatar Thomas Petazzoni 1-2/+2
2013-03-22mmc: sdhci-sirf: add mmc host sdhci-pltfm based driver for SiRF SoCsGravatar Barry Song 3-0/+205
2013-03-22mmc: block: fix the host's claim-release in special requestGravatar Seungwon Jeon 3-5/+10