summaryrefslogtreecommitdiff
path: root/drivers/mmc/host
AgeCommit message (Expand)AuthorFilesLines
2017-02-13mmc: dw_mmc: zx: Initial support for ZX mmc controllerJun Nie4-0/+282
2017-02-13mmc: dw_mmc: Add fifo watermark alignment propertyJun Nie2-2/+12
2017-02-13mmc: dw_mmc: Add fifo address propertyJun Nie2-1/+7
2017-02-13mmc: host: Include interrupt.h in mmc host drivers that depends on itUlf Hansson8-0/+8
2017-02-13mmc: sdhci: Include leds.hUlf Hansson1-0/+1
2017-02-13mmc: sdhci-cadence: Include mmc.hUlf Hansson1-0/+1
2017-02-13mmc: dw_mmc: Remove the public dw_mmc header fileUlf Hansson7-6/+257
2017-02-13mmc: sh_mmcif: Remove unused clk_ctrl2_present from the platform dataUlf Hansson1-1/+1
2017-02-13mmc: sh_mmcif: Remove unused ccs_unsupported from the platform dataUlf Hansson1-1/+1
2017-02-13mmc: sh_mmcif: Remove unused ->get_cd() platform callbackUlf Hansson1-17/+1
2017-02-13mmc: sh_mmcif: Remove unused use_cd_gpio/cd_gpio from platform dataUlf Hansson1-6/+0
2017-02-13mmc: sdhci-iproc: Increase max_blk_size for bcm2835Stefan Wahren1-1/+3
2017-02-13mmc: sdhci-iproc: Apply caps from bcm2835-mmc driverStefan Wahren1-3/+6
2017-02-13mmc: use empty initializer list to zero-clear structuresMasahiro Yamada3-4/+4
2017-02-13mmc: sh_mobile_sdhi: enable HS200Wolfram Sang1-1/+3
2017-02-13mmc: sh_mobile_sdhi: remove superfluous check in SCC error checkWolfram Sang1-6/+1
2017-02-13mmc: sh_mobile_sdhi: remove superfluous check in init_tuningWolfram Sang1-3/+0
2017-02-13mmc: sh_mobile_sdhi: remove superfluous check in hw_resetWolfram Sang1-3/+0
2017-02-13mmc: sh_mobile_sdhi: improve prerequisites for tuningWolfram Sang1-5/+6
2017-02-13mmc: sh_mobile_sdhi: improve prerequisite for hw_resetWolfram Sang1-16/+14
2017-02-13mmc: sh_mobile_sdhi: simplify accessing DT dataWolfram Sang1-10/+4
2017-02-13mmc: tmio: use SDIO master interrupt bit only when allowedWolfram Sang1-3/+4
2017-02-08mmc: mmci: avoid clearing ST Micro busy end interrupt mistakenlyJean-Nicolas Graux1-7/+25
2017-01-31mmc: sdhci: Ignore unexpected CARD_INT interruptsGabriel Krisman Bertazi1-1/+2
2017-01-23mmc: dw_mmc: force setup bus if active slots existZiyuan Xu1-3/+4
2017-01-12mmc: mxs-mmc: Fix additional cycles after transmission stopStefan Wahren1-2/+4
2017-01-12mmc: sdhci-acpi: Only powered up enabled acpi child devicesHans de Goede1-1/+2
2017-01-10MMC: meson: avoid possible NULL dereferenceHeinrich Schuchardt1-3/+5
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
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-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: 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: 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