aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-12-21mmc: sd: Meet alignment requirements for raw_ssr DMAPaul Burton1-2/+10
2016-12-20mmc: core: Further fix thread wake-upAdrian Hunter1-7/+5
2016-12-20mmc: sdhci: Fix to handle MMC_POWER_UNDEFINEDAdrian Hunter1-14/+19
2016-12-20mmc: sdhci-cadence: add Socionext UniPhier specific compatible stringMasahiro Yamada1-0/+1
2016-12-14Merge tag 'mmc-v4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds12-88/+71
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-4/+4
2016-12-12mmc: block: Move files to coreUlf Hansson12-88/+71
2016-12-08mmc: sdhci-cadence: add Cadence SD4HC supportMasahiro Yamada3-0/+295
2016-12-08mmc: sdhci: export sdhci_execute_tuning()Masahiro Yamada2-1/+3
2016-12-05mmc: sdhci: Tidy tuning loopAdrian Hunter1-38/+43
2016-12-05mmc: sdhci: Simplify tuning block size logicAdrian Hunter1-11/+5
2016-12-05mmc: sdhci: Factor out tuning helper functionsAdrian Hunter1-92/+124
2016-12-05mmc: sdhci: Use mmc_abort_tuning()Adrian Hunter1-10/+1
2016-12-05mmc: mmc: Introduce mmc_abort_tuning()Adrian Hunter1-0/+25
2016-12-05mmc: sdhci: Always allow tuning to fall back to fixed samplingAdrian Hunter1-18/+2
2016-12-05mmc: sdhci: Fix tuning reset after exhausting the maximum number of loopsAdrian Hunter1-0/+1
2016-12-05mmc: sdhci: Fix recovery from tuning timeoutAdrian Hunter1-0/+20
2016-12-05Revert "mmc: sdhci: Reset cmd and data circuits after tuning failure"Adrian Hunter1-4/+0
2016-12-05mmc: mmc: Relax checking for switch errors after HS200 switchAdrian Hunter3-3/+22
2016-12-05mmc: sdhci-acpi: support 80860F14 UID 2 SDIO busDaniel Drake1-0/+1
2016-12-05mmc: sdhci-of-at91: remove bogus MMC_SDHCI_IO_ACCESSORS selectMasahiro Yamada1-1/+0
2016-12-05mmc: sdhci-pci: Use ACPI to get max frequency for Intel NI byt sdioZach Brown1-0/+32
2016-12-05mmc: sdhci-pci: Add PCI ID for Intel NI byt sdioZach Brown1-0/+24
2016-12-05mmc: sdhci-s3c: add spin_unlock_irq() before calling clk_round_rateJaehoon Chung1-0/+2
2016-12-05mmc: dw_mmc: display the clock message only one time when card is pollingJaehoon Chung2-1/+13
2016-12-05mmc: dw_mmc: add the debug message for polling and non-removableJaehoon Chung1-2/+16
2016-12-05mmc: dw_mmc: check the "present" variable before checking flagsJaehoon Chung1-1/+2
2016-12-05mmc: dw_mmc: add missing codes for runtime resumeJoonyoung Shim1-1/+15
2016-12-05mmc: dw_mmc: exynos: fix to call suspend callbackJoonyoung Shim1-2/+26
2016-12-05mmc: mmc_test: remove BUG_ONs and deploy error handlingShawn Lin1-4/+8
2016-12-05mmc: queue: remove BUG_ON for bounce_sgShawn Lin1-2/+0
2016-12-05mmc: sdio_uart: remove meaningless BUG_ONShawn Lin1-2/+0
2016-12-05mmc: core: remove BUG_ONs from core.cShawn Lin1-25/+9
2016-12-05mmc: core: remove BUG_ONs from sdShawn Lin2-37/+4
2016-12-05mmc: core: remove BUG_ONs from mmcShawn Lin2-31/+0
2016-12-05mmc: debugfs: remove BUG_ON from mmc_ext_csd_openShawn Lin1-1/+5
2016-12-05mmc: core: remove BUG_ONs from sdioShawn Lin3-21/+11
2016-12-05mmc: mmc: Add Command Queue definitionsAdrian Hunter1-0/+18
2016-12-05mmc: queue: Introduce queue depth and use it to allocate and freeAdrian Hunter2-59/+59
2016-12-05mmc: queue: Factor out mmc_queue_reqs_free_bufs()Adrian Hunter1-39/+26
2016-12-05mmc: queue: Factor out mmc_queue_alloc_sgs()Adrian Hunter1-6/+16
2016-12-05mmc: queue: Factor out mmc_queue_alloc_bounce_sgs()Adrian Hunter1-16/+28
2016-12-05mmc: queue: Factor out mmc_queue_alloc_bounce_bufs()Adrian Hunter1-18/+29
2016-12-05mmc: queue: Fix queue thread wake-upAdrian Hunter4-27/+22
2016-12-05mmc: block: Fix 4K native sector checkAdrian Hunter1-3/+5
2016-12-05mmc: block: Restore line inadvertently removed with packed commandsAdrian Hunter1-0/+2
2016-11-29mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0yangbo lu2-0/+21
2016-11-29mmc: block: delete packed command supportLinus Walleij3-535/+20
2016-11-29mmc: delete is_first_req parameter from pre-request callbackLinus Walleij8-21/+11