summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-10-07mmc: sdhci-spear: Add clk_{un}prepare() supportViresh Kumar1-5/+5
2012-10-07mmc: sdhci-spear: add device tree bindingsViresh Kumar1-2/+55
2012-10-07mmc: sdhci-s3c: Add clk_(enable/disable) in runtime suspend/resumeChander Kashyap1-2/+27
2012-10-07mmc: core: Replace MMC_CAP2_BROKEN_VOLTAGE with test for fixed regulatorChris Ball1-4/+6
2012-10-07mmc: sdhci-pxav3: Use sdhci_get_of_property for parsing DT quirksChris Ball1-0/+2
2012-10-07mmc: dt: Support "broken-cd" property in sdhci-pltfmChris Ball1-0/+3
2012-10-07mmc: sdhci-s3c: fix the wrong number of max bus clocksJaehoon Chung1-1/+1
2012-10-03mmc: sh-mmcif: avoid oops on spurious interruptsGuennadi Liakhovetski1-0/+4
2012-10-03mmc: sh-mmcif: properly handle MMC_WRITE_MULTIPLE_BLOCK completion IRQGuennadi Liakhovetski1-1/+3
2012-10-03mmc: sdhci-s3c: Fix crash on module insertion for second timeChander Kashyap1-0/+1
2012-10-03mmc: sdhci-s3c: Enable only required bus clockChander Kashyap1-5/+7
2012-10-03mmc: Revert "mmc: dw_mmc: Add check for IDMAC configuration"Seungwon Jeon1-13/+2
2012-10-03mmc: mxcmmc: fix bug that may block a data transfer foreverJavier Martin1-6/+70
2012-10-03mmc: omap_hsmmc: Pass on the suspend failure to the PM coreVaibhav Bedia1-2/+1
2012-10-03mmc: atmel-mci: AP700x PDC is not connected to MCIHein_Tibosch2-1/+8
2012-10-03mmc: atmel-mci: DMA can be used with other controllersHein_Tibosch1-13/+13
2012-10-03mmc: mmci: use clk_prepare_enable and clk_disable_unprepareJulia Lawall1-10/+3
2012-10-03mmc: sdhci-s3c: Add device tree supportThomas Abraham1-6/+152
2012-10-03mmc: dw_mmc: add support for exynos specific implementation of dw-mshcThomas Abraham3-0/+263
2012-10-03mmc: dw_mmc: add support for implementation specific callbacksThomas Abraham4-4/+82
2012-10-03mmc: dw_mmc: prepare functions in dw_mmc-pltfm for reuseThomas Abraham2-2/+29
2012-10-03mmc: dw_mmc: add device tree supportThomas Abraham2-7/+132
2012-10-03mmc: dw_mmc: add quirk to indicate missing write protect lineThomas Abraham1-1/+3
2012-10-03mmc: dw_mmc: lookup for optional biu and ciu clocksThomas Abraham1-3/+49
2012-10-03mmc: dw_mmc: allow probe to succeed even if one slot is initializedThomas Abraham1-10/+13
2012-10-03mmc: dw_mmc: Use devm_* functions in dw_mmc platform driverThomas Abraham1-21/+8
2012-10-03mmc: dw_mmc: convert copy of struct device in struct dw_mci to a referenceThomas Abraham3-30/+30
2012-10-03mmc: support BKOPS feature for eMMCJaehoon Chung3-8/+189
2012-09-19mmc: sdhci: Test cd-gpio instead of SDHCI presence when probingGuennadi Liakhovetski1-0/+8
2012-09-19mmc: davinci_mmc: convert to DMA engine APIMatt Porter1-189/+82
2012-09-19mmc: sdio: Fix PM_SLEEP related build warningsThierry Reding1-7/+0
2012-09-19mmc: core: Remove bounce buffer in mmc_send_cxd_data()Kyungsik Lee1-16/+42
2012-09-19mmc: sdhci-pxav3: dt: Support "cd-gpios" propertyChris Ball1-0/+25
2012-09-11mmc: slot-gpio: Fix missing assignment to ctx->ro_gpioChris Ball1-1/+7
2012-09-04mmc: via-sdmmc: Use module_pci_driverSachin Kamat1-15/+1
2012-09-04mmc: dw_mmc-pci: Use module_pci_driverSachin Kamat1-12/+1
2012-09-04mmc: sdhci-pci: Use module_pci_driverSachin Kamat1-18/+1
2012-09-04mmc: mmc_spi: Use module_spi_driverSachin Kamat1-14/+1
2012-09-04mmc: sdhci-s3c: fix checkpatch error and warningsJingoo Han1-6/+8
2012-09-04mmc: core: Do not rescan non-removable devicesJohan Rudholm1-0/+5
2012-09-04mmc: dw_mmc: fixed a section mismatch in dw_mci_init_slotJaehoon Chung2-3/+3
2012-09-04mmc: tegra: convert to device tree support onlyJoseph Lo1-4/+3
2012-09-04mmc: omap_hsmmc: consolidate error report handling of HSMMC IRQVenkatraman S1-42/+21
2012-09-04mmc: omap_hsmmc: consolidate flush posted writes for HSMMC IRQsVenkatraman S1-13/+4
2012-09-04mmc: omap_hsmmc: remove access to SYSCONFIG registerVenkatraman S1-22/+2
2012-09-04mmc: omap_hsmmc: remove unused vars and includesVenkatraman S1-10/+4
2012-09-04mmc: omap: fix mmc_omap_report_irq to use dev_dbg macrosVenkatraman S1-12/+17
2012-09-04mmc: omap: remove unused variables and includesVenkatraman S1-10/+0
2012-09-04mmc: debugfs: Print ext_csd in ascending orderVenkatraman S1-1/+1
2012-09-04mmc: core: Add TRANsfer state to non-HPI stateVenkatraman S1-1/+2