summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2014-06-03next-20140522/mmcStephen Rothwell28-665/+2804
2014-06-03Merge remote-tracking branch 'net-next/master'Stephen Rothwell1-12/+6
2014-06-02Merge tag 'mmc-v3.16-1' of git://git.linaro.org/people/ulf.hansson/mmc into nextLinus Torvalds2-244/+94
2014-06-02mmc: mmci: Enforce DMA configuration through DTUlf Hansson1-23/+1
2014-05-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-12/+6
2014-05-20mmc: mmci: Enforce max frequency configuration through DTUlf Hansson1-4/+1
2014-05-16drivers/mmc/host/mmc_spi.c: Use get/put_unaligned_be32George Spelvin1-12/+6
2014-05-16lib/crc7: Shift crc7() output left 1 bitGeorge Spelvin1-1/+1
2014-05-13mmc: sdhci: remove mdelay in eMMC tuningNick Sanders1-1/+4
2014-05-12mmc: core: Improve support for deferred regulatorsTim Kryger1-12/+19
2014-05-12mmc: mxcmmc: Use mmc_regulator_get_supply() APIAlexander Shiyan1-27/+17
2014-05-12mmc: atmel: don't test host->dataAlexandre Belloni1-10/+3
2014-05-12mmc: rtsx: fix possible linking error if built-inArnd Bergmann1-2/+3
2014-05-12mmc: mxs: fix card detection function for broken card detectDaniel Willmann1-0/+7
2014-05-12mmc: jz4740: don't wait for PRG_DONE after stop command with R1 responseAlex Smith1-4/+7
2014-05-12mmc: core: add DT bindings for eMMC HS400 1.8/1.2VSeungwon Jeon1-0/+4
2014-05-12mmc: add support for HS400 mode of eMMC5.0Seungwon Jeon3-5/+97
2014-05-12mmc: rework selection of bus speed modeSeungwon Jeon2-200/+233
2014-05-12mmc: step power class after final selection of bus modeSeungwon Jeon1-41/+55
2014-05-12mmc: identify available device type to selectSeungwon Jeon1-33/+39
2014-05-12mmc: drop the speed mode of card's stateSeungwon Jeon6-34/+13
2014-05-12mmc: mvsdio: workaround for spurious irqsSebastian Hesselbarth1-0/+14
2014-05-12mmc: mvsdio: silence card detect noticeSebastian Hesselbarth1-3/+3
2014-05-12mmc: core: Try other signal levels during power upTim Kryger1-2/+7
2014-05-12mmc: moxart: Add MOXA ART SD/MMC driverJonas Jensen3-0/+740
2014-05-12mmc: Add realtek USB sdmmc host driverRoger Tseng3-0/+1463
2014-05-12mmc: sdhci-s3c: Remove unused define for NUM_GPIOSAxel Lin1-3/+0
2014-05-12mmc: dw_mmc: restore the card-present checking pointJaehoon Chung1-0/+5
2014-05-12mmc: dw_mmc: remove dw_mci_of_cd_gpio/wp_gpio()Jaehoon Chung2-59/+3
2014-05-12mmc: dw_mmc: remove unnecessary function.Jaehoon Chung1-7/+1
2014-05-12mmc: dw_mmc: fix minor coding style.Jaehoon Chung1-3/+2
2014-05-12mmc: dw_mmc: remove unused member variable.Jaehoon Chung1-30/+3
2014-05-12mmc: dw_mmc: replace the bus_hz checking pointJaehoon Chung1-10/+8
2014-05-12mmc: dw_mmc: use the mmc_of_parse() instead of local parserJaehoon Chung1-48/+1
2014-05-12mmc: mxcmmc: Convert to SIMPLE_DEV_PM_OPSAlexander Shiyan1-10/+3
2014-05-12mmc: mxcmmc: Convert to devm-* APIAlexander Shiyan1-63/+38
2014-05-12mmc: dw_mmc: exynos: Staticize dw_mci_exynos_pmopsSachin Kamat1-1/+1
2014-05-12mmc: mmci: Enforce mmc capabilities through DTUlf Hansson1-2/+0
2014-05-12mmc: mmci: Enforce DT for signal direction and feedback clockUlf Hansson2-20/+25
2014-05-12mmc: mmci: Enable MMC_CAP_CMD23Ulf Hansson1-0/+3
2014-05-12mmc: mmci: Use the common mmc DT parserUlf Hansson1-59/+33
2014-05-12mmc: mmci: Add DT bindings for feedback clock pinUlf Hansson1-0/+2
2014-05-12mmc: mmci: Add DT bindings for signal directionUlf Hansson1-0/+11
2014-05-12mmc: mmci: Convert to devm functionsUlf Hansson1-35/+17
2014-05-12mmc: mmci: Convert to the mmc gpio APIUlf Hansson2-85/+15
2014-05-12mmc: mmci: Put the device into low power state at system suspendUlf Hansson1-31/+2
2014-05-12mmc: mmci: Let runtime PM callbacks be available for CONFIG_PMUlf Hansson1-2/+2
2014-05-12mmc: mmci: Mask IRQs for all variants during runtime suspendUlf Hansson1-12/+11
2014-05-08mmc: rtsx: Revert "mmc: rtsx: add support for pre_req and post_req"Micky Ching1-350/+68
2014-04-22mmc: rtsx: add R1-no-CRC mmc command type handleMicky Ching1-0/+3