summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: dw_mmc: fix the wrong setting for UHS-DDR50 modeJaehoon Chung2015-10-291-0/+1
* mmc: dw_mmc: fix the CardThreshold boundary at CardThrCtl registerJaehoon Chung2015-10-291-1/+1
* mmc: dw_mmc: NULL dereference in error messageDan Carpenter2015-10-291-3/+1Star
* mmc: pwrseq: Use highest priority for eMMC restart handlerJavier Martinez Canillas2015-10-271-3/+3
* mmc: mediatek: add HS400 supportChaotian Jing2015-10-271-5/+244
* mmc: mmc: extend the mmc_send_tuning()Chaotian Jing2015-10-278-15/+15
* mmc: mediatek: add implement of ops->hw_reset()Chaotian Jing2015-10-271-0/+11
* mmc: mediatek: fix got GPD checksum error interrupt when data transferChaotian Jing2015-10-271-4/+7
* mmc: mediatek: change the argument "ddr" to "timing"Chaotian Jing2015-10-271-12/+8Star
* mmc: mediatek: make cmd_ints_mask to constChaotian Jing2015-10-271-9/+6Star
* mmc: core: Add DT bindings for eMMC hardware reset supportChaotian Jing2015-10-271-0/+2
* mmc: omap_hsmmc: Enable omap_hsmmc for Keystone 2Lokesh Vutla2015-10-261-1/+1
* mmc: sdhci-acpi: Add more ACPI HIDs for Intel controllersAdrian Hunter2015-10-261-1/+9
* mmc: sdhci-pci: Add more PCI IDs for Intel controllersAdrian Hunter2015-10-262-0/+54
* mmc: dw_mmc: use macro for HCON register operationsShawn Lin2015-10-262-3/+6
* mmc: dw_mmc: Add external dma interface supportShawn Lin2015-10-264-62/+225
* mmc: sdhci-of-esdhc: avoid writing power control registeryangbo lu2015-10-261-0/+6
* mmc: skip reclaiming host on mmc_add_card() errorSergei Shtylyov2015-10-262-4/+2Star
* mmc: android-goldfish: Allow compiling the driver with COMPILE_TESTLuis de Bethencourt2015-10-261-1/+1
* mmc: dw_mmc-rockchip: MMC tuning with the clock phase frameworkAlexandru M Stan2015-10-261-0/+162
* mmc: dw_mmc: Use mmc_regulator_set_vqmmc in start_signal_voltage_switchDouglas Anderson2015-10-261-11/+6Star
* mmc: core: Add mmc_regulator_set_vqmmc()Douglas Anderson2015-10-261-0/+78
* mmc: core: move ocr-bit to voltage translation into separate functionHeiko Stuebner2015-10-261-16/+35
* mmc: core: Remove MMC_CLKGATEUlf Hansson2015-10-2610-426/+19Star
* mmc: sdhci-of-esdhc: add quirk SDHCI_QUIRK_BROKEN_TIMEOUT_VAL for ls1021ayangbo lu2015-10-261-0/+3
* mmc: kconfig: reconfigure MMC_SDHCI_OF_ESDHC optionyangbo lu2015-10-261-3/+3
* mmc: sdhci-of-esdhc: support both BE and LE host controlleryangbo lu2015-10-262-112/+341
* mmc: sdhci-pci: Add another PCI ID for an Intel eMMC host controllerAdrian Hunter2015-10-262-0/+9
* mmc: sdhci-pci: fix simple_return.cocci warningskbuild test robot2015-10-261-5/+1Star
* mmc: sdhci-pci: Make sdhci_pci_o2_fujin2_pci_init() staticBen Hutchings2015-10-262-3/+1Star
* mmc: sdhci-pci: Build o2micro support in the same moduleBen Hutchings2015-10-263-5/+1Star
* mmc: sirf: fix the capbility to support DDR50Weijun Yang2015-10-261-1/+2
* mmc: sdhci: enable tuning for DDR50Weijun Yang2015-10-261-3/+4
* mmc: core: enable CMD19 tuning for DDR50 modeWeijun Yang2015-10-261-2/+18
* mmc: block: copy resp[] data on err for MMC_IOC_MULTI_CMDGrant Grundler2015-10-261-18/+9Star
* mmc: debugfs: implement ios show for SDR12 and SDR25Shawn Lin2015-10-261-0/+6
* mmc: sunxi: Add card busy detectionHans de Goede2015-10-261-0/+8
* mmc: Wait for card_busy before starting sdio requestsHans de Goede2015-10-261-0/+17
* mmc: Add mmc_is_io_op helper functionHans de Goede2015-10-261-0/+7
* mmc: block: Add new ioctl to send multi commandsJon Hunter2015-10-261-55/+151
* mmc: sdhci-pltfm: enable interrupt mode to detect card for ls1021aYangbo Lu2015-10-261-1/+2
* mmc: pwrseq_simple: use GPIO descriptors array APIJavier Martinez Canillas2015-10-261-30/+15Star
* mmc: mediatek: Add MMC_CAP_RUNTIME_RESUME supportChaotian Jing2015-10-261-1/+1
* mmc: debugfs: implement ios show for driver typeShawn Lin2015-10-261-0/+19
* mmc: omap: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-261-0/+1
* mmc: moxart: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-261-0/+1
* mmc: sdhci-pltfm: Use of_property_read_u32 instead of open-coding itTobias Klauser2015-10-261-5/+1Star
* mmc: mmc_spi: Export OF module alias informationJavier Martinez Canillas2015-10-261-0/+1
* mmc: sdhci-of-at91: remove a line of dead codeDan Carpenter2015-10-261-1/+0Star
* mmc: sdhci: call sdhci_init() before request irqHaibo Chen2015-10-261-11/+11