summaryrefslogtreecommitdiff
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* ENGR00234933 mmc: sdhci: invalid cd_gpio for always_present host controllerRyan QIAN2012-11-281-0/+2
* ENGR00234519 mmc: support eMMC v4.5 memory cardsRyan QIAN2012-11-231-1/+2
* ENGR00231273-02 mmc: sdhci: fix failed to call platform exit on removalRyan QIAN2012-11-081-1/+7
* ENGR00231273-01 mmc: sdhci: modularize sdhci driverRyan QIAN2012-11-081-0/+1
* ENGR00229222 mmc: esdhc: allow MMC and SDIO cards switched to 1.8V signallingRobby Cai2012-10-231-1/+7
* ENGR00227420 mmc: sdhci: shorten the delay on disabling clkRyan QIAN2012-10-121-1/+1
* ENGR00220469 mmc: sdio: claim host on suspend and release on resumingRyan QIAN2012-10-091-3/+3
* ENGR00225594 mmc: sdhci: remove calling enable clk in interrupt contextRyan QIAN2012-09-241-1/+0
* ENGR00225534-2 mmc: sdhci: using cancel_work_sync instread of cancel_delayed_...Dong Aisheng2012-09-241-6/+2
* ENGR00225534-1 mmc: core: move ->request() call from atomic contextAdrian Hunter2012-09-241-7/+21
* ENGR00220342 mmc: sdhci:reform fix for dat1 glitch causes system panicJianzheng Zhou2012-09-242-18/+5
* ENGR00221185: mmc: sdhci: change info level when data preparation is invalidRyan QIAN2012-08-231-1/+1
* ENGR00219601-02: mmc: sdhci: revise pre_req & post_req to improve performanceRyan QIAN2012-08-221-26/+31
* ENGR00219601-01: mmc: queue: enlarge the size of bounce buffer for SDMA.Ryan QIAN2012-08-221-1/+1
* ENGR00219191: mmc: esdhc: escape BROKEN_ADMA quirk on mx6dl TO 1.1 chipsRyan QIAN2012-08-031-0/+7
* ENGR00215346: mmc: esdhc: change to use sdma instead of adma due to ic limit.Ryan QIAN2012-07-261-0/+1
* ENGR00217936-02 mmc: esdhc: fix unknown controller version for usdhcRyan QIAN2012-07-251-2/+3
* ENGR00217936-01 mmc: esdhc: fix unknown controller version for usdhcRyan QIAN2012-07-251-1/+2
* ENGR00217120 mmc: esdhc: implement std tuning for fsl sdhc ipRyan QIAN2012-07-251-11/+41
* ENGR00217122 mmc: esdhc: move sd3.0 tuning routine into pltfmRyan QIAN2012-07-258-114/+97
* ENGR00216961: MMC/SDIO: gate off sdio clk when MMC_POWER_OFF is setRyan QIAN2012-07-252-14/+30
* ENGR00213944-02: mmc: sdhci: [MX6] support SD v3.0 memory cards.Ryan QIAN2012-07-201-2/+6
* ENGR00213944-01: mmc: sdhci: support SD v3.0 memory cards.Ryan QIAN2012-07-201-12/+11
* ENGR00211300: warning of 'mmc: unknown controller version' on boot.Ryan QIAN2012-07-201-3/+12
* ENGR00210160: [mx6]: mmc/sd illegal func call "clk_enable" in intr contextRyan QIAN2012-07-201-1/+2
* ENGR00180768 sd:detect some sd2.0 cards to sd1.0B386132012-07-201-3/+3
* ENGR00209686-2:sdio:suspend/resume issueB386132012-07-202-2/+9
* ENGR00182054: [MX6]: always_present flag will't work as designed at some condRyan QIAN2012-07-201-12/+14
* mmc_block: Allow more than 8 partitions per cardColin Cross2012-07-201-5/+2
* mmc: block: fixed NULL pointer dereferenceJaehoon Chung2012-07-201-0/+3
* ENGR00178290-2 mmc: sdhci: introduce QUIRK_BROKEN_AUTO_CMD23 for mx6Dong Aisheng2012-07-202-0/+4
* ENGR00178290-1 Merge mmc: sdhci-esdhc-imx: Enable ADMA2Dong Aisheng2012-07-201-2/+45
* ENGR00175864 [MMC]pipeline mmc requestsTony Lin2012-07-201-0/+71
* mmc: block: add handling for two parallel block requests in issue_rw_rqPer Forlin2012-07-203-20/+84
* mmc: queue: add a second mmc queue request memberPer Forlin2012-07-202-3/+44
* mmc: block: move error path in issue_rw_rq to a separate function.Per Forlin2012-07-201-89/+131
* mmc: block: add a block request prepare functionPer Forlin2012-07-201-104/+114
* mmc: block: add member in mmc queue struct to hold request dataPer Forlin2012-07-203-128/+141
* mmc: queue: let host controllers specify maximum discard timeoutAdrian Hunter2012-07-202-10/+99
* mmc: block: add checking of r/w command responseRussell King - ARM Linux2012-07-201-1/+25
* mmc: block: improve error recovery from command channel errorsRussell King - ARM Linux2012-07-201-48/+182
* mmc: block: allow get_card_status() to return error statusRussell King - ARM Linux2012-07-201-24/+9
* mmc: mmc_test: test to measure how sg_len affect performancePer Forlin2012-07-201-12/+139
* mmc: mmc_test: add test for non-blocking transfersPer Forlin2012-07-201-8/+310
* mmc: mmc_test: add debugfs file to list all testsPer Forlin2012-07-201-1/+38
* mmc: mmci: implement pre_req() and post_req()Per Forlin2012-07-202-13/+142
* mmc: omap_hsmmc: add support for pre_req and post_reqPer Forlin2012-07-201-4/+83
* mmc: core: add non-blocking mmc request functionPer Forlin2012-07-201-10/+103
* ENGR00175692-03 [MX6DL] SD3.0: can not recognize SD3.0 cards on some boards.Ryan QIAN2012-07-201-2/+39
* ENGR00175692-01 [MX6DL] SD3.0: can not recognize SD3.0 cards on some boards.Ryan QIAN2012-07-201-2/+4