| Commit message (Expand) | Author | Age | Files | Lines |
* | mmc: sdhci-acpi: Fix IRQ 0 | Adrian Hunter | 2018-03-21 | 1 | -1/+1 |
* | mmc: dw_mmc: fix falling from idmac to PIO mode when dw_mci_reset occurs | Evgeniy Didin | 2018-03-16 | 1 | -2/+4 |
* | mmc: dw_mmc: exynos: fix the suspend/resume issue for exynos5433 | Jaehoon Chung | 2018-03-15 | 1 | -1/+7 |
* | mmc: dw_mmc: Fix the DTO/CTO timeout overflow calculation for 32-bit systems | Evgeniy Didin | 2018-03-05 | 1 | -3/+6 |
* | mmc: dw_mmc: Avoid accessing registers in runtime suspended state | Shawn Lin | 2018-02-27 | 1 | -0/+4 |
* | mmc: dw_mmc: Fix out-of-bounds access for slot's caps | Shawn Lin | 2018-02-27 | 6 | -1/+14 |
* | mmc: dw_mmc: Factor out dw_mci_init_slot_caps | Shawn Lin | 2018-02-27 | 1 | -30/+43 |
* | mmc: dw_mmc-k3: Fix out-of-bounds access through DT alias | Geert Uytterhoeven | 2018-02-27 | 1 | -0/+3 |
* | mmc: sdhci-pci: Fix S0i3 for Intel BYT-based controllers | Adrian Hunter | 2018-02-27 | 1 | -4/+31 |
* | mmc: bcm2835: Don't overwrite max frequency unconditionally | Phil Elwell | 2018-02-14 | 1 | -1/+2 |
* | Revert "mmc: meson-gx: include tx phase in the tuning process" | Jerome Brunet | 2018-02-14 | 1 | -18/+1 |
* | Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2018-02-09 | 1 | -1/+0 |
|\ |
|
| * | mmc: kconfig: Remove blank help text | Ulf Magnusson | 2018-02-02 | 1 | -1/+0 |
* | | Merge tag 'mmc-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh... | Linus Torvalds | 2018-02-05 | 3 | -10/+161 |
|\ \ |
|
| * | | mmc: MMC_SDHI_{SYS,INTERNAL}_DMAC should depend on HAS_DMA | Geert Uytterhoeven | 2018-01-31 | 1 | -2/+2 |
| * | | mmc: sdhci: Implement an SDHCI-specific bounce buffer | Linus Walleij | 2018-01-31 | 2 | -8/+159 |
| |/ |
|
* / | mmc: meson-gx-mmc: Explicitly include pinctr/consumer.h | Thierry Reding | 2018-02-05 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'mmc-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds | 2018-01-29 | 31 | -303/+2617 |
|\ |
|
| * | mmc: mmci: fix error return code in mmci_probe() | Wei Yongjun | 2018-01-24 | 1 | -0/+3 |
| * | mmc: davinci: suppress error message on EPROBE_DEFER | David Lechner | 2018-01-22 | 1 | -2/+3 |
| * | mmc: davinci: dont' use module_platform_driver_probe() | David Lechner | 2018-01-22 | 1 | -6/+6 |
| * | mmc: tmio: hide unused tmio_mmc_clk_disable/tmio_mmc_clk_enable functions | Arnd Bergmann | 2018-01-22 | 1 | -14/+14 |
| * | mmc: mmci: Add STM32 variant | Patrice Chotard | 2018-01-18 | 1 | -0/+22 |
| * | mmc: mmci: Add support for setting pad type via pinctrl | Patrice Chotard | 2018-01-18 | 2 | -2/+44 |
| * | mmc: mmci: Don't pretend all variants to have OPENDRAIN bit | Patrice Chotard | 2018-01-18 | 1 | -11/+12 |
| * | mmc: mmci: Don't pretend all variants to have MCI_STARBITERR flag | Patrice Chotard | 2018-01-18 | 1 | -2/+14 |
| * | mmc: mmci: Don't pretend all variants to have MMCIMASK1 register | Patrice Chotard | 2018-01-18 | 2 | -4/+25 |
| * | mmc: tmio: refactor .get_ro hook | Masahiro Yamada | 2018-01-18 | 1 | -8/+5 |
| * | mmc: tmio: remove dma_ops from tmio_mmc_host_probe() argument | Masahiro Yamada | 2018-01-18 | 4 | -7/+5 |
| * | mmc: tmio: move {tmio_}mmc_of_parse() to tmio_mmc_host_alloc() | Masahiro Yamada | 2018-01-18 | 1 | -6/+13 |
| * | mmc: tmio: move clk_enable/disable out of tmio_mmc_host_probe() | Masahiro Yamada | 2018-01-18 | 4 | -27/+30 |
| * | mmc: tmio: ioremap memory resource in tmio_mmc_host_alloc() | Masahiro Yamada | 2018-01-18 | 3 | -10/+14 |
| * | mmc: sh_mmcif: remove redundant initialization of 'opc' | Colin Ian King | 2018-01-18 | 1 | -1/+1 |
| * | mmc: sdhci: Rework sdhci_enable_irq_wakeups() | Adrian Hunter | 2018-01-17 | 1 | -10/+15 |
| * | mmc: sdhci: Handle failure of enable_irq_wake() | Adrian Hunter | 2018-01-17 | 2 | -9/+16 |
| * | mmc: sdhci: Stop exporting sdhci_enable_irq_wakeups() | Adrian Hunter | 2018-01-17 | 2 | -3/+1 |
| * | mmc: sdhci-pci: Use device wakeup capability to determine MMC_PM_WAKE_SDIO_IR... | Adrian Hunter | 2018-01-17 | 1 | -4/+7 |
| * | mmc: sdhci-pci: Stop calling sdhci_enable_irq_wakeups() | Adrian Hunter | 2018-01-17 | 1 | -37/+21 |
| * | mmc: sdhci-of-arasan: Add CQHCI support for arasan,sdhci-5.1 | Shawn Lin | 2018-01-16 | 2 | -6/+132 |
| * | Merge branch 'fixes' into next | Ulf Hansson | 2018-01-15 | 1 | -0/+14 |
| |\ |
|
| * | | mmc: tmio: use mmc_can_gpio_cd() instead of checking TMIO_MMC_USE_GPIO_CD | Masahiro Yamada | 2018-01-12 | 1 | -1/+1 |
| * | | sdhci: Advertise 2.0v supply on SDIO host controller | Andy Shevchenko | 2018-01-11 | 2 | -0/+9 |
| * | | mmc: tmio, renesas_sdhi: Remove unneeded NULL check | Dan Carpenter | 2018-01-11 | 1 | -1/+1 |
| * | | mmc: sdhci_f_sdh30: add ACPI support | Ard Biesheuvel | 2018-01-11 | 2 | -19/+35 |
| * | | mmc: sdhci-esdhc-imx: Enable/Disable mmc clock during runtime suspend | Michael Trimarchi | 2018-01-09 | 1 | -0/+4 |
| * | | mmc: sdhci-esdhc-imx: Changes the order of how clocks are being re-enabled | Michael Trimarchi | 2018-01-09 | 1 | -7/+9 |
| * | | mmc: sdhci-esdhc-imx: Manage sdhci_runtime_suspend_host error code | Michael Trimarchi | 2018-01-09 | 1 | -0/+2 |
| * | | mmc:host:sdhci-pci:Addition of Arasan PCI Controller with integrated phy. | Atul Garg | 2018-01-04 | 4 | -4/+340 |
| * | | Merge branch 'fixes' into next | Ulf Hansson | 2018-01-04 | 1 | -2/+4 |
| |\ \ |
|
| * | | | mmc: tmio: use io* accessors consistently | Wolfram Sang | 2017-12-21 | 1 | -6/+6 |