aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-26mmc: dw_mmc: exynos: Warn if HS400 is being used on non-Exynos5420 chipsetKrzysztof Kozlowski1-1/+5
2016-09-26mmc: block: don't use CMD23 with very old MMC cardsDaniel Glöckner1-1/+2
2016-09-26mmc: sdhci: Remove ->platform_init() callback as it's no longer usedUlf Hansson2-8/+0
2016-09-26mmc: sdhci-pci: Convert to use managed functions (part2)Andy Shevchenko2-29/+6
2016-09-26mmc: sdio: deploy error handling instead of triggering BUG_ONShawn Lin2-23/+33
2016-09-26mmc: block: remove the check of packed for packed request routineShawn Lin1-12/+12
2016-09-26mmc: core: Add error message when switching fails in mmc_select_hs()Jungseung Lee1-4/+5
2016-09-26mmc: host: sh_mobile_sdhi: don't populate unneeded functionsWolfram Sang1-2/+8
2016-09-26mmc: host: sh_mobile_sdhi: move card_busy from tmio to sdhiWolfram Sang3-8/+10
2016-09-26mmc: sunxi-mmc: change idma descriptor to __le32Michael Weiser1-12/+15
2016-09-26mmc: sunxi: Check the value returned by clk_round_rateJean-Francois Moine1-3/+9
2016-09-26mmc: sdhci-of-arasan: Don't power PHY w/ slow/no clockDouglas Anderson1-15/+48
2016-09-26mmc: sdhci: Do not allow tuning procedure to be interruptedChristopher Freeman1-1/+1
2016-09-26mmc: sdhci-esdhc-imx: correct the max timeout countHaibo Chen1-1/+2
2016-09-26mmc: sdhci-esdhc-imx: do not touch other bit when config DTOCVHaibo Chen1-1/+3
2016-09-26mmc: sdhci-brcmstb: Delete owner assignmentMarkus Elfring1-1/+0
2016-09-26mmc: sd: Export SD Status via “ssr” device attributeUri Yanai1-18/+19
2016-09-26mmc: vub300: don't print error when allocating urb failsWolfram Sang1-2/+0
2016-09-26mmc: sdhci-of-esdhc: use of_property_read_boolJulia Lawall1-1/+1
2016-09-26mmc: sdhci-bcm-kona: fix error return code in sdhci_bcm_kona_probe()Wei Yongjun1-2/+4
2016-09-26mmc: moxart: fix wait_for_completion_interruptible_timeout return variable typeNicholas Mc Guire1-2/+3
2016-09-26mmc: pwrseq-simple: Add an optional post-power-on-delayHans de Goede1-0/+9
2016-09-26mmc: sunxi: sun4i / sun5i do not have sample clocksHans de Goede1-11/+24
2016-09-26mmc: sunxi: Factor out clock phase setting code into a helper functionHans de Goede1-28/+33
2016-09-26mmc: sunxi: Introduce a sunxi_mmc_cfg structHans de Goede1-32/+45
2016-09-26mmc: sunxi: Disable sample clks on removeHans de Goede1-0/+2
2016-09-22mmc: dw_mmc: fix the spamming log messageJaehoon Chung2-5/+12
2016-09-14mmc: omap: Initialize dma_slave_config to avoid random data in it's fieldsPeter Ujfalusi1-8/+10
2016-09-14mmc: omap_hsmmc: Initialize dma_slave_config to avoid random dataPeter Ujfalusi1-8/+8
2016-09-12mmc: sdhci-st: Handle interconnect clockLee Jones1-1/+14
2016-08-25mmc: fix use-after-free of struct requestAdrian Hunter2-3/+5
2016-08-16block: Fix secure eraseAdrian Hunter3-2/+6
2016-07-31Merge tag 'mmc-v4.8' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds51-941/+1788
2016-07-29mmc: rtsx_pci: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-10/+2
2016-07-29mmc: rtsx_pci: Enable MMC_CAP_ERASE to allow erase/discard/trim requestsUlf Hansson1-1/+1
2016-07-29mmc: rtsx_pci: Use the provided busy timeout from the mmc coreUlf Hansson1-1/+1
2016-07-29mmc: sdhci-pltfm: Drop define for SDHCI_PLTFM_PMOPSUlf Hansson9-9/+8
2016-07-29mmc: sdhci-pltfm: Convert to use the SET_SYSTEM_SLEEP_PM_OPSUlf Hansson2-8/+3
2016-07-29mmc: sdhci-pltfm: Make sdhci_pltfm_suspend|resume() staticUlf Hansson2-6/+2
2016-07-29mmc: sdhci-esdhc-imx: Use common sdhci_suspend|resume_host()Ulf Hansson1-2/+4
2016-07-29mmc: sdhci-esdhc-imx: Assign system PM ops within #ifdef CONFIG_PM_SLEEPUlf Hansson1-1/+3
2016-07-27mmc: sdhci-sirf: Remove non needed #ifdef CONFIG_PM* for dev_pm_opsUlf Hansson1-3/+1
2016-07-27mmc: sdhci-s3c: Remove non needed #ifdef CONFIG_PM for dev_pm_opsUlf Hansson1-8/+1
2016-07-27mmc: sdhci-pxav3: Remove non needed #ifdef CONFIG_PM for dev_pm_opsUlf Hansson1-8/+1
2016-07-27mmc: sdhci-of-esdhc: Simplify code by using SIMPLE_DEV_PM_OPSUlf Hansson1-10/+6
2016-07-27mmc: sdhci-acpi: Simplify code by using SET_SYSTEM_SLEEP_PM_OPSUlf Hansson1-7/+1
2016-07-27mmc: sdhci-pci-core: Simplify code by using SET_SYSTEM_SLEEP_PM_OPSUlf Hansson1-11/+5
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2-7/+10
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds3-11/+12
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0