summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-05-161-0/+1
|\
| * clk: Remove io.h from clk-provider.hStephen Boyd2019-05-151-0/+1
* | treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-142-2/+2
* | Merge tag 'mmc-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2019-05-0737-650/+1146
|\ \
| * | mmc: sdhci-pci: Fix BYT OCP settingAdrian Hunter2019-05-062-0/+97
| * | mmc: alcor: Drop pointer to mmc_host from alcor_sdmmc_hostKamlesh Gurudasani2019-05-061-8/+7
| * | mmc: mtk-sd: select REGULATORNeilBrown2019-05-061-0/+1
| * | mmc: mtk-sd: enable internal card-detect logic.NeilBrown2019-05-061-4/+60
| * | mmc: mtk-sd: add support for config found in mt7620 family SOCs.NeilBrown2019-05-061-0/+12
| * | mmc: mtk-sd: don't hard-code interrupt trigger typeNeilBrown2019-05-061-1/+1
| * | mmc: core: Fix tag set memory leakRaul E Rangel2019-05-061-0/+1
| * | mmc: mmci: Prevent polling for busy detection in IRQ contextLudovic Barre2019-05-061-2/+3
| * | mmc: mmci: Cleanup mmci_cmd_irq() for busy detectLudovic Barre2019-05-061-4/+4
| * | mmc: usdhi6rol0: mark expected switch fall-throughsGustavo A. R. Silva2019-05-061-6/+3
| * | mmc: core: Verify SD bus widthRaul E Rangel2019-05-061-0/+8
| * | mmc: sdhci-esdhc-imx: Add HS400 support for iMX7ULPBOUGH CHEN2019-05-061-3/+8
| * | mmc: sdhci-esdhc-imx: add pm_qos to interact with cpuidleBOUGH CHEN2019-05-061-1/+31
| * | mmc: meson-gx: add signal resampling tuningJerome Brunet2019-05-061-3/+70
| * | mmc: meson-gx: remove Rx phase tuningJerome Brunet2019-05-061-277/+13
| * | mmc: meson-gx: avoid clock glitch when switching to DDR modesJerome Brunet2019-05-061-30/+43
| * | mmc: meson-gx: disable HS400Jerome Brunet2019-05-061-4/+7
| * | mmc: meson-gx: correct irq flagJerome Brunet2019-05-061-1/+1
| * | mmc: meson-gx: ack only raised irqJerome Brunet2019-05-061-3/+3
| * | mmc: meson-gx: remove open coded read with timeoutJerome Brunet2019-05-061-14/+4
| * | mmc: omap_hsmmc: Use dev_get_drvdata()Kefeng Wang2019-05-061-2/+2
| * | mmc: alcor: work with multiple-entry sglistsDaniel Drake2019-05-061-18/+36
| * | Revert "mmc: alcor: enable DMA transfer of large buffers"Daniel Drake2019-05-061-35/+53
| * | mmc: core: fix possible use after free of hostPan Bian2019-05-061-2/+0
| * | mmc: core: Fix warning and undefined behavior in mmc voltage handlingPavel Machek2019-04-291-1/+1
| * | mmc: core: retry CMD1 in mmc_send_op_cond() even if the ocr = 0Yoshihiro Shimoda2019-04-291-5/+11
| * | mmc: tegra: add sdhci tegra suspend and resumeSowjanya Komatineni2019-04-151-1/+57
| * | mmc: sdhci: Remove finish_taskletAdrian Hunter2019-04-152-17/+23
| * | mmc: sdhci: Call mmc_request_done() from IRQ handler if possibleAdrian Hunter2019-04-151-7/+41
| * | mmc: sdhci: Move some processing to __sdhci_finish_mrq()Adrian Hunter2019-04-151-5/+5
| * | mmc: sdhci: Move timer and has_requests functionsAdrian Hunter2019-04-151-22/+22
| * | mmc: sdhci: Reorganize sdhci_finish_mrq() and __sdhci_finish_mrq()Adrian Hunter2019-04-151-14/+14
| * | mmc: sdhci-pci: Add support for Intel CMLAdrian Hunter2019-04-152-0/+4
| * | mmc: core: make pwrseq_emmc (partially) support sleepy GPIO controllersAndrea Merello2019-04-151-18/+20
| * | mmc: mtk-sd: check for valid optional memory resourceFabien Parent2019-04-151-3/+5
| * | mmc: alcor: enable DMA transfer of large buffersDaniel Drake2019-04-151-53/+35
| * | mmc: sdhci_am654: Clear HISPD_ENA in some lower speed modesFaiz Abbas2019-04-152-0/+23
| * | mmc: mmc_spi: Convert to use SPDX identifierAndy Shevchenko2019-04-152-21/+3
| * | mmc: mmc_spi: Indentation fixesAndy Shevchenko2019-04-151-16/+10
| * | mmc: mmc_spi: Join string literals backAndy Shevchenko2019-04-151-7/+5
| * | mmc: mmc_spi: Remove useless NULL check at ->remove()Andy Shevchenko2019-04-151-20/+16
| * | mmc: mmc_spi: Remove redundant dev_set_drvdata()Andy Shevchenko2019-04-151-2/+0
| * | mmc: mmci: replace blksz_datactrlXX by get_datactrl_cfg callbackLudovic Barre2019-04-152-31/+2
| * | mmc: mmci: stm32: define get_dctrl_cfgLudovic Barre2019-04-152-0/+23
| * | mmc: mmci: qcom: define get_dctrl_cfgLudovic Barre2019-04-151-0/+6
| * | mmc: mmci: define get_dctrl_cfg for legacy variantLudovic Barre2019-04-151-6/+24