Age | Commit message (Expand) | Author |
2016-09-22 | mmc: dw_mmc: fix the spamming log message | Jaehoon Chung |
2016-09-14 | mmc: omap: Initialize dma_slave_config to avoid random data in it's fields | Peter Ujfalusi |
2016-09-14 | mmc: omap_hsmmc: Initialize dma_slave_config to avoid random data | Peter Ujfalusi |
2016-09-12 | mmc: sdhci-st: Handle interconnect clock | Lee Jones |
2016-08-25 | mmc: fix use-after-free of struct request | Adrian Hunter |
2016-08-16 | block: Fix secure erase | Adrian Hunter |
2016-07-31 | Merge tag 'mmc-v4.8' of git://git.linaro.org/people/ulf.hansson/mmc | Linus Torvalds |
2016-07-29 | mmc: rtsx_pci: Remove deprecated create_singlethread_workqueue | Bhaktipriya Shridhar |
2016-07-29 | mmc: rtsx_pci: Enable MMC_CAP_ERASE to allow erase/discard/trim requests | Ulf Hansson |
2016-07-29 | mmc: rtsx_pci: Use the provided busy timeout from the mmc core | Ulf Hansson |
2016-07-29 | mmc: sdhci-pltfm: Drop define for SDHCI_PLTFM_PMOPS | Ulf Hansson |
2016-07-29 | mmc: sdhci-pltfm: Convert to use the SET_SYSTEM_SLEEP_PM_OPS | Ulf Hansson |
2016-07-29 | mmc: sdhci-pltfm: Make sdhci_pltfm_suspend|resume() static | Ulf Hansson |
2016-07-29 | mmc: sdhci-esdhc-imx: Use common sdhci_suspend|resume_host() | Ulf Hansson |
2016-07-29 | mmc: sdhci-esdhc-imx: Assign system PM ops within #ifdef CONFIG_PM_SLEEP | Ulf Hansson |
2016-07-27 | mmc: sdhci-sirf: Remove non needed #ifdef CONFIG_PM* for dev_pm_ops | Ulf Hansson |
2016-07-27 | mmc: sdhci-s3c: Remove non needed #ifdef CONFIG_PM for dev_pm_ops | Ulf Hansson |
2016-07-27 | mmc: sdhci-pxav3: Remove non needed #ifdef CONFIG_PM for dev_pm_ops | Ulf Hansson |
2016-07-27 | mmc: sdhci-of-esdhc: Simplify code by using SIMPLE_DEV_PM_OPS | Ulf Hansson |
2016-07-27 | mmc: sdhci-acpi: Simplify code by using SET_SYSTEM_SLEEP_PM_OPS | Ulf Hansson |
2016-07-27 | mmc: sdhci-pci-core: Simplify code by using SET_SYSTEM_SLEEP_PM_OPS | Ulf Hansson |
2016-07-26 | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-07-26 | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-07-25 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2016-07-25 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2016-07-25 | mmc: Change the max discard sectors and erase response when HW busy detect | Baolin Wang |
2016-07-25 | mmc: sdhci-of-arasan: Revert: Always power the PHY off/on when clock changes | Douglas Anderson |
2016-07-25 | mmc: sdhci-msm: Add support for UHS cards | Georgi Djakov |
2016-07-25 | mmc: sdhci-msm: Add set_uhs_signaling() implementation | Ritesh Harjani |
2016-07-25 | mmc: sdhci-msm: Do not reset the controller if no card in the slot | Georgi Djakov |
2016-07-25 | mmc: tegra: Only advertise UHS modes if IO regulator is present | Jon Hunter |
2016-07-25 | mmc: sdhci: Request regulators before reading capabilities | Jon Hunter |
2016-07-25 | sdhci-pci: Use MRFLD as abbreviation of Merrifield | Andy Shevchenko |
2016-07-25 | mmc: sdhci-esdhc-imx: clear tuning bits during driver probe | Dong Aisheng |
2016-07-25 | mmc: sdhci-esdhci-imx: re-initialize hw state after resume | Dong Aisheng |
2016-07-25 | mmc: sdhci-esdhc-imx: move tuning static configuration into hwinit function | Dong Aisheng |
2016-07-25 | mmc: sdhci-esdhc-imx: factor out hw related initialization into function | Dong Aisheng |
2016-07-25 | mmc: sdhci-esdhc-imx: fix strobe DLL lock wrong clock issue | Dong Aisheng |
2016-07-25 | mmc: sdhci-esdhc-imx: enable hw auto retuning for MAN_TUNING | Dong Aisheng |
2016-07-25 | mmc: sdhci-esdhc-imx: enable hw auto retuning for STD_TUNING | Dong Aisheng |
2016-07-25 | mmc: sdhci: add standard hw auto retuning support | Dong Aisheng |
2016-07-25 | mmc: sdhci-esdhc-imx: support setting tuning start point | Dong Aisheng |
2016-07-25 | mmc: sdhci-esdhci-imx: disable DLL delay line settings explicitly | Dong Aisheng |
2016-07-25 | mmc: sdhci-esdhc-imx: restore watermark level setting after resume | Dong Aisheng |
2016-07-25 | mmc: sdhci-esdhc-imx: add esdhc specific suspend resume callback | Dong Aisheng |
2016-07-25 | mmc: sdhci-esdhc-imx: remove SDHCI_QUIRK_BROKEN_TIMEOUT_VAL | Dong Aisheng |
2016-07-25 | mmc: sdhci: using common mmc_regulator_set_vqmmc() | Dong Aisheng |
2016-07-25 | mmc: sdhci-pci: Convert to use managed functions pcim_* and devm_* | Andy Shevchenko |
2016-07-25 | mmc: core: Extend sysfs with DSR register | Bojan Prtvar |
2016-07-25 | mmc: dw_mmc: rockchip: unset the MMC_CAP_ERASE flag | Jaehoon Chung |