summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/s3cmci.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-17mmc: sdhci: Allow for irq being sharedAdrian Hunter1-3/+1
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 Hunter3-1/+90
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-17Revert "dts: socfpga: Add support for SD/MMC on the SOCFPGA platform"Chris Ball5-70/+3
2014-03-04mmc: sdhci-spear: use generic card detection gpio supportRussell King1-62/+17
2014-03-04mmc: sdhci-spear: remove support for power gpioRussell King2-40/+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-04ARM: OMAP: enable SYSCON and REGULATOR_PBIAS in omap2plus_defconfigBalaji T K1-0/+2
2014-03-04ARM: dts: add pbias dt nodeBalaji T K5-0/+85
2014-03-04mmc: omap_hsmmc: adapt hsmmc to use pbias regulatorBalaji T K1-0/+37
2014-03-04regulator: add pbias regulator supportBalaji T K4-0/+292
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-04ARM: dts: omap3-ldp: fix mmc configurationNishanth Menon1-0/+23
2014-03-04mmc: omap_hsmmc: Add support for quirky omap3 hsmmc controllerNishanth Menon2-4/+23
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-27dts: socfpga: Add support for SD/MMC on the SOCFPGA platformDinh Nguyen5-3/+70
2014-02-27mmc: dw_mmc: Add support for SOCFPGA's platform specific implementationDinh Nguyen1-2/+8
2014-02-27mmc: 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: mvsdio: Cleanup mmc-mvsdio.h headerSachin Kamat1-4/+2
2014-02-25mmc: msm: Cleanup mmc-msm_sdcc.h headerSachin Kamat1-5/+2
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