aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-17mmc: core: Use a minimum 1600ms timeout when enabling CACHE ctrlUlf Hansson1-4/+10
2018-12-17mmc: core: Allow BKOPS and CACHE ctrl even if no HPI supportUlf Hansson1-4/+2
2018-12-17mmc: core: Reset HPI enabled state during re-init and in case of errorsUlf Hansson1-1/+3
2018-12-17mmc: omap_hsmmc: fix DMA API warningRussell King1-1/+11
2018-12-17mmc: tegra: Fix for SDMMC pads autocal parsing from dtSowjanya Komatineni1-4/+4
2018-12-17mmc: sdhci: Fix sdhci_do_enable_v4_modeSowjanya Komatineni1-2/+2
2018-12-06mmc: sdhci: fix the timeout check window for clock and resetAlek Du1-5/+13
2018-12-05mmc: sdhci-omap: Fix DCRC error handling during tuningFaiz Abbas1-4/+8
2018-12-04MMC: OMAP: fix broken MMC on OMAP15XX/OMAP5910/OMAP310Aaro Koskinen1-2/+9
2018-12-04mmc: core: use mrq->sbc when sending CMD23 for RPMBWolfram Sang1-5/+10
2018-11-19mmc: sdhci-pci: Workaround GLK firmware failing to restore the tuning valueAdrian Hunter1-2/+77
2018-11-19mmc: sdhci-pci: Try "cd" for card-detect lookup before using NULLRajat Jain1-1/+6
2018-10-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-10-23Merge branch 'x86/cache' into perf/core, to pick up fixesIngo Molnar3-3/+4
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-5/+9
2018-10-23Merge tag 'mmc-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds43-912/+3845
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-10-15mmc: pwrseq_simple: Fix incorrect handling of GPIO bitmapJanusz Krzysztofik1-2/+11
2018-10-15mmc: mediatek: drop too much code of tuning methodChaotian Jing1-95/+38
2018-10-15mmc: mediatek: add MT8183 MMC driver supportChaotian Jing1-50/+233
2018-10-15mmc: mediatek: tune CMD/DATA togetherChaotian Jing1-0/+87
2018-10-15mmc: mediatek: fix cannot receive new request when msdc_cmd_is_ready failChaotian Jing1-1/+1
2018-10-15mmc: mediatek: fill the actual clock for mmc debugfsChaotian Jing1-6/+7
2018-10-15mmc: uniphier-sd: avoid using broken DMA RX channelMasahiro Yamada1-0/+3
2018-10-15mmc: uniphier-sd: fix DMA disablingMasahiro Yamada1-1/+1
2018-10-15mmc: tmio: simplify the DMA mode testMasahiro Yamada5-17/+18
2018-10-15mmc: tmio: remove TMIO_MMC_HAVE_HIGH_REG flagMasahiro Yamada2-5/+5
2018-10-15mmc: tmio: move MFD variant reset to a platform hookMasahiro Yamada3-8/+24
2018-10-15mmc: renesas_sdhi: Add r8a77470 SDHI1 supportFabrizio Castro2-4/+6
2018-10-09Merge branch 'fixes' into nextUlf Hansson1-0/+10
2018-10-09mmc: block: avoid multiblock reads for the last sector in SPI modeChris Boot1-0/+10
2018-10-09mmc: mmci: add stm32 sdmmc variantLudovic Barre5-0/+334
2018-10-09mmc: mmci: add stm32 sdmmc registersLudovic Barre1-0/+56
2018-10-09mmc: mmci: add clock divider for stm32 sdmmcLudovic Barre2-0/+4
2018-10-09mmc: mmci: add optional reset propertyLudovic Barre2-0/+9
2018-10-09mmc: mmci: add variant property to not read datacntLudovic Barre2-2/+9
2018-10-09mmc: mmci: add variant property to write datactrl before commandLudovic Barre2-2/+6
2018-10-09mmc: mmci: add variant property to define irq pio maskLudovic Barre2-3/+15
2018-10-09mmc: mmci: add variant property to define dpsm bitLudovic Barre2-3/+14
2018-10-09mmc: mmci: add variant properties to define cpsm & cmdresp bitsLudovic Barre2-4/+51
2018-10-09mmc: mmci: expand startbiterr to irqmask and error checkLudovic Barre2-14/+19
2018-10-09mmc: mmci: add datactrl block size variant propertyLudovic Barre2-2/+13
2018-10-09mmc: mmci: add set_clk/pwrreg callbacksLudovic Barre2-4/+17
2018-10-09mmc: mmci: add validate_data callbackLudovic Barre2-18/+22
2018-10-09mmc: mmci: add dma_error callbackLudovic Barre3-11/+18
2018-10-09mmc: mmci: add dma_finalize callbackLudovic Barre3-8/+15
2018-10-09mmc: mmci: add dma_start callbackLudovic Barre3-30/+42
2018-10-09mmc: mmci: add get_next_data callbackLudovic Barre3-6/+13
2018-10-09mmc: mmci: add prepare/unprepare_data callbacksLudovic Barre3-33/+78
2018-10-09mmc: mmci: merge prepare data functionsLudovic Barre1-12/+7