aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2015-01-19mmc: dw_mmc: remove unnecessary debug messageBeomho Seo2-6/+2
2015-01-19mmc: rtsx: swap function position to avoid pre declarationMicky Ching1-103/+100
2015-01-19mmc: rtsx: add support for sdio cardMicky Ching1-96/+138
2015-01-19mmc: rtsx: add helper function to simplify codeMicky Ching1-44/+51
2015-01-19mmc: rtsx: init cookie at probe/card_eventMicky Ching1-0/+2
2015-01-19mmc: rtsx: add dump_reg_range to simplify dump registerMicky Ching1-16/+20
2015-01-19mmc: slot-gpio: Rework how to handle allocation of slot-gpio dataUlf Hansson2-58/+22
2015-01-19mmc: core: Free all resources for the class device at ->dev_release()Ulf Hansson1-7/+6
2015-01-19mmc: slot-gpio: Make mmc_gpio_alloc() available for MMC coreUlf Hansson2-1/+16
2015-01-19mmc: slot-gpio: Use the parent device while allocating dataUlf Hansson1-4/+4
2015-01-19mmc: slot-gpio: Remove option to explicitly free requested CD/WP GPIOsUlf Hansson1-88/+4
2015-01-19mmc: sdhci-sirf: Remove redundant use of mmc_gpio_free_cd()Ulf Hansson1-3/+0
2015-01-19mmc: mvsdio: Remove redundant use of mmc_gpio_free_cd|ro()Ulf Hansson1-4/+0
2015-01-19mmc: core: Return error at failure of request CD/WP in mmc_of_parse()Ulf Hansson1-22/+6
2015-01-19mmc: sdhci-st: Do cleanup while mmc_of_parse() return an errorUlf Hansson1-2/+2
2015-01-19mmc: sdhci-s3c: Handle error from mmc_of_parse()Ulf Hansson1-1/+3
2015-01-19mmc: sdhci-of-esdhc: Handle error from mmc_of_parse()Ulf Hansson1-2/+8
2015-01-19mmc: sdhci-bcm-kona: Handle error from mmc_of_parse()Ulf Hansson1-1/+3
2015-01-19mmc: moxart: Handle error from mmc_of_parse()Ulf Hansson1-1/+3
2015-01-19mmc: dw_mmc: exynos: move definitions to header fileSeungwon Jeon2-42/+62
2015-01-19mmc: dw_mmc: exynos: don't use if clock isn't availableSeungwon Jeon1-4/+7
2015-01-19mmc: dw_mmc: fix the max_blk_count in IDMACSeungwon Jeon1-2/+2
2015-01-19mmc: mxs-mmc: remove unneeded NULL checkDan Carpenter1-2/+1
2015-01-19mmc: sunxi: Removing unused codeDavid Lanzendörfer1-9/+1
2015-01-19mmc: sunxi: Correcting SDXC_HARDWARE_RESET bitDavid Lanzendörfer1-1/+1
2015-01-19mmc: sunxi: Lock fixDavid Lanzendörfer1-1/+12
2015-01-19mmc: sunxi: Fix setup of last descriptor of dma transferHans de Goede1-1/+3
2015-01-19mmc: omap_hsmmc: remove prepare/complete system suspend support.NeilBrown1-50/+0
2015-01-19mmc: toshsd: Fix unbalanced lockingAxel Lin1-1/+3
2015-01-19mmc: toshsd: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2015-01-19mmc: sdhci: Fix FSL ESDHC reset handling quirkAlessio Igor Bogani1-1/+9
2015-01-19mmc: sdhci-sirf: add sirf tuning function (cmd 19)Minda Chen1-0/+71
2015-01-19mmc: dw_mmc: Protect read-modify-write of INTMASK with a lockDoug Anderson1-0/+13
2015-01-19mmc: dw_mmc: Cleanup disable of low power mode w/ SDIO interruptsDoug Anderson2-34/+36
2015-01-19mmc: core: Support the optional init_card() callback for MMC and SDDoug Anderson2-1/+12
2015-01-14mmc: sunxi: Convert MMC driver to the standard clock phase APIMaxime Ripard1-24/+49
2015-01-14mmc: sdhci: Set SDHCI_POWER_ON with external vmmcTim Kryger1-0/+6
2015-01-12mmc: sdhci-pci: Add support for Intel SPTAdrian Hunter2-0/+28
2015-01-12mmc: sdhci-acpi: Add ACPI HID INT344DAdrian Hunter1-0/+2
2015-01-12mmc: sdhci: Fix sleep in atomic after inserting SD cardKrzysztof Kozlowski1-2/+6
2015-01-12mmc: sdhci-pxav3: do the mbus window configuration after enabling clocksThomas Petazzoni1-8/+7
2015-01-12mmc: sdhci: Disable re-tuning for HS400Adrian Hunter1-0/+29
2015-01-12mmc: sdhci: Simplify use of tuning timerAdrian Hunter1-15/+8
2015-01-12mmc: sdhci: Add out_unlock to sdhci_execute_tuningAdrian Hunter1-3/+2
2015-01-12mmc: sdhci: Tuning should not change max_blk_countAdrian Hunter1-6/+3
2014-12-29mmc: core: stop trying to switch width when only one bit is supportedAlexandre Belloni1-1/+1
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds7-7/+0
2014-12-13mmc: atmel-mci: use SET_RUNTIME_PM_OPS() macroLudovic Desroches1-1/+1
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds11-31/+21