summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2014-03-04mmc: omap_hsmmc: fix return error code for of_get_hsmmc_pdataBalaji T K1-2/+2
2014-03-04mmc: omap_hsmmc: remove pbias workaroundBalaji T K1-19/+1
2014-03-04mmc: omap_hsmmc: adapt hsmmc to use pbias regulatorBalaji T K1-0/+37
2014-03-04mmc: omap_hsmmc: handle vcc and vcc_aux independentlyBalaji T K1-27/+23
2014-03-04mmc: omap_hsmmc: use devm_regulator APIBalaji T K1-4/+2
2014-03-04mmc: omap_hsmmc: support more DT propertiesDaniel Mack1-0/+6
2014-03-04mmc: omap_hsmmc: Add support for quirky omap3 hsmmc controllerNishanth Menon1-4/+22
2014-03-04mmc: omap_hsmmc: remove a duplicative testDan Carpenter1-2/+1
2014-03-03mmc: dw_mmc: fix possible build errorFelipe Balbi2-1/+3
2014-03-03mmc: sdhci-s3c: Do not allow frequencies higher than requestedTomasz Figa1-1/+8
2014-03-03mmc: sdhci-s3c: Fix handling of bus clock switchingTomasz Figa1-61/+17
2014-03-03mmc: sdhci-s3c: Simplify min/max clock calculationTomasz Figa1-20/+40
2014-03-03mmc: sdhci-s3c: Use correct condition to check for clock presenceTomasz Figa1-5/+3
2014-03-03mmc: sdhci-s3c: Cache bus clock ratesTomasz Figa1-3/+6
2014-03-03mmc: sdhci-s3c: Use shifts to divide by powers of twoTomasz Figa1-5/+5
2014-02-26mmc: dw_mmc: Add support for SOCFPGA's platform specific implementationDinh Nguyen1-2/+8
2014-02-26mmc: dw_mmc-socfpga: Remove the SOCFPGA specific platform for dw_mmcDinh Nguyen3-147/+0
2014-02-25mmc: dw_mmc: Fix NULL pointer dereferenceSachin Kamat1-1/+1
2014-02-25mmc: dw_mmc: Add missing descriptionSachin Kamat1-0/+1
2014-02-25mmc: sdhci-dove: Remove redundant of_match_ptrSachin Kamat1-1/+1
2014-02-25mmc: dw_mmc: Remove redundant of_match_ptrSachin Kamat1-1/+1
2014-02-25mmc: davinci: Remove redundant of_match_ptrSachin Kamat1-2/+2
2014-02-25mmc: sdhci-spear: Fix NULL pointer dereferenceSachin Kamat1-5/+3
2014-02-25mmc: wmt-sdmmc: Fix NULL pointer dereferenceSachin Kamat1-1/+3
2014-02-25mmc: ushc: Fix incorrect parameter in sizeofSachin Kamat1-1/+1
2014-02-24mmc: sdhci-bcm-kona: Add basic use of clocksTim Kryger1-2/+35
2014-02-23mmc: mmci: Enable support for busy detection for ux500 variantUlf Hansson2-8/+45
2014-02-23mmc: mmci: Handle CMD irq before DATA irqUlf Hansson1-4/+5
2014-02-23mmc: block: Fixup busy detection while invoking stop cmd at recoveryUlf Hansson1-28/+55
2014-02-23mmc: block: Respect hw busy detection in card_busy_detect()Ulf Hansson1-2/+8
2014-02-23mmc: block: Implement card_busy_detect() for busy detectionUlf Hansson1-35/+47
2014-02-23mmc: block: Use R1 responses for stop cmds for read requestsUlf Hansson1-1/+6
2014-02-23mmc: core: Respect host's max_busy_timeout when sending sleep cmdUlf Hansson1-3/+16
2014-02-23mmc: core: Use generic CMD6 time while switching to eMMC HS200 modeUlf Hansson1-1/+3
2014-02-23mmc: core: Fixup busy detection for mmc switch operationsUlf Hansson1-7/+26
2014-02-23mmc: core: Minor simplifications to __mmc_switchUlf Hansson1-11/+9
2014-02-23mmc: core: Add ignore_crc flag to __mmc_switchUlf Hansson3-16/+19
2014-02-23mmc: core: Rename cmd_timeout_ms to busy_timeoutUlf Hansson3-6/+6
2014-02-23mmc: core: Rename max_discard_to to max_busy_timeoutUlf Hansson2-4/+4
2014-02-22mmc: core: Add DT bindings for eMMC HS200 1.8/1.2VJaehoon Chung1-0/+4
2014-02-22mmc: core: Add DT bindings for eMMC high-speed DDR 1.8/1.2VUlf Hansson1-0/+4
2014-02-22mmc: core: Add DT bindings for SD card's UHS bus speed modesUlf Hansson1-0/+10
2014-02-22mmc: rtsx: add support for pre_req and post_reqMicky Ching1-68/+350
2014-02-22mmc: rtsx: modify phase searching method for tuningMicky Ching1-80/+32
2014-02-22mmc: rtsx: fix card poweroff bugMicky Ching1-1/+2
2014-02-22mmc: sdhci: add support for realtek rts5250Micky Ching2-1/+22
2014-02-22mmc: omap: Add erase capabilityJarkko Nikula1-7/+11
2014-02-22mmc: omap: Remove always set use_dma flag from struct mmc_omap_hostJarkko Nikula1-10/+5
2014-02-22mmc: omap: Convert to devm_ioremap_resourceJarkko Nikula1-29/+12
2014-02-22mmc: omap: Remove mem_res field from struct mmc_omap_hostJarkko Nikula1-3/+1