summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2016-11-29mmc: tmio: remove SDIO from TODO listWolfram Sang1-1/+0
2016-11-29mmc: tmio: fix wrong bitmask for SDIO irqsWolfram Sang1-1/+1
2016-11-29mmc: wbsd: implement check for dma mapping errorAlexey Khoroshilov1-4/+7
2016-11-29mmc: mmc_test: Uninitialized return valueDan Carpenter1-1/+1
2016-11-29mmc: sdhci: remove unneeded (void *) casts in sdhci_(pltfm_)priv()Masahiro Yamada2-2/+2
2016-11-29mmc: sdhci-iproc: support standard byte register accessesScott Branden1-2/+33
2016-11-29mmc: sh_mobile_sdhi: Add tuning supportSimon Horman1-1/+264
2016-11-29mmc: tmio: Add tuning supportAi Kyuse2-0/+76
2016-11-29mmc: tmio: Add hw reset supportAi Kyuse2-0/+10
2016-11-29mmc: tmio: document mandatory and optional callbacksSimon Horman1-1/+4
2016-11-29mmc: tmio: enhance illegal sequence handlingAi Kyuse1-6/+9
2016-11-29mmc: sh_mobile_sdhi: Add r7s72100 supportChris Brandt1-0/+7
2016-11-29mmc: tmio-mmc: add support for 32bit data portChris Brandt2-0/+42
2016-11-29mmc: sh_mobile_sdhi: add ocr_mask optionChris Brandt1-0/+2
2016-11-29mmc: core: use enum mmc_blk_status properlyLinus Walleij3-33/+59
2016-11-29mmc: block: convert ecc_err to a boolLinus Walleij1-4/+4
2016-11-29mmc: block: make gen_err a bool variableLinus Walleij1-8/+9
2016-11-29mmc: sdhci: Use sdhci-caps-mask and sdhci-caps to change the caps read during...Zach Brown1-2/+22
2016-11-29mmc: mmci: refactor ST Micro busy detectionLinus Walleij2-30/+85
2016-11-29mmc: mmci: clean up header definesLinus Walleij2-39/+46
2016-11-29mmc: s3cmci: Use DMA slave map rather than exported DMA filterSylwester Nawrocki1-11/+4
2016-11-29mmc: core: Don't power off the card when starting the hostUlf Hansson1-5/+4
2016-11-29MMC: meson: initial support for GX platformsKevin Hilman3-0/+862
2016-11-29mmc: dw_mmc: remove system PM callbackShawn Lin2-56/+27
2016-11-29mmc: dw_mmc-pltfm: deploy runtime PM facilitiesShawn Lin1-20/+8
2016-11-29mmc: dw_mmc-pci: deploy runtime PM facilitiesShawn Lin1-20/+9
2016-11-29mmc: dw_mmc-exynos: deploy runtime PM facilitiesShawn Lin1-14/+10
2016-11-29mmc: dw_mmc-k3: deploy runtime PM facilitiesShawn Lin1-30/+9
2016-11-29mmc: dw_mmc: disable biu clk if possibleShawn Lin2-0/+14
2016-11-29mmc: core: expose the capability of gpio card detectShawn Lin1-0/+8
2016-11-29mmc: dw_mmc-rockchip: add runtime PM supportShawn Lin1-3/+38
2016-11-29mmc: dw_mmc: add runtime PM callbackShawn Lin2-3/+33
2016-11-29mmc: core: Don't use ->card_busy() and CMD13 in combination when pollingUlf Hansson1-16/+14
2016-11-29mmc: core: Factor out code related to polling in __mmc_switch()Ulf Hansson1-49/+59
2016-11-29mmc: core: Clarify code which deals with polling in __mmc_switch()Ulf Hansson1-21/+18
2016-11-29mmc: core: Make mmc_switch_status() available for mmc coreUlf Hansson3-15/+15
2016-11-29mmc: sdhci-msm: Add pm_runtime and system PM supportPramod Gurav1-1/+67
2016-11-29mmc: sunxi: Prevent against null dereference for vmmcMaxime Ripard1-5/+10
2016-11-29mmc: sdhci-of-at91: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-11-29mmc: mediatek: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-11-29mmc: rtsx_usb_sdmmc: Enable runtime PM autosuspendUlf Hansson1-0/+3
2016-11-29mmc: sdhci: put together into one condition checkingJaehoon Chung1-11/+8
2016-11-21mmc: dw_mmc: fix the error handling for dma operationJaehoon Chung1-0/+1
2016-11-18mmc: sdhci-of-esdhc: fixup PRESENT_STATE readMichael Walle2-0/+15
2016-11-07mmc: mxs: Initialize the spinlock prior to using itFabio Estevam1-2/+2
2016-11-07mmc: mmc: Use 500ms as the default generic CMD6 timeoutUlf Hansson1-0/+3
2016-11-07mmc: mmc_test: Fix "Commands during non-blocking write" testsAdrian Hunter1-4/+4
2016-11-07mmc: sdhci: Fix missing enhanced strobe setting during runtime resumeAdrian Hunter1-0/+4
2016-11-07mmc: sdhci: Reset cmd and data circuits after tuning failureAdrian Hunter1-0/+4
2016-11-07mmc: sdhci: Fix unexpected data interrupt handlingAdrian Hunter1-3/+2