aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2017-07-17Merge branch 'fixes' into nextUlf Hansson
2017-07-17mmc: host: omap_hsmmc: remove unused platform callbacksFaiz Abbas
2017-07-17mmc: atmel-mci: add missing of_node_putJulia Lawall
2017-07-17Merge branch 'fixes' into nextUlf Hansson
2017-07-17mmc: sdhci-of-at91: set clocks and presets after resume from deepest PMQuentin Schulz
2017-07-17mmc: sdhci-of-at91: factor out clks and presets settingQuentin Schulz
2017-07-17mmc: atmel-mci: remove unused sg_len variableShawn Lin
2017-07-17mmc: sdhci-xenon: remove pointless struct xenon_priv *privShawn Lin
2017-07-17mmc: block: remove unused struct mmc_card *cardShawn Lin
2017-07-17mmc: mxcmmc: check the return value of mxcmci_finish_dataShawn Lin
2017-07-17mmc: mmc_ops: fix a typo for comment of mmc_start_bkopsShawn Lin
2017-07-17mmc: mediatek: add ops->get_cd() supportChaotian Jing
2017-07-17mmc: rtsx_usb_sdmmc: make array 'width' static constColin Ian King
2017-07-17mmc: renesas_sdhi_core: on R-Car 2+, make use of CBSY bitWolfram Sang
2017-07-17mmc: tmio: don't wait on R-Car2+ when handling the clockWolfram Sang
2017-07-17mmc: sdhi: use maximum width for the sdbuf registerWolfram Sang
2017-07-17mmc: tmio: no magic values when enabling DMAWolfram Sang
2017-07-17mmc: tmio: add references to bit defines in the headerWolfram Sang
2017-07-17mmc: tmio: remove obsolete TMIO_BBSWolfram Sang
2017-07-17mmc: tmio: fix CMD12 (STOP) handlingWolfram Sang
2017-07-17mmc: mxcmmc: fix error return code in mxcmci_probe()Gustavo A. R. Silva
2017-07-17mmc: android-goldfish: remove logically dead code in goldfish_mmc_irq()Gustavo A. R. Silva
2017-07-17mmc: sdhci-st: add FSP2(ppc476fpe) into depends for sdhci-stIvan Mikhaylov
2017-07-17mmc: omap_hsmmc: Reduce max_segs for reliabilityWill Newton
2017-07-17mmc: renesas-sdhi: add support for R-Car Gen3 SDHI DMACSimon Horman
2017-07-17mmc: tmio, renesas-sdhi: add dataend to DMA opsSimon Horman
2017-07-17mmc: tmio, renesas-sdhi: add max_{segs, blk_count} to tmio_mmc_dataYoshihiro Shimoda
2017-07-17mmc: omap_hsmmc: constify dev_pm_ops structuresArvind Yadav
2017-07-17mmc: sdhci-st: Handle return value of clk_prepare_enableArvind Yadav
2017-07-17mmc: sunxi: Keep default timing phase settings for new timing modeChen-Yu Tsai
2017-07-14Merge tag 'mmc-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds
2017-07-13mmc: tmio-mmc: fix bad pointer mathChris Brandt
2017-07-13mmc: block: Prevent new req entering queue after its cleanupGrzegorz Sluja
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko
2017-07-11mmc: block: Let MMC_IOC_MULTI_CMD return zero again for zero entriesGeert Uytterhoeven
2017-07-11mmc: block: Initialize ret in mmc_blk_issue_drv_op() for MMC_DRV_OP_IOCTLGeert Uytterhoeven
2017-07-11mmc: sdhci-acpi: Workaround conflict with PCI wifi on GPD Win handheldAdrian Hunter
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