summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2017-07-06Merge tag 'pinctrl-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-07-04Merge tag 'mmc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds
2017-06-29mmc: dw_mmc: remove the unnecessary slot variableJaehoon Chung
2017-06-29mmc: dw_mmc: use the 'slot' instead of 'cur_slot'Jaehoon Chung
2017-06-29mmc: dw_mmc: remove the 'id' arguments about functions relevant to slotJaehoon Chung
2017-06-29mmc: dw_mmc: change the array of slotsJaehoon Chung
2017-06-29mmc: dw_mmc: remove the loop about finding slotsJaehoon Chung
2017-06-29mmc: dw_mmc: deprecated the "num-slots" propertyJaehoon Chung
2017-06-29mmc: dw_mmc-rockchip: parse rockchip, desired-num-phases from DTShawn Lin
2017-06-29Merge tag 'v4.12-rc7' into develLinus Walleij
2017-06-27mmc/block: remove a call to blk_queue_bounce_limitChristoph Hellwig
2017-06-20mmc: renesas-sdhi: improve checkpatch cleannessSimon Horman
2017-06-20mmc: tmio: improve checkpatch cleannessSimon Horman
2017-06-20mmc: sdhci-pci: Enable card detect wake for Intel BYT-related SD controllersAdrian Hunter
2017-06-20mmc: slot-gpio: Add support to enable irq wake on cd_irqAdrian Hunter
2017-06-20mmc: core: Remove MMC_CAP2_HC_ERASE_SZUlf Hansson
2017-06-20mmc: core: for data errors, take response of stop cmd into accountWolfram Sang
2017-06-20mmc: core: check also R1 response for stop commandsWolfram Sang
2017-06-20mmc: core: Clarify code for sending CSDUlf Hansson
2017-06-20mmc: core: Drop mmc_all_send_cid() and use mmc_send_cxd_native() insteadUlf Hansson
2017-06-20mmc: core: Re-factor code for sending CIDUlf Hansson
2017-06-20mmc: core: Remove redundant code in mmc_send_cid()Ulf Hansson
2017-06-20mmc: core: Make mmc_can_reset() staticUlf Hansson
2017-06-20mmc: core: Move mmc_flush_cache() from core.c to mmc_ops.cUlf Hansson
2017-06-20mmc: core: Move mmc_interrupt_hpi() from core.c to mmc_ops.cUlf Hansson
2017-06-20mmc: core: Move mmc bkops functions from core.c to mmc_ops.cUlf Hansson
2017-06-20mmc: core: Don't export some eMMC specific functions from core.cUlf Hansson
2017-06-20mmc: host: omap_hsmmc: use mmc_regulator_get_supply() to get regulatorsKishon Vijay Abraham I
2017-06-20mmc: host: omap_hsmmc: Do not initialize MMC regulators to NULL on errorKishon Vijay Abraham I
2017-06-20mmc: sdio: Keep card runtime resumed while adding function devicesAdrian Hunter
2017-06-20mmc: sdio: Tidy error path in mmc_attach_sdio()Adrian Hunter
2017-06-20mmc: sdhci-pci: Add support for Intel CNPAdrian Hunter
2017-06-20mmc: tmio, renesas-sdhi: update Renesas related copyrightsSimon Horman
2017-06-20mmc: tmio: use EXPORT_SYMBOL_GPLSimon Horman
2017-06-20mmc: sdhci-acpi: Remove unneeded acpi_bus_get_status() callHans de Goede
2017-06-20mmc: tmio: make sure SDIO gets reinitialized after resumeWolfram Sang
2017-06-20mmc: sdhci-pci: Use macros in pci_ids definitionMatthias Kraemer
2017-06-20mmc: sdhci-esdhc-imx: Remove the ENGcm07207 workaroundBenoît Thébaudeau
2017-06-20mmc: sdhci-esdhc-imx: Allow all supported prescaler valuesBenoît Thébaudeau
2017-06-20mmc: sdhci-esdhc-imx: Fix DAT line software resetBenoît Thébaudeau
2017-06-20mmc: sdhci-esdhc: Add SDHCI_QUIRK_32BIT_DMA_ADDRBenoît Thébaudeau
2017-06-20mmc: sdhci-esdhc-imx: Fix some English mistakes and typosBenoît Thébaudeau
2017-06-20mmc: mediatek: Fixed size in dma_free_coherentPhong LE
2017-06-20mmc: bcm2835: fix potential null pointer dereferencesGustavo A. R. Silva
2017-06-20mmc: use proper name for the R-Car SoCWolfram Sang
2017-06-20mmc: core: Use device_property_read instead of of_property_readDavid Woods
2017-06-20mmc: dw_mmc: Use device_property_read instead of of_property_readDavid Woods
2017-06-20mmc: sdhci-esdhc-imx: Check the return value from clk_prepare_enable()Fabio Estevam