summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: remove pointless request type check in mmc_prep_requestChristoph Hellwig2017-01-311-9/+0
* mmc: core: Restore parts of the polling policy when switch to HS/HS DDRUlf Hansson2017-01-161-13/+12
* mmc: mxs-mmc: Fix additional cycles after transmission stopStefan Wahren2017-01-121-2/+4
* mmc: sdhci-acpi: Only powered up enabled acpi child devicesHans de Goede2017-01-121-1/+2
* MMC: meson: avoid possible NULL dereferenceHeinrich Schuchardt2017-01-101-3/+5
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* mmc: sd: Meet alignment requirements for raw_ssr DMAPaul Burton2016-12-211-2/+10
* mmc: core: Further fix thread wake-upAdrian Hunter2016-12-201-7/+5
* mmc: sdhci: Fix to handle MMC_POWER_UNDEFINEDAdrian Hunter2016-12-201-14/+19
* mmc: sdhci-cadence: add Socionext UniPhier specific compatible stringMasahiro Yamada2016-12-201-0/+1
* Merge tag 'mmc-v4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds2016-12-1412-88/+71
|\
| * mmc: block: Move files to coreUlf Hansson2016-12-1212-88/+71
* | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-132-4/+4
|\ \ | |/ |/|
| * block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-282-4/+4
* | mmc: sdhci-cadence: add Cadence SD4HC supportMasahiro Yamada2016-12-083-0/+295
* | mmc: sdhci: export sdhci_execute_tuning()Masahiro Yamada2016-12-082-1/+3
* | mmc: sdhci: Tidy tuning loopAdrian Hunter2016-12-051-38/+43
* | mmc: sdhci: Simplify tuning block size logicAdrian Hunter2016-12-051-11/+5
* | mmc: sdhci: Factor out tuning helper functionsAdrian Hunter2016-12-051-92/+124
* | mmc: sdhci: Use mmc_abort_tuning()Adrian Hunter2016-12-051-10/+1
* | mmc: mmc: Introduce mmc_abort_tuning()Adrian Hunter2016-12-051-0/+25
* | mmc: sdhci: Always allow tuning to fall back to fixed samplingAdrian Hunter2016-12-051-18/+2
* | mmc: sdhci: Fix tuning reset after exhausting the maximum number of loopsAdrian Hunter2016-12-051-0/+1
* | mmc: sdhci: Fix recovery from tuning timeoutAdrian Hunter2016-12-051-0/+20
* | Revert "mmc: sdhci: Reset cmd and data circuits after tuning failure"Adrian Hunter2016-12-051-4/+0
* | mmc: mmc: Relax checking for switch errors after HS200 switchAdrian Hunter2016-12-053-3/+22
* | mmc: sdhci-acpi: support 80860F14 UID 2 SDIO busDaniel Drake2016-12-051-0/+1
* | mmc: sdhci-of-at91: remove bogus MMC_SDHCI_IO_ACCESSORS selectMasahiro Yamada2016-12-051-1/+0
* | mmc: sdhci-pci: Use ACPI to get max frequency for Intel NI byt sdioZach Brown2016-12-051-0/+32
* | mmc: sdhci-pci: Add PCI ID for Intel NI byt sdioZach Brown2016-12-051-0/+24
* | mmc: sdhci-s3c: add spin_unlock_irq() before calling clk_round_rateJaehoon Chung2016-12-051-0/+2
* | mmc: dw_mmc: display the clock message only one time when card is pollingJaehoon Chung2016-12-052-1/+13
* | mmc: dw_mmc: add the debug message for polling and non-removableJaehoon Chung2016-12-051-2/+16
* | mmc: dw_mmc: check the "present" variable before checking flagsJaehoon Chung2016-12-051-1/+2
* | mmc: dw_mmc: add missing codes for runtime resumeJoonyoung Shim2016-12-051-1/+15
* | mmc: dw_mmc: exynos: fix to call suspend callbackJoonyoung Shim2016-12-051-2/+26
* | mmc: mmc_test: remove BUG_ONs and deploy error handlingShawn Lin2016-12-051-4/+8
* | mmc: queue: remove BUG_ON for bounce_sgShawn Lin2016-12-051-2/+0
* | mmc: sdio_uart: remove meaningless BUG_ONShawn Lin2016-12-051-2/+0
* | mmc: core: remove BUG_ONs from core.cShawn Lin2016-12-051-25/+9
* | mmc: core: remove BUG_ONs from sdShawn Lin2016-12-052-37/+4
* | mmc: core: remove BUG_ONs from mmcShawn Lin2016-12-052-31/+0
* | mmc: debugfs: remove BUG_ON from mmc_ext_csd_openShawn Lin2016-12-051-1/+5
* | mmc: core: remove BUG_ONs from sdioShawn Lin2016-12-053-21/+11
* | mmc: mmc: Add Command Queue definitionsAdrian Hunter2016-12-051-0/+18
* | mmc: queue: Introduce queue depth and use it to allocate and freeAdrian Hunter2016-12-052-59/+59
* | mmc: queue: Factor out mmc_queue_reqs_free_bufs()Adrian Hunter2016-12-051-39/+26
* | mmc: queue: Factor out mmc_queue_alloc_sgs()Adrian Hunter2016-12-051-6/+16
* | mmc: queue: Factor out mmc_queue_alloc_bounce_sgs()Adrian Hunter2016-12-051-16/+28
* | mmc: queue: Factor out mmc_queue_alloc_bounce_bufs()Adrian Hunter2016-12-051-18/+29