summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2017-02-13mmc: sdhci-iproc: Increase max_blk_size for bcm2835Stefan Wahren
2017-02-13mmc: sdhci-iproc: Apply caps from bcm2835-mmc driverStefan Wahren
2017-02-13mmc: use empty initializer list to zero-clear structuresMasahiro Yamada
2017-02-13mmc: block: Replace "goto retry" by a proper do / while loopGeert Uytterhoeven
2017-02-13mmc: block: Avoid uninitialized warning in mmc_blk_issue_discard_rq()Geert Uytterhoeven
2017-02-13mmc: core: Export device lifetime information through sysfsJungseung Lee
2017-02-13mmc: sh_mobile_sdhi: enable HS200Wolfram Sang
2017-02-13mmc: sh_mobile_sdhi: remove superfluous check in SCC error checkWolfram Sang
2017-02-13mmc: sh_mobile_sdhi: remove superfluous check in init_tuningWolfram Sang
2017-02-13mmc: sh_mobile_sdhi: remove superfluous check in hw_resetWolfram Sang
2017-02-13mmc: sh_mobile_sdhi: improve prerequisites for tuningWolfram Sang
2017-02-13mmc: sh_mobile_sdhi: improve prerequisite for hw_resetWolfram Sang
2017-02-13mmc: sh_mobile_sdhi: simplify accessing DT dataWolfram Sang
2017-02-13mmc: tmio: use SDIO master interrupt bit only when allowedWolfram Sang
2017-02-08mmc: mmci: avoid clearing ST Micro busy end interrupt mistakenlyJean-Nicolas Graux
2017-01-31mmc: sdhci: Ignore unexpected CARD_INT interruptsGabriel Krisman Bertazi
2017-01-23mmc: dw_mmc: force setup bus if active slots existZiyuan Xu
2017-01-16mmc: core: Restore parts of the polling policy when switch to HS/HS DDRUlf Hansson
2017-01-12mmc: mxs-mmc: Fix additional cycles after transmission stopStefan Wahren
2017-01-12mmc: sdhci-acpi: Only powered up enabled acpi child devicesHans de Goede
2017-01-10MMC: meson: avoid possible NULL dereferenceHeinrich Schuchardt
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-21mmc: sd: Meet alignment requirements for raw_ssr DMAPaul Burton
2016-12-20mmc: core: Further fix thread wake-upAdrian Hunter
2016-12-20mmc: sdhci: Fix to handle MMC_POWER_UNDEFINEDAdrian Hunter
2016-12-20mmc: sdhci-cadence: add Socionext UniPhier specific compatible stringMasahiro Yamada
2016-12-14Merge tag 'mmc-v4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-12-12mmc: block: Move files to coreUlf Hansson
2016-12-08mmc: sdhci-cadence: add Cadence SD4HC supportMasahiro Yamada
2016-12-08mmc: sdhci: export sdhci_execute_tuning()Masahiro Yamada
2016-12-05mmc: sdhci: Tidy tuning loopAdrian Hunter
2016-12-05mmc: sdhci: Simplify tuning block size logicAdrian Hunter
2016-12-05mmc: sdhci: Factor out tuning helper functionsAdrian Hunter
2016-12-05mmc: sdhci: Use mmc_abort_tuning()Adrian Hunter
2016-12-05mmc: mmc: Introduce mmc_abort_tuning()Adrian Hunter
2016-12-05mmc: sdhci: Always allow tuning to fall back to fixed samplingAdrian Hunter
2016-12-05mmc: sdhci: Fix tuning reset after exhausting the maximum number of loopsAdrian Hunter
2016-12-05mmc: sdhci: Fix recovery from tuning timeoutAdrian Hunter
2016-12-05Revert "mmc: sdhci: Reset cmd and data circuits after tuning failure"Adrian Hunter
2016-12-05mmc: mmc: Relax checking for switch errors after HS200 switchAdrian Hunter
2016-12-05mmc: sdhci-acpi: support 80860F14 UID 2 SDIO busDaniel Drake
2016-12-05mmc: sdhci-of-at91: remove bogus MMC_SDHCI_IO_ACCESSORS selectMasahiro Yamada
2016-12-05mmc: sdhci-pci: Use ACPI to get max frequency for Intel NI byt sdioZach Brown
2016-12-05mmc: sdhci-pci: Add PCI ID for Intel NI byt sdioZach Brown
2016-12-05mmc: sdhci-s3c: add spin_unlock_irq() before calling clk_round_rateJaehoon Chung
2016-12-05mmc: dw_mmc: display the clock message only one time when card is pollingJaehoon Chung
2016-12-05mmc: dw_mmc: add the debug message for polling and non-removableJaehoon Chung
2016-12-05mmc: dw_mmc: check the "present" variable before checking flagsJaehoon Chung
2016-12-05mmc: dw_mmc: add missing codes for runtime resumeJoonyoung Shim