summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-03-17mmc: sdhci-acpi: Add device id 80860F16Adrian Hunter1-0/+2
2014-03-17mmc: sdhci-acpi: Fix broken card detect for ACPI HID 80860F14Adrian Hunter1-62/+15
2014-03-17mmc: slot-gpio: Add GPIO descriptor based CD GPIO APIAdrian Hunter2-1/+84
2014-03-17mmc: slot-gpio: Split out CD IRQ request into a separate functionAdrian Hunter1-23/+35
2014-03-17mmc: slot-gpio: Record GPIO descriptors instead of GPIO numbersAdrian Hunter1-18/+27
2014-03-04mmc: sdhci-spear: use generic card detection gpio supportRussell King1-62/+17
2014-03-04mmc: sdhci-spear: remove support for power gpioRussell King1-32/+0
2014-03-04mmc: sdhci-spear: simplify resource handlingRussell King1-27/+13
2014-03-04mmc: sdhci-spear: fix platform_data usageRussell King1-26/+17
2014-03-04mmc: sdhci-spear: fix error handling paths for DTRussell King1-6/+3
2014-03-04mmc: sdhci-bcm-kona: fix build errors when built-inRussell King1-1/+1
2014-03-04mmc: omap_hsmmc: add autocmd23 supportBalaji T K1-3/+36
2014-03-04mmc: omap_hsmmc: add cmd23 supportBalaji T K1-4/+17
2014-03-04mmc: omap_hsmmc: split dma setupBalaji T K1-8/+18
2014-03-04mmc: omap_hsmmc: fix request done for sbc error caseBalaji T K1-1/+1
2014-03-04mmc: omap_hsmmc: save clock rate to use in interrupt contextBalaji T K1-1/+3
2014-03-04mmc: omap_hsmmc: remove redundant reset doneBalaji T K1-4/+0
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-04regulator: add pbias regulator supportBalaji T K3-0/+265
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