summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
* mmc: dw_mmc: exynos: Warn if HS400 is being used on non-Exynos5420 chipsetKrzysztof Kozlowski2016-09-261-1/+5
* mmc: block: don't use CMD23 with very old MMC cardsDaniel Glöckner2016-09-261-1/+2
* mmc: sdhci: Remove ->platform_init() callback as it's no longer usedUlf Hansson2016-09-262-8/+0
* mmc: sdhci-pci: Convert to use managed functions (part2)Andy Shevchenko2016-09-262-29/+6
* mmc: sdio: deploy error handling instead of triggering BUG_ONShawn Lin2016-09-262-23/+33
* mmc: block: remove the check of packed for packed request routineShawn Lin2016-09-261-12/+12
* mmc: core: Add error message when switching fails in mmc_select_hs()Jungseung Lee2016-09-261-4/+5
* mmc: host: sh_mobile_sdhi: don't populate unneeded functionsWolfram Sang2016-09-261-2/+8
* mmc: host: sh_mobile_sdhi: move card_busy from tmio to sdhiWolfram Sang2016-09-263-8/+10
* mmc: sunxi-mmc: change idma descriptor to __le32Michael Weiser2016-09-261-12/+15
* mmc: sunxi: Check the value returned by clk_round_rateJean-Francois Moine2016-09-261-3/+9
* mmc: sdhci-of-arasan: Don't power PHY w/ slow/no clockDouglas Anderson2016-09-261-15/+48
* mmc: sdhci: Do not allow tuning procedure to be interruptedChristopher Freeman2016-09-261-1/+1
* mmc: sdhci-esdhc-imx: correct the max timeout countHaibo Chen2016-09-261-1/+2
* mmc: sdhci-esdhc-imx: do not touch other bit when config DTOCVHaibo Chen2016-09-261-1/+3
* mmc: sdhci-brcmstb: Delete owner assignmentMarkus Elfring2016-09-261-1/+0
* mmc: sd: Export SD Status via “ssr” device attributeUri Yanai2016-09-261-18/+19
* mmc: vub300: don't print error when allocating urb failsWolfram Sang2016-09-261-2/+0
* mmc: sdhci-of-esdhc: use of_property_read_boolJulia Lawall2016-09-261-1/+1
* mmc: sdhci-bcm-kona: fix error return code in sdhci_bcm_kona_probe()Wei Yongjun2016-09-261-2/+4
* mmc: moxart: fix wait_for_completion_interruptible_timeout return variable typeNicholas Mc Guire2016-09-261-2/+3
* mmc: pwrseq-simple: Add an optional post-power-on-delayHans de Goede2016-09-261-0/+9
* mmc: sunxi: sun4i / sun5i do not have sample clocksHans de Goede2016-09-261-11/+24
* mmc: sunxi: Factor out clock phase setting code into a helper functionHans de Goede2016-09-261-28/+33
* mmc: sunxi: Introduce a sunxi_mmc_cfg structHans de Goede2016-09-261-32/+45
* mmc: sunxi: Disable sample clks on removeHans de Goede2016-09-261-0/+2
* mmc: dw_mmc: fix the spamming log messageJaehoon Chung2016-09-222-5/+12
* mmc: omap: Initialize dma_slave_config to avoid random data in it's fieldsPeter Ujfalusi2016-09-141-8/+10
* mmc: omap_hsmmc: Initialize dma_slave_config to avoid random dataPeter Ujfalusi2016-09-141-8/+8
* mmc: sdhci-st: Handle interconnect clockLee Jones2016-09-121-1/+14
* mmc: fix use-after-free of struct requestAdrian Hunter2016-08-252-3/+5
* block: Fix secure eraseAdrian Hunter2016-08-163-2/+6
* Merge tag 'mmc-v4.8' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2016-07-3151-941/+1788
|\
| * mmc: rtsx_pci: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-07-291-10/+2
| * mmc: rtsx_pci: Enable MMC_CAP_ERASE to allow erase/discard/trim requestsUlf Hansson2016-07-291-1/+1
| * mmc: rtsx_pci: Use the provided busy timeout from the mmc coreUlf Hansson2016-07-291-1/+1
| * mmc: sdhci-pltfm: Drop define for SDHCI_PLTFM_PMOPSUlf Hansson2016-07-299-9/+8
| * mmc: sdhci-pltfm: Convert to use the SET_SYSTEM_SLEEP_PM_OPSUlf Hansson2016-07-292-8/+3
| * mmc: sdhci-pltfm: Make sdhci_pltfm_suspend|resume() staticUlf Hansson2016-07-292-6/+2
| * mmc: sdhci-esdhc-imx: Use common sdhci_suspend|resume_host()Ulf Hansson2016-07-291-2/+4
| * mmc: sdhci-esdhc-imx: Assign system PM ops within #ifdef CONFIG_PM_SLEEPUlf Hansson2016-07-291-1/+3
| * mmc: sdhci-sirf: Remove non needed #ifdef CONFIG_PM* for dev_pm_opsUlf Hansson2016-07-271-3/+1
| * mmc: sdhci-s3c: Remove non needed #ifdef CONFIG_PM for dev_pm_opsUlf Hansson2016-07-271-8/+1
| * mmc: sdhci-pxav3: Remove non needed #ifdef CONFIG_PM for dev_pm_opsUlf Hansson2016-07-271-8/+1
| * mmc: sdhci-of-esdhc: Simplify code by using SIMPLE_DEV_PM_OPSUlf Hansson2016-07-271-10/+6
| * mmc: sdhci-acpi: Simplify code by using SET_SYSTEM_SLEEP_PM_OPSUlf Hansson2016-07-271-7/+1
| * mmc: sdhci-pci-core: Simplify code by using SET_SYSTEM_SLEEP_PM_OPSUlf Hansson2016-07-271-11/+5
| * mmc: Change the max discard sectors and erase response when HW busy detectBaolin Wang2016-07-251-10/+50
| * mmc: sdhci-of-arasan: Revert: Always power the PHY off/on when clock changesDouglas Anderson2016-07-251-7/+14
| * mmc: sdhci-msm: Add support for UHS cardsGeorgi Djakov2016-07-251-0/+66
OpenPOWER on IntegriCloud