summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci: move setting host->clock into sdhci_do_set_ios()Russell King2014-05-225-17/+7
* mmc: sdhci: clean up sdhci_update_clock()/sdhci_set_clock()Russell King2014-05-222-19/+5
* mmc: sdhci: convert ADMA descriptors to a coherent allocationRussell King2014-05-221-21/+22
* mmc: sdhci: avoid sync'ing the SG if there's no misalignmentRussell King2014-05-221-1/+10
* mmc: sdhci: move FSL ESDHC reset handling quirk into esdhc codeRussell King2014-05-223-8/+10
* mmc: sdhci: convert reset into a library functionRussell King2014-05-2219-31/+53
* mmc: sdhci: convert generic bus width setup to library functionRussell King2014-05-2219-50/+50
* mmc: sdhci: plug hole in disabling card detection interruptsRussell King2014-05-221-8/+9
* mmc: sdhci: more efficient interrupt enable register handlingRussell King2014-05-221-51/+47
* mmc: sdhci: allow sdio interrupts while sdhci runtime suspendedRussell King2014-05-223-8/+16
* mmc: sdhci: push card_tasklet into threaded irq handlerRussell King2014-05-221-14/+9
* mmc: sdhci: convert to new SDIO IRQ handlingRussell King2014-05-221-23/+39
* mmc: sdhci: clean up sdio interrupt enable handlingRussell King2014-05-221-18/+17
* mmc: sdhci: clean up interrupt handlingRussell King2014-05-221-66/+58
* mmc: sdio_irq: rework sdio irq handlingRussell King2014-05-221-10/+31
* mmc: sdhci: remove mdelay in eMMC tuningNick Sanders2014-05-141-1/+4
* mmc: core: Improve support for deferred regulatorsTim Kryger2014-05-131-12/+19
* mmc: mxcmmc: Use mmc_regulator_get_supply() APIAlexander Shiyan2014-05-131-27/+17
* mmc: atmel: don't test host->dataAlexandre Belloni2014-05-131-10/+3
* mmc: rtsx: fix possible linking error if built-inArnd Bergmann2014-05-131-2/+3
* mmc: mxs: fix card detection function for broken card detectDaniel Willmann2014-05-131-0/+7
* mmc: jz4740: don't wait for PRG_DONE after stop command with R1 responseAlex Smith2014-05-131-4/+7
* mmc: core: add DT bindings for eMMC HS400 1.8/1.2VSeungwon Jeon2014-05-131-0/+4
* mmc: add support for HS400 mode of eMMC5.0Seungwon Jeon2014-05-133-5/+97
* mmc: rework selection of bus speed modeSeungwon Jeon2014-05-132-200/+233
* mmc: step power class after final selection of bus modeSeungwon Jeon2014-05-131-41/+55
* mmc: identify available device type to selectSeungwon Jeon2014-05-131-33/+39
* mmc: drop the speed mode of card's stateSeungwon Jeon2014-05-137-37/+14
* mmc: mvsdio: workaround for spurious irqsSebastian Hesselbarth2014-05-131-0/+14
* mmc: mvsdio: silence card detect noticeSebastian Hesselbarth2014-05-131-3/+3
* mmc: core: Try other signal levels during power upTim Kryger2014-05-131-2/+7
* mmc: moxart: Add MOXA ART SD/MMC driverJonas Jensen2014-05-133-0/+740
* mmc: Add realtek USB sdmmc host driverRoger Tseng2014-05-133-0/+1463
* mmc: sdhci-s3c: Remove unused define for NUM_GPIOSAxel Lin2014-05-131-3/+0
* mmc: dw_mmc: restore the card-present checking pointJaehoon Chung2014-05-131-0/+5
* mmc: dw_mmc: remove dw_mci_of_cd_gpio/wp_gpio()Jaehoon Chung2014-05-132-59/+3
* mmc: dw_mmc: remove unnecessary function.Jaehoon Chung2014-05-131-7/+1
* mmc: dw_mmc: fix minor coding style.Jaehoon Chung2014-05-131-3/+2
* mmc: dw_mmc: remove unused member variable.Jaehoon Chung2014-05-131-30/+3
* mmc: dw_mmc: replace the bus_hz checking pointJaehoon Chung2014-05-131-10/+8
* mmc: dw_mmc: use the mmc_of_parse() instead of local parserJaehoon Chung2014-05-131-48/+1
* mmc: mxcmmc: Convert to SIMPLE_DEV_PM_OPSAlexander Shiyan2014-05-131-10/+3
* mmc: mxcmmc: Convert to devm-* APIAlexander Shiyan2014-05-131-63/+38
* mmc: dw_mmc: exynos: Staticize dw_mci_exynos_pmopsSachin Kamat2014-05-131-1/+1
* mmc: rtsx: add R1-no-CRC mmc command type handleMicky Ching2014-04-221-0/+3
* mmc: core: Invoke sdio func driver's PM callbacks from the sdio busUlf Hansson2014-04-222-54/+5
* mmc: core: Use maximum timeout values in case TACC field is zeroStefan Wahren2014-04-221-0/+4
* mmc: Convert to use ATTRIBUTE_GROUPSAxel Lin2014-04-222-20/+4
* mmc: Delay the card_event callback into the mmc_rescan workerMarkus Mayer2014-04-222-3/+6
* mmc: sdhci: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon2014-04-201-1/+3