summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mmc-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2018-06-0552-431/+1148
|\
| * mmc: renesas_sdhi: really fix WP logic regressionsWolfram Sang2018-06-043-0/+9
| * mmc: mvsdio: Enable MMC_CAP_ERASEUlf Hansson2018-05-311-0/+2
| * mmc: mvsdio: Respect card busy time out from mmc coreUlf Hansson2018-05-311-1/+3
| * mmc: sdhci-msm: Remove NO_CARD_NO_RESET quirkGeorgi Djakov2018-05-311-1/+0
| * mmc: sunxi: Use ifdef rather than __maybe_unusedUlf Hansson2018-05-301-2/+4
| * mmc: mxmmc: Use ifdef rather than __maybe_unusedUlf Hansson2018-05-301-2/+4
| * mmc: mxmmc: include linux/highmem.hArnd Bergmann2018-05-291-0/+1
| * mmc: sunxi: mark PM functions as __maybe_unusedArnd Bergmann2018-05-291-2/+2
| * mmc: Throttle calls to MMC_SEND_STATUS during mmc_do_erase()Martin Hicks2018-05-291-2/+9
| * mmc: au1xmmc: handle highmem pagesChristoph Hellwig2018-05-291-4/+8
| * mmc: Allow non-sleeping GPIO cdEvan Green2018-05-291-4/+11
| * mmc: sdhci-*: Don't emit error msg if sdhci_add_host() failsJisheng Zhang2018-05-297-21/+7
| * mmc: core: Move calls to ->prepare_hs400_tuning() closer to mmc codeUlf Hansson2018-05-292-3/+4
| * mmc: sdhci-xenon: use match_string() helperXie Yisheng2018-05-281-8/+3
| * Merge branch 'fixes' into nextUlf Hansson2018-05-212-8/+27
| |\
| * | mmc: wbsd: handle highmem pagesChristoph Hellwig2018-05-211-38/+30
| * | mmc: ushc: handle highmem pagesChristoph Hellwig2018-05-211-1/+3
| * | mmc: mxcmmc: handle highmem pagesChristoph Hellwig2018-05-211-4/+11
| * | mmc: atmel-mci: use sg_copy_{from,to}_bufferChristoph Hellwig2018-05-211-12/+9
| * | mmc: android-goldfish: use sg_copy_{from,to}_bufferChristoph Hellwig2018-05-211-4/+4
| * | mmc: block: Don't switch to the same partition type in mmc_blk_remove()Shawn Lin2018-05-211-3/+5
| * | mmc: meson-gx: add device resetJerome Brunet2018-05-211-0/+9
| * | mmc: dw_mmc-bluefield: Add driver extensionLiming Sun2018-05-213-0/+91
| * | mmc: core: add tunable delay waiting for power to be stableShawn Lin2018-05-212-2/+6
| * | mmc: renesas_sdhi: Add r8a77965 supportMasaharu Hayakawa2018-05-211-0/+1
| * | mmc: tegra: remove redundant return statementAapo Vienamo2018-05-081-1/+1
| * | mmc: core: Drop unused define for timeoutUlf Hansson2018-05-081-3/+0
| * | mmc: rtsx_usb: Enable MMC_CAP_ERASE to allow erase/discard/trim requestsUlf Hansson2018-05-081-1/+1
| * | mmc: rtsx_usb: Use the provided busy timeout from the mmc coreUlf Hansson2018-05-081-1/+1
| * | mmc: rtsx_usb: Use MMC_CAP2_NO_SDIOUlf Hansson2018-05-081-13/+2
| * | mmc: core: Implement ->sw_reset bus ops for SDIOUlf Hansson2018-05-081-0/+13
| * | mmc: core: Share internal function to set initial signal voltageUlf Hansson2018-05-082-7/+13
| * | mmc: core: Export a function mmc_sw_reset() to allow soft reset of cardsUlf Hansson2018-05-082-0/+25
| * | mmc: core: Rename ->reset() bus ops to ->hw_reset()Ulf Hansson2018-05-085-10/+10
| * | mmc: core: Re-factor some code for SDIO re-initializationUlf Hansson2018-05-081-20/+19
| * | Merge branch 'sdhci_omap' into nextUlf Hansson2018-05-033-40/+215
| |\ \
| | * | mmc: sdhci-omap: Get IODelay values for 3.3v DDR modeKishon Vijay Abraham I2018-05-031-1/+8
| | * | mmc: sdhci-omap: Add sdhci_omap specific ops for enable_sdio_irqKishon Vijay Abraham I2018-05-031-0/+19
| | * | mmc: sdhci-omap: Add support for MMC/SD controller in k2g SoCKishon Vijay Abraham I2018-05-031-0/+5
| | * | mmc: sdhci-omap: Workaround for Errata i834Kishon Vijay Abraham I2018-05-031-1/+2
| | * | mmc: sdhci: Program a relatively accurate SW timeout valueKishon Vijay Abraham I2018-05-032-7/+55
| | * | mmc: sdhci: Factor out target_timeout calculationAdrian Hunter2018-05-031-18/+30
| | * | mmc: sdhci: Add quirk to disable HW timeoutAdrian Hunter2018-05-032-4/+39
| | * | mmc: sdhci: Disable 1.8v modes (HS200/HS400/UHS) if controller can't support ...Kishon Vijay Abraham I2018-05-031-0/+10
| | * | mmc: sdhci-omap: Invoke sdhci_get_of_property to read sdhci dt propertiesKishon Vijay Abraham I2018-05-031-0/+1
| | * | mmc: sdhci-omap: Workaround for Errata i843Kishon Vijay Abraham I2018-05-031-1/+34
| | * | mmc: sdhci-omap: Remove setting ADMA capability in driverKishon Vijay Abraham I2018-05-031-3/+0
| | * | mmc: sdhci-omap: Fix when capabilities are obtained from SDHCI_CAPABILITIES regKishon Vijay Abraham I2018-05-031-5/+12
| * | | mmc: core: Add tunable delay before detecting card after card is insertedShawn Lin2018-05-032-4/+12