summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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/+2
* | | 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/+6
* | | 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/+19
* | | 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/+1
* | | mmc: sdhci-pci: Make sdhci_pci_o2_fujin2_pci_init() staticBen Hutchings2015-10-262-3/+1
* | | mmc: sdhci-pci: Build o2micro support in the same moduleBen Hutchings2015-10-263-5/+1
* | | 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/+9
* | | 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/+15
* | | 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/+1
* | | 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/+0
* | | mmc: sdhci: call sdhci_init() before request irqHaibo Chen2015-10-261-11/+11
* | | mmc: sdhci-bcm-kona: fix logic to check for 8-bit data widthJavier Martinez Canillas2015-10-261-1/+1
* | | mmc: pwrseq: use gpiod_get() instead of index 0Javier Martinez Canillas2015-10-261-1/+1
* | | mmc: core: Convert __mmc_switch() into an internal core functionUlf Hansson2015-10-262-1/+3
* | | mmc: vub300: Remove unneded semicolonsJavier Martinez Canillas2015-10-261-3/+3
* | | mmc: wbsd: Remove unneded semicolonJavier Martinez Canillas2015-10-261-1/+1
* | | mmc: sd: Remove superfluous error code assignmentYousong Zhou2015-10-261-2/+0
* | | mmc: core: Keep host claimed while invoking mmc_power_off|up()Ulf Hansson2015-10-262-5/+21
* | | mmc: sdhci-acpi: detect sd card reader on asus x205taMichele Curti2015-10-261-0/+1
|/ /
* | mmc: core: Fix init_card in 52MhzChaotian Jing2015-10-212-13/+3
* | mmc: sdhci-of-at91: use SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RST quirkludovic.desroches@atmel.com2015-10-081-0/+1
* | mmc: sdhci: add quirk SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RSTludovic.desroches@atmel.com2015-10-082-0/+7
* | mmc: sdhci-pxav3: fix error handling of armada_38x_quirksMarcin Wojtas2015-10-081-1/+1
* | mmc: sdhci-pxav3: disable clock inversion for HS MMC cardsNadav Haklai2015-10-081-0/+3
* | mmc: sdhci-pxav3: remove broken clock base quirk for Armada 38x sdhci driverNadav Haklai2015-10-081-0/+1
* | mmc: host: omap_hsmmc: Fix MMC for omap3 legacy bootingTony Lindgren2015-10-081-3/+3
* | Revert "mmc: host: omap_hsmmc: use regulator_is_enabled to find pbias status"Tony Lindgren2015-10-081-2/+6