| Commit message (Expand) | Author | Age | Files | Lines |
* | mmc: core: fix multi-bit bus width without high-speed mode | Anssi Hannula | 2017-02-14 | 1 | -2/+2 |
* | mmc: mmci: avoid clearing ST Micro busy end interrupt mistakenly | Jean-Nicolas Graux | 2017-02-08 | 1 | -7/+25 |
* | mmc: sdhci: Ignore unexpected CARD_INT interrupts | Gabriel Krisman Bertazi | 2017-01-31 | 1 | -1/+2 |
* | mmc: dw_mmc: force setup bus if active slots exist | Ziyuan Xu | 2017-01-23 | 1 | -3/+4 |
* | mmc: core: Restore parts of the polling policy when switch to HS/HS DDR | Ulf Hansson | 2017-01-16 | 1 | -13/+12 |
* | mmc: mxs-mmc: Fix additional cycles after transmission stop | Stefan Wahren | 2017-01-12 | 1 | -2/+4 |
* | mmc: sdhci-acpi: Only powered up enabled acpi child devices | Hans de Goede | 2017-01-12 | 1 | -1/+2 |
* | MMC: meson: avoid possible NULL dereference | Heinrich Schuchardt | 2017-01-10 | 1 | -3/+5 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 2 | -2/+2 |
* | mmc: sd: Meet alignment requirements for raw_ssr DMA | Paul Burton | 2016-12-21 | 1 | -2/+10 |
* | mmc: core: Further fix thread wake-up | Adrian Hunter | 2016-12-20 | 1 | -7/+5 |
* | mmc: sdhci: Fix to handle MMC_POWER_UNDEFINED | Adrian Hunter | 2016-12-20 | 1 | -14/+19 |
* | mmc: sdhci-cadence: add Socionext UniPhier specific compatible string | Masahiro Yamada | 2016-12-20 | 1 | -0/+1 |
* | Merge tag 'mmc-v4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh... | Linus Torvalds | 2016-12-14 | 12 | -88/+71 |
|\ |
|
| * | mmc: block: Move files to core | Ulf Hansson | 2016-12-12 | 12 | -88/+71 |
* | | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-12-13 | 2 | -4/+4 |
|\ \
| |/
|/| |
|
| * | block: split out request-only flags into a new namespace | Christoph Hellwig | 2016-10-28 | 2 | -4/+4 |
* | | mmc: sdhci-cadence: add Cadence SD4HC support | Masahiro Yamada | 2016-12-08 | 3 | -0/+295 |
* | | mmc: sdhci: export sdhci_execute_tuning() | Masahiro Yamada | 2016-12-08 | 2 | -1/+3 |
* | | mmc: sdhci: Tidy tuning loop | Adrian Hunter | 2016-12-05 | 1 | -38/+43 |
* | | mmc: sdhci: Simplify tuning block size logic | Adrian Hunter | 2016-12-05 | 1 | -11/+5 |
* | | mmc: sdhci: Factor out tuning helper functions | Adrian Hunter | 2016-12-05 | 1 | -92/+124 |
* | | mmc: sdhci: Use mmc_abort_tuning() | Adrian Hunter | 2016-12-05 | 1 | -10/+1 |
* | | mmc: mmc: Introduce mmc_abort_tuning() | Adrian Hunter | 2016-12-05 | 1 | -0/+25 |
* | | mmc: sdhci: Always allow tuning to fall back to fixed sampling | Adrian Hunter | 2016-12-05 | 1 | -18/+2 |
* | | mmc: sdhci: Fix tuning reset after exhausting the maximum number of loops | Adrian Hunter | 2016-12-05 | 1 | -0/+1 |
* | | mmc: sdhci: Fix recovery from tuning timeout | Adrian Hunter | 2016-12-05 | 1 | -0/+20 |
* | | Revert "mmc: sdhci: Reset cmd and data circuits after tuning failure" | Adrian Hunter | 2016-12-05 | 1 | -4/+0 |
* | | mmc: mmc: Relax checking for switch errors after HS200 switch | Adrian Hunter | 2016-12-05 | 3 | -3/+22 |
* | | mmc: sdhci-acpi: support 80860F14 UID 2 SDIO bus | Daniel Drake | 2016-12-05 | 1 | -0/+1 |
* | | mmc: sdhci-of-at91: remove bogus MMC_SDHCI_IO_ACCESSORS select | Masahiro Yamada | 2016-12-05 | 1 | -1/+0 |
* | | mmc: sdhci-pci: Use ACPI to get max frequency for Intel NI byt sdio | Zach Brown | 2016-12-05 | 1 | -0/+32 |
* | | mmc: sdhci-pci: Add PCI ID for Intel NI byt sdio | Zach Brown | 2016-12-05 | 1 | -0/+24 |
* | | mmc: sdhci-s3c: add spin_unlock_irq() before calling clk_round_rate | Jaehoon Chung | 2016-12-05 | 1 | -0/+2 |
* | | mmc: dw_mmc: display the clock message only one time when card is polling | Jaehoon Chung | 2016-12-05 | 2 | -1/+13 |
* | | mmc: dw_mmc: add the debug message for polling and non-removable | Jaehoon Chung | 2016-12-05 | 1 | -2/+16 |
* | | mmc: dw_mmc: check the "present" variable before checking flags | Jaehoon Chung | 2016-12-05 | 1 | -1/+2 |
* | | mmc: dw_mmc: add missing codes for runtime resume | Joonyoung Shim | 2016-12-05 | 1 | -1/+15 |
* | | mmc: dw_mmc: exynos: fix to call suspend callback | Joonyoung Shim | 2016-12-05 | 1 | -2/+26 |
* | | mmc: mmc_test: remove BUG_ONs and deploy error handling | Shawn Lin | 2016-12-05 | 1 | -4/+8 |
* | | mmc: queue: remove BUG_ON for bounce_sg | Shawn Lin | 2016-12-05 | 1 | -2/+0 |
* | | mmc: sdio_uart: remove meaningless BUG_ON | Shawn Lin | 2016-12-05 | 1 | -2/+0 |
* | | mmc: core: remove BUG_ONs from core.c | Shawn Lin | 2016-12-05 | 1 | -25/+9 |
* | | mmc: core: remove BUG_ONs from sd | Shawn Lin | 2016-12-05 | 2 | -37/+4 |
* | | mmc: core: remove BUG_ONs from mmc | Shawn Lin | 2016-12-05 | 2 | -31/+0 |
* | | mmc: debugfs: remove BUG_ON from mmc_ext_csd_open | Shawn Lin | 2016-12-05 | 1 | -1/+5 |
* | | mmc: core: remove BUG_ONs from sdio | Shawn Lin | 2016-12-05 | 3 | -21/+11 |
* | | mmc: mmc: Add Command Queue definitions | Adrian Hunter | 2016-12-05 | 1 | -0/+18 |
* | | mmc: queue: Introduce queue depth and use it to allocate and free | Adrian Hunter | 2016-12-05 | 2 | -59/+59 |
* | | mmc: queue: Factor out mmc_queue_reqs_free_bufs() | Adrian Hunter | 2016-12-05 | 1 | -39/+26 |