summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-01-19mmc: Add SDIO function devicetree subnode parsingSascha Hauer4-0/+46
2015-01-19mmc: sdhci-acpi: Remove redundant runtime PM idle callbackUlf Hansson1-6/+1
2015-01-19mmc: sdhci: use pipeline mmc requests to improve performanceHaibo Chen1-12/+87
2015-01-19mmc: sdhci: Remove redundant ADMA page boundary warningsAndrew Gabbasov1-4/+0
2015-01-19mmc: core: Make tuning block patterns staticUlf Hansson2-32/+30
2015-01-19mmc: dw_mmc: Convert to mmc_send_tuning()Ulf Hansson3-74/+8
2015-01-19mmc: mmci: Do pm_runtime_put() after the host has been addedUlf Hansson1-1/+1
2015-01-19mmc: sdhci-pci: Remove redundant runtime PM idle callbackUlf Hansson1-6/+1
2015-01-19mmc: sdhci-esdhc-imx: Fixup runtime PM conditions during ->probe()Ulf Hansson1-1/+1
2015-01-19mmc: sdhci-esdhc-imx: Fixup ->remove()Ulf Hansson1-8/+7
2015-01-19mmc: mvsdio: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-6/+0
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-17/+21
2015-01-19mmc: slot-gpio: Rework how to handle allocation of slot-gpio dataUlf Hansson2-59/+23
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-18Merge tag 'armsoc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+7
2015-01-18Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette...Linus Torvalds7-28/+69
2015-01-18Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+1
2015-01-17clk: fix possible null pointer dereferenceStanimir Varbanov1-1/+1