summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | mmc: omap_hsmmc: use slot-gpio library for gpio support.NeilBrown2015-01-191-54/+13
| * | mmc: slot-gpio: Allow host driver to provide isr for card-detect interruptsNeilBrown2015-01-192-1/+19
| * | mmc: sdhci-acpi: fix copy'n'paste typos in the commentsAndy Shevchenko2015-01-191-3/+3
| * | mmc: sd: add reset bus_ops callbackJohan Rudholm2015-01-191-0/+7
| * | mmc: core: refactor the hw_reset routinesJohan Rudholm2015-01-193-34/+51
| * | mmc: core: always check status after resetJohan Rudholm2015-01-193-31/+12
| * | mmc: Add SDIO function devicetree subnode parsingSascha Hauer2015-01-194-0/+46
| * | mmc: Add SDIO function subnode DT documentationSascha Hauer2015-01-191-1/+47
| * | mmc: sdhci-acpi: Remove redundant runtime PM idle callbackUlf Hansson2015-01-191-6/+1
| * | mmc: sdhci: use pipeline mmc requests to improve performanceHaibo Chen2015-01-192-12/+93
| * | mmc: sdhci: Remove redundant ADMA page boundary warningsAndrew Gabbasov2015-01-191-4/+0
| * | mmc: core: Make tuning block patterns staticUlf Hansson2015-01-193-37/+30
| * | mmc: dw_mmc: Convert to mmc_send_tuning()Ulf Hansson2015-01-193-74/+8
| * | mmc: mmci: Do pm_runtime_put() after the host has been addedUlf Hansson2015-01-191-1/+1
| * | mmc: sdhci-pci: Remove redundant runtime PM idle callbackUlf Hansson2015-01-191-6/+1
| * | mmc: sdhci-esdhc-imx: Fixup runtime PM conditions during ->probe()Ulf Hansson2015-01-191-1/+1
| * | mmc: sdhci-esdhc-imx: Fixup ->remove()Ulf Hansson2015-01-191-8/+7
| * | mmc: mvsdio: don't use devm_pinctrl_get_select_default() in probeWolfram Sang2015-01-191-6/+0
| * | mmc: dw_mmc: remove unnecessary debug messageBeomho Seo2015-01-192-6/+2
| * | mmc: rtsx: swap function position to avoid pre declarationMicky Ching2015-01-191-103/+100
| * | mmc: rtsx: add support for sdio cardMicky Ching2015-01-191-96/+138
| * | mmc: rtsx: add helper function to simplify codeMicky Ching2015-01-191-44/+51
| * | mmc: rtsx: init cookie at probe/card_eventMicky Ching2015-01-191-0/+2
| * | mmc: rtsx: add dump_reg_range to simplify dump registerMicky Ching2015-01-191-17/+21
| * | mmc: slot-gpio: Rework how to handle allocation of slot-gpio dataUlf Hansson2015-01-193-61/+23
| * | mmc: core: Free all resources for the class device at ->dev_release()Ulf Hansson2015-01-191-7/+6
| * | mmc: slot-gpio: Make mmc_gpio_alloc() available for MMC coreUlf Hansson2015-01-192-1/+16
| * | mmc: slot-gpio: Use the parent device while allocating dataUlf Hansson2015-01-191-4/+4
| * | mmc: slot-gpio: Remove option to explicitly free requested CD/WP GPIOsUlf Hansson2015-01-192-91/+4
| * | mmc: sdhci-sirf: Remove redundant use of mmc_gpio_free_cd()Ulf Hansson2015-01-191-3/+0
| * | mmc: mvsdio: Remove redundant use of mmc_gpio_free_cd|ro()Ulf Hansson2015-01-191-4/+0
| * | mmc: core: Return error at failure of request CD/WP in mmc_of_parse()Ulf Hansson2015-01-191-22/+6
| * | mmc: sdhci-st: Do cleanup while mmc_of_parse() return an errorUlf Hansson2015-01-191-2/+2
| * | mmc: sdhci-s3c: Handle error from mmc_of_parse()Ulf Hansson2015-01-191-1/+3
| * | mmc: sdhci-of-esdhc: Handle error from mmc_of_parse()Ulf Hansson2015-01-191-2/+8
| * | mmc: sdhci-bcm-kona: Handle error from mmc_of_parse()Ulf Hansson2015-01-191-1/+3
| * | mmc: moxart: Handle error from mmc_of_parse()Ulf Hansson2015-01-191-1/+3
| * | mmc: dw_mmc: exynos: move definitions to header fileSeungwon Jeon2015-01-192-42/+62
| * | mmc: dw_mmc: exynos: don't use if clock isn't availableSeungwon Jeon2015-01-191-4/+7
| * | mmc: dw_mmc: fix the max_blk_count in IDMACSeungwon Jeon2015-01-191-2/+2
| * | mmc: mxs-mmc: remove unneeded NULL checkDan Carpenter2015-01-191-2/+1
| * | mmc: sunxi: Removing unused codeDavid Lanzendörfer2015-01-191-9/+1
| * | mmc: sunxi: Correcting SDXC_HARDWARE_RESET bitDavid Lanzendörfer2015-01-191-1/+1
| * | mmc: sunxi: Lock fixDavid Lanzendörfer2015-01-191-1/+12
| * | mmc: sunxi: Fix setup of last descriptor of dma transferHans de Goede2015-01-191-1/+3
| * | mmc: omap_hsmmc: remove prepare/complete system suspend support.NeilBrown2015-01-192-54/+0
| * | mmc: toshsd: Fix unbalanced lockingAxel Lin2015-01-191-1/+3
| * | mmc: toshsd: use module_pci_driver to simplify the codeWei Yongjun2015-01-191-12/+1
| * | mmc: sdhci: Fix FSL ESDHC reset handling quirkAlessio Igor Bogani2015-01-191-1/+9
| * | mmc: sdhci-sirf: add sirf tuning function (cmd 19)Minda Chen2015-01-191-0/+71