summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2015-10-26mmc: block: Add new ioctl to send multi commandsJon Hunter
2015-10-26mmc: sdhci-pltfm: enable interrupt mode to detect card for ls1021aYangbo Lu
2015-10-26mmc: pwrseq_simple: use GPIO descriptors array APIJavier Martinez Canillas
2015-10-26mmc: mediatek: Add MMC_CAP_RUNTIME_RESUME supportChaotian Jing
2015-10-26mmc: debugfs: implement ios show for driver typeShawn Lin
2015-10-26mmc: omap: Fix module autoload for OF platform driverLuis de Bethencourt
2015-10-26mmc: moxart: Fix module autoload for OF platform driverLuis de Bethencourt
2015-10-26mmc: sdhci-pltfm: Use of_property_read_u32 instead of open-coding itTobias Klauser
2015-10-26mmc: mmc_spi: Export OF module alias informationJavier Martinez Canillas
2015-10-26mmc: sdhci-of-at91: remove a line of dead codeDan Carpenter
2015-10-26mmc: sdhci: call sdhci_init() before request irqHaibo Chen
2015-10-26mmc: sdhci-bcm-kona: fix logic to check for 8-bit data widthJavier Martinez Canillas
2015-10-26mmc: pwrseq: use gpiod_get() instead of index 0Javier Martinez Canillas
2015-10-26mmc: core: Convert __mmc_switch() into an internal core functionUlf Hansson
2015-10-26mmc: vub300: Remove unneded semicolonsJavier Martinez Canillas
2015-10-26mmc: wbsd: Remove unneded semicolonJavier Martinez Canillas
2015-10-26mmc: sd: Remove superfluous error code assignmentYousong Zhou
2015-10-26mmc: core: Keep host claimed while invoking mmc_power_off|up()Ulf Hansson
2015-10-26mmc: sdhci-acpi: detect sd card reader on asus x205taMichele Curti
2015-10-21mmc: core: Fix init_card in 52MhzChaotian Jing
2015-10-08mmc: sdhci-of-at91: use SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RST quirkludovic.desroches@atmel.com
2015-10-08mmc: sdhci: add quirk SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RSTludovic.desroches@atmel.com
2015-10-08mmc: sdhci-pxav3: fix error handling of armada_38x_quirksMarcin Wojtas
2015-10-08mmc: sdhci-pxav3: disable clock inversion for HS MMC cardsNadav Haklai
2015-10-08mmc: sdhci-pxav3: remove broken clock base quirk for Armada 38x sdhci driverNadav Haklai
2015-10-08mmc: host: omap_hsmmc: Fix MMC for omap3 legacy bootingTony Lindgren
2015-10-08Revert "mmc: host: omap_hsmmc: use regulator_is_enabled to find pbias status"Tony Lindgren
2015-09-30mmc: core: fix dead loop of mmc_retuneChaotian Jing
2015-09-29mmc: pxamci: fix card detect with slot-gpio APIRobert Jarzmik
2015-09-29mmc: sunxi: Fix clk-delay settingsHans de Goede
2015-09-29mmc: core: Don't return an error for CD/WP GPIOs when GPIOLIB is unsetUlf Hansson
2015-09-08Merge tag 'mmc-v4.3' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-09-01mmc: android-goldfish: remove incorrect __iomem annotationChristoph Hellwig
2015-08-31mmc: core: fix race condition in mmc_wait_data_doneJialing Fu
2015-08-27mmc: host: omap_hsmmc: remove CONFIG_REGULATOR checkKishon Vijay Abraham I
2015-08-27mmc: host: omap_hsmmc: use ios->vdd for setting vmmc voltageKishon Vijay Abraham I
2015-08-27mmc: host: omap_hsmmc: use regulator_is_enabled to find pbias statusKishon Vijay Abraham I
2015-08-27mmc: host: omap_hsmmc: enable/disable vmmc_aux regulator based on previous stateKishon Vijay Abraham I
2015-08-27mmc: host: omap_hsmmc: don't use ->set_power to set initial regulator stateKishon Vijay Abraham I
2015-08-27mmc: host: omap_hsmmc: avoid pbias regulator enable on power offKishon Vijay Abraham I
2015-08-27mmc: host: omap_hsmmc: add separate function to set pbiasKishon Vijay Abraham I
2015-08-27mmc: host: omap_hsmmc: add separate functions for enable/disable supplyKishon Vijay Abraham I
2015-08-27mmc: host: omap_hsmmc: return error if any of the regulator APIs failKishon Vijay Abraham I
2015-08-27mmc: host: omap_hsmmc: remove unnecessary pbias set_voltageKishon Vijay Abraham I
2015-08-27mmc: host: omap_hsmmc: use mmc_host's vmmc and vqmmcKishon Vijay Abraham I
2015-08-27mmc: host: omap_hsmmc: use the ocrmask provided by the vmmc regulatorKishon Vijay Abraham I
2015-08-27mmc: host: omap_hsmmc: cleanup omap_hsmmc_reg_get()Kishon Vijay Abraham I
2015-08-27mmc: host: omap_hsmmc: return on fatal errors from omap_hsmmc_reg_getKishon Vijay Abraham I