summaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
Commit message (Expand)AuthorAgeFilesLines
* mmc: host: Include interrupt.h in mmc host drivers that depends on itUlf Hansson2017-02-138-0/+8
* mmc: sdhci: Include leds.hUlf Hansson2017-02-131-0/+1
* mmc: sdhci-cadence: Include mmc.hUlf Hansson2017-02-131-0/+1
* mmc: dw_mmc: Remove the public dw_mmc header fileUlf Hansson2017-02-137-6/+257
* mmc: sh_mmcif: Remove unused clk_ctrl2_present from the platform dataUlf Hansson2017-02-131-1/+1
* mmc: sh_mmcif: Remove unused ccs_unsupported from the platform dataUlf Hansson2017-02-131-1/+1
* mmc: sh_mmcif: Remove unused ->get_cd() platform callbackUlf Hansson2017-02-131-17/+1
* mmc: sh_mmcif: Remove unused use_cd_gpio/cd_gpio from platform dataUlf Hansson2017-02-131-6/+0
* mmc: sdhci-iproc: Increase max_blk_size for bcm2835Stefan Wahren2017-02-131-1/+3
* mmc: sdhci-iproc: Apply caps from bcm2835-mmc driverStefan Wahren2017-02-131-3/+6
* mmc: use empty initializer list to zero-clear structuresMasahiro Yamada2017-02-1310-73/+73
* mmc: block: Replace "goto retry" by a proper do / while loopGeert Uytterhoeven2017-02-131-15/+13
* mmc: block: Avoid uninitialized warning in mmc_blk_issue_discard_rq()Geert Uytterhoeven2017-02-131-1/+2
* mmc: core: Export device lifetime information through sysfsJungseung Lee2017-02-131-0/+12
* mmc: sh_mobile_sdhi: enable HS200Wolfram Sang2017-02-131-1/+3
* mmc: sh_mobile_sdhi: remove superfluous check in SCC error checkWolfram Sang2017-02-131-6/+1
* mmc: sh_mobile_sdhi: remove superfluous check in init_tuningWolfram Sang2017-02-131-3/+0
* mmc: sh_mobile_sdhi: remove superfluous check in hw_resetWolfram Sang2017-02-131-3/+0
* mmc: sh_mobile_sdhi: improve prerequisites for tuningWolfram Sang2017-02-131-5/+6
* mmc: sh_mobile_sdhi: improve prerequisite for hw_resetWolfram Sang2017-02-131-16/+14
* mmc: sh_mobile_sdhi: simplify accessing DT dataWolfram Sang2017-02-131-10/+4
* mmc: tmio: use SDIO master interrupt bit only when allowedWolfram Sang2017-02-131-3/+4
* mmc: mmci: avoid clearing ST Micro busy end interrupt mistakenlyJean-Nicolas Graux2017-02-081-7/+25
* mmc: sdhci: Ignore unexpected CARD_INT interruptsGabriel Krisman Bertazi2017-01-311-1/+2
* mmc: dw_mmc: force setup bus if active slots existZiyuan Xu2017-01-231-3/+4
* 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