aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-14Merge tag 'mmc-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2-16/+73
2017-07-13mmc: tmio-mmc: fix bad pointer mathChris Brandt1-10/+9
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semanticMichal Hocko1-1/+1
2017-07-11mmc: sdhci-acpi: Workaround conflict with PCI wifi on GPD Win handheldAdrian Hunter1-6/+64
2017-07-06Merge tag 'pinctrl-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-39/+5
2017-07-04Merge tag 'mmc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds27-1259/+945
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds1-5/+4
2017-06-29mmc: dw_mmc: remove the unnecessary slot variableJaehoon Chung1-8/+5
2017-06-29mmc: dw_mmc: use the 'slot' instead of 'cur_slot'Jaehoon Chung3-22/+18
2017-06-29mmc: dw_mmc: remove the 'id' arguments about functions relevant to slotJaehoon Chung1-9/+7
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-29Merge tag 'v4.12-rc7' into develLinus Walleij8-38/+41
2017-06-20mmc: renesas-sdhi: improve checkpatch cleannessSimon Horman3-33/+37
2017-06-20mmc: tmio: improve checkpatch cleannessSimon Horman4-43/+50
2017-06-20mmc: sdhci-pci: Enable card detect wake for Intel BYT-related SD controllersAdrian Hunter1-1/+1
2017-06-20mmc: core: Remove MMC_CAP2_HC_ERASE_SZUlf Hansson3-7/+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-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-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 Sang1-1/+1
2017-06-20mmc: dw_mmc: Use device_property_read instead of of_property_readDavid Woods1-12/+12
2017-06-20mmc: sdhci-esdhc-imx: Check the return value from clk_prepare_enable()Fabio Estevam1-13/+41
2017-06-20mmc: sdhi: add CMD23 support to R-Car Gen2 & Gen3Wolfram Sang1-2/+4
2017-06-20mmc: tmio: add CMD23 supportWolfram Sang1-13/+28
2017-06-20mmc: tmio: move finish_request function further downWolfram Sang1-38/+38
2017-06-20mmc: tmio: remove outdated commentWolfram Sang1-1/+0
2017-06-20mmc: tmio: refactor handling mrqWolfram Sang1-20/+26
2017-06-20mmc: tmio: make tmio_mmc_request function more readableWolfram Sang1-5/+6
2017-06-20mmc: atmel-mci: Delete an error message for a failed memory allocationMarkus Elfring1-3/+1
2017-06-20mmc: core: Delete bounce buffer Kconfig optionLinus Walleij2-2/+8
2017-06-20mmc: renesas-sdhi: make renesas_sdhi_sys_dmac main module fileSimon Horman3-129/+137
2017-06-20mmc: renesas-sdhi: rename sh_mobile_sdhi.c => renesas_sdhi_core.cSimon Horman3-72/+72
2017-06-20mmc: renesas-sdhi: rename tmio_mmc_dma.c => renesas_sdhi_sys_dmac.cSimon Horman5-39/+52
2017-06-20mmc: tmio: rename tmio_mmc_{pio => core}.cSimon Horman2-1/+0
2017-06-20mmc: renesas-sdhi, tmio: make dma more modularSimon Horman6-43/+86