summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | mmc: core: fix dead loop of mmc_retuneChaotian Jing2015-09-301-2/+4
* | mmc: pxamci: fix card detect with slot-gpio APIRobert Jarzmik2015-09-291-44/+22
* | mmc: sunxi: Fix clk-delay settingsHans de Goede2015-09-291-14/+39
* | mmc: core: Don't return an error for CD/WP GPIOs when GPIOLIB is unsetUlf Hansson2015-09-291-2/+2
|/
* Merge tag 'mmc-v4.3' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2015-09-0826-411/+1035
|\
| * mmc: android-goldfish: remove incorrect __iomem annotationChristoph Hellwig2015-09-011-1/+1
| * mmc: core: fix race condition in mmc_wait_data_doneJialing Fu2015-08-311-2/+4
| * mmc: host: omap_hsmmc: remove CONFIG_REGULATOR checkKishon Vijay Abraham I2015-08-271-31/+3
| * mmc: host: omap_hsmmc: use ios->vdd for setting vmmc voltageKishon Vijay Abraham I2015-08-271-3/+4
| * mmc: host: omap_hsmmc: use regulator_is_enabled to find pbias statusKishon Vijay Abraham I2015-08-271-6/+2
| * mmc: host: omap_hsmmc: enable/disable vmmc_aux regulator based on previous stateKishon Vijay Abraham I2015-08-271-2/+8
| * mmc: host: omap_hsmmc: don't use ->set_power to set initial regulator stateKishon Vijay Abraham I2015-08-271-10/+56
| * mmc: host: omap_hsmmc: avoid pbias regulator enable on power offKishon Vijay Abraham I2015-08-271-4/+4
| * mmc: host: omap_hsmmc: add separate function to set pbiasKishon Vijay Abraham I2015-08-271-30/+48
| * mmc: host: omap_hsmmc: add separate functions for enable/disable supplyKishon Vijay Abraham I2015-08-271-35/+66
| * mmc: host: omap_hsmmc: return error if any of the regulator APIs failKishon Vijay Abraham I2015-08-271-12/+40
| * mmc: host: omap_hsmmc: remove unnecessary pbias set_voltageKishon Vijay Abraham I2015-08-271-1/+0
| * mmc: host: omap_hsmmc: use mmc_host's vmmc and vqmmcKishon Vijay Abraham I2015-08-271-35/+28
| * mmc: host: omap_hsmmc: use the ocrmask provided by the vmmc regulatorKishon Vijay Abraham I2015-08-271-9/+1
| * mmc: host: omap_hsmmc: cleanup omap_hsmmc_reg_get()Kishon Vijay Abraham I2015-08-271-22/+16
| * mmc: host: omap_hsmmc: return on fatal errors from omap_hsmmc_reg_getKishon Vijay Abraham I2015-08-271-2/+20
| * mmc: host: omap_hsmmc: use devm_regulator_get_optional() for vmmcKishon Vijay Abraham I2015-08-271-3/+7
| * mmc: sdhci-of-at91: fix platform_no_drv_owner.cocci warningskbuild test robot2015-08-271-1/+0
OpenPOWER on IntegriCloud