summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2014-06-03ENGR00271609 mmc: correct the wrong calculation of the boot sizeRichard Zhu
2014-06-03ENGR00268442 mmc: remove the boot partition access codes on 3.0.35Richard Zhu
2014-06-03ENGR00234933 mmc: sdhci: invalid cd_gpio for always_present host controllerRyan QIAN
2014-06-03ENGR00234519 mmc: support eMMC v4.5 memory cardsRyan QIAN
2014-06-03ENGR00231273-02 mmc: sdhci: fix failed to call platform exit on removalRyan QIAN
2014-06-03ENGR00231273-01 mmc: sdhci: modularize sdhci driverRyan QIAN
2014-06-03ENGR00229222 mmc: esdhc: allow MMC and SDIO cards switched to 1.8V signallingRobby Cai
2014-06-03ENGR00227420 mmc: sdhci: shorten the delay on disabling clkRyan QIAN
2014-06-03ENGR00220469 mmc: sdio: claim host on suspend and release on resumingRyan QIAN
2014-06-03ENGR00225594 mmc: sdhci: remove calling enable clk in interrupt contextRyan QIAN
2014-06-03ENGR00225534-2 mmc: sdhci: using cancel_work_sync instread of cancel_delayed_...Dong Aisheng
2014-06-03ENGR00225534-1 mmc: core: move ->request() call from atomic contextAdrian Hunter
2014-06-03ENGR00220342 mmc: sdhci:reform fix for dat1 glitch causes system panicJianzheng Zhou
2014-06-03ENGR00221185: mmc: sdhci: change info level when data preparation is invalidRyan QIAN
2014-06-03ENGR00219601-02: mmc: sdhci: revise pre_req & post_req to improve performanceRyan QIAN
2014-06-03ENGR00219601-01: mmc: queue: enlarge the size of bounce buffer for SDMA.Ryan QIAN
2014-06-03ENGR00219191: mmc: esdhc: escape BROKEN_ADMA quirk on mx6dl TO 1.1 chipsRyan QIAN
2014-06-03ENGR00215346: mmc: esdhc: change to use sdma instead of adma due to ic limit.Ryan QIAN
2014-06-03ENGR00217936-02 mmc: esdhc: fix unknown controller version for usdhcRyan QIAN
2014-06-03ENGR00217936-01 mmc: esdhc: fix unknown controller version for usdhcRyan QIAN
2014-06-03ENGR00217120 mmc: esdhc: implement std tuning for fsl sdhc ipRyan QIAN
2014-06-03ENGR00217122 mmc: esdhc: move sd3.0 tuning routine into pltfmRyan QIAN
2014-06-03ENGR00216961: MMC/SDIO: gate off sdio clk when MMC_POWER_OFF is setRyan QIAN
2014-06-03ENGR00213944-02: mmc: sdhci: [MX6] support SD v3.0 memory cards.Ryan QIAN
2014-06-03ENGR00213944-01: mmc: sdhci: support SD v3.0 memory cards.Ryan QIAN
2014-06-03ENGR00211300: warning of 'mmc: unknown controller version' on boot.Ryan QIAN
2014-06-03ENGR00210160: [mx6]: mmc/sd illegal func call "clk_enable" in intr contextRyan QIAN
2014-06-03ENGR00180768 sd:detect some sd2.0 cards to sd1.0B38613
2014-06-03ENGR00209686-2:sdio:suspend/resume issueB38613
2014-06-03ENGR00182054: [MX6]: always_present flag will't work as designed at some condRyan QIAN
2014-06-03mmc_block: Allow more than 8 partitions per cardColin Cross
2014-06-03mmc: block: fixed NULL pointer dereferenceJaehoon Chung
2014-06-03ENGR00178290-2 mmc: sdhci: introduce QUIRK_BROKEN_AUTO_CMD23 for mx6Dong Aisheng
2014-06-03ENGR00178290-1 Merge mmc: sdhci-esdhc-imx: Enable ADMA2Dong Aisheng
2014-06-03ENGR00175864 [MMC]pipeline mmc requestsTony Lin
2014-06-03mmc: block: add handling for two parallel block requests in issue_rw_rqPer Forlin
2014-06-03mmc: queue: add a second mmc queue request memberPer Forlin
2014-06-03mmc: block: move error path in issue_rw_rq to a separate function.Per Forlin
2014-06-03mmc: block: add a block request prepare functionPer Forlin
2014-06-03mmc: block: add member in mmc queue struct to hold request dataPer Forlin
2014-06-03mmc: queue: let host controllers specify maximum discard timeoutAdrian Hunter
2014-06-03mmc: block: add checking of r/w command responseRussell King - ARM Linux
2014-06-03mmc: block: improve error recovery from command channel errorsRussell King - ARM Linux
2014-06-03mmc: block: allow get_card_status() to return error statusRussell King - ARM Linux
2014-06-03mmc: mmc_test: test to measure how sg_len affect performancePer Forlin
2014-06-03mmc: mmc_test: add test for non-blocking transfersPer Forlin
2014-06-03mmc: mmc_test: add debugfs file to list all testsPer Forlin
2014-06-03mmc: mmci: implement pre_req() and post_req()Per Forlin
2014-06-03mmc: omap_hsmmc: add support for pre_req and post_reqPer Forlin
2014-06-03mmc: core: add non-blocking mmc request functionPer Forlin