summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-29mmc: dw_mmc: change the array of slotsJaehoon Chung2-15/+10
2017-06-29mmc: dw_mmc: remove the loop about finding slotsJaehoon Chung1-79/+36
2017-06-29mmc: dw_mmc: deprecated the "num-slots" propertyJaehoon Chung1-13/+8
2017-06-29mmc: dw_mmc-rockchip: parse rockchip, desired-num-phases from DTShawn Lin1-18/+30
2017-06-29dt-bindings: rockchip-dw-mshc: add optional rockchip, desired-num-phasesShawn Lin1-0/+4
2017-06-20mmc: renesas-sdhi: improve checkpatch cleannessSimon Horman3-33/+37
2017-06-20mmc: tmio: improve checkpatch cleannessSimon Horman5-60/+66
2017-06-20mmc: sdhci-pci: Enable card detect wake for Intel BYT-related SD controllersAdrian Hunter1-1/+1
2017-06-20mmc: slot-gpio: Add support to enable irq wake on cd_irqAdrian Hunter3-1/+8
2017-06-20mmc: core: Remove MMC_CAP2_HC_ERASE_SZUlf Hansson5-14/+3
2017-06-20mmc: core: for data errors, take response of stop cmd into accountWolfram Sang1-2/+3
2017-06-20mmc: core: check also R1 response for stop commandsWolfram Sang1-1/+10
2017-06-20mmc: core: Clarify code for sending CSDUlf Hansson1-5/+10
2017-06-20mmc: core: Drop mmc_all_send_cid() and use mmc_send_cxd_native() insteadUlf Hansson1-19/+1
2017-06-20mmc: core: Re-factor code for sending CIDUlf Hansson4-12/+12
2017-06-20mmc: core: Remove redundant code in mmc_send_cid()Ulf Hansson1-7/+0
2017-06-20mmc: core: Make mmc_can_reset() staticUlf Hansson2-3/+1
2017-06-20mmc: core: Move mmc_flush_cache() from core.c to mmc_ops.cUlf Hansson2-21/+21
2017-06-20mmc: core: Move mmc_interrupt_hpi() from core.c to mmc_ops.cUlf Hansson3-66/+65
2017-06-20mmc: core: Move mmc bkops functions from core.c to mmc_ops.cUlf Hansson3-119/+113
2017-06-20mmc: core: Don't export some eMMC specific functions from core.cUlf Hansson1-4/+0
2017-06-20Documentation: dt-bindings: Document deprecation of "vmmc_aux" and using "vqmmc"Kishon Vijay Abraham I1-1/+1
2017-06-20mmc: host: omap_hsmmc: use mmc_regulator_get_supply() to get regulatorsKishon Vijay Abraham I1-20/+14
2017-06-20mmc: host: omap_hsmmc: Do not initialize MMC regulators to NULL on errorKishon Vijay Abraham I1-12/+9
2017-06-20ARM: dts: omap3-overo: Remove "vqmmc-supply" property from MMC dt nodeKishon Vijay Abraham I1-11/+0
2017-06-20mmc: sdio: Keep card runtime resumed while adding function devicesAdrian Hunter1-1/+12
2017-06-20mmc: sdio: Tidy error path in mmc_attach_sdio()Adrian Hunter1-7/+6
2017-06-20mmc: sdhci-pci: Add support for Intel CNPAdrian Hunter2-1/+48
2017-06-20mmc: tmio, renesas-sdhi: update Renesas related copyrightsSimon Horman5-6/+14
2017-06-20mmc: tmio: use EXPORT_SYMBOL_GPLSimon Horman1-10/+10
2017-06-20MAINTAINERS: Update files for TMIO/SDHI MMC driverSimon Horman1-1/+1
2017-06-20mmc: sdhci-acpi: Remove unneeded acpi_bus_get_status() callHans de Goede1-3/+0
2017-06-20mmc: tmio: make sure SDIO gets reinitialized after resumeWolfram Sang1-7/+10
2017-06-20mmc: sdhci-pci: Use macros in pci_ids definitionMatthias Kraemer2-549/+112
2017-06-20mmc: sdhci-esdhc-imx: Remove the ENGcm07207 workaroundBenoît Thébaudeau1-12/+4
2017-06-20mmc: sdhci-esdhc-imx: Allow all supported prescaler valuesBenoît Thébaudeau1-11/+7
2017-06-20mmc: sdhci-esdhc-imx: Fix DAT line software resetBenoît Thébaudeau1-21/+38
2017-06-20mmc: sdhci-esdhc: Add SDHCI_QUIRK_32BIT_DMA_ADDRBenoît Thébaudeau1-0/+1
2017-06-20mmc: sdhci-esdhc-imx: Fix some English mistakes and typosBenoît Thébaudeau1-24/+25
2017-06-20mmc: mediatek: Fixed size in dma_free_coherentPhong LE1-1/+1
2017-06-20mmc: bcm2835: fix potential null pointer dereferencesGustavo A. R. Silva1-3/+9
2017-06-20mmc: use proper name for the R-Car SoCWolfram Sang2-2/+2
2017-06-20mmc: core: Use device_property_read instead of of_property_readDavid Woods1-37/+35
2017-06-20mmc: dw_mmc: Use device_property_read instead of of_property_readDavid Woods1-12/+12
2017-06-20Documentation: rockchip-dw-mshc: add description for rk3328Shawn Lin1-0/+1
2017-06-20mmc: sdhci-esdhc-imx: Check the return value from clk_prepare_enable()Fabio Estevam1-13/+41
2017-06-20mmc: block: fix semicolon.cocci warningsWu Fengguang1-1/+1
2017-06-20mmc: block: Use __mmc_send_status() and drop get_card_status()Ulf Hansson3-21/+12
2017-06-20mmc: block: Move boot partition locking into a driver opLinus Walleij2-24/+33
2017-06-20mmc: block: Move DRV OP issue functionLinus Walleij1-37/+37