summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
AgeCommit message (Expand)AuthorLines
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+1
2020-08-05Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-209/+968
2020-08-05Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+2
2020-08-05mmc: mediatek: make function msdc_cqe_disable() staticWei Yongjun-1/+1
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2020-08-03Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-9/+3
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds-7/+4
2020-07-27mmc: jz4740: Use pm_ptr() macroPaul Cercueil-9/+3
2020-07-27Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman-1/+1
2020-07-24mmc: mediatek: command queue supportChun-Hung Wu-0/+116
2020-07-24mmc: mediatek: refine msdc timeout apiChun-Hung Wu-10/+22
2020-07-24mmc: mediatek: add MT6779 MMC driver supportChun-Hung Wu-0/+13
2020-07-24mmc: sdhci-pci-o2micro: Add HW tuning for SDR104 modeshirley her-4/+29
2020-07-24mmc: sdhci-pci-o2micro: Bug fix for O2 host controller Seabird1shirley her-0/+6
2020-07-24mmc: via-sdmmc: use generic power managementVaibhav Gupta-25/+8
2020-07-24mmc: sdhci-cadence: do not use hardware tuning for SD modeMasahiro Yamada-61/+62
2020-07-24mmc: sdhci-pci-gli: Set SDR104's clock to 205MHz and enable SSC for GL975xBen Chuang-2/+218
2020-07-24mmc: cqhci: Fix a print format for the task descriptorBen Chuang-1/+1
2020-07-24mmc: sdhci-of-arasan: fix timings allocation codeManish Narani-11/+14
2020-07-24mmc: sdhci: Fix a potential uninitialized variableDan Carpenter-1/+1
2020-07-20Merge v5.8-rc6 into char-misc-nextGreg Kroah-Hartman-5/+8
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-1/+1
2020-07-13Merge branch 'fixes' into nextUlf Hansson-1/+1
2020-07-13mmc: sdhci: Fix potential null pointer access while accessing vqmmcVeerabhadrarao Badiganti-5/+7
2020-07-13mmc: core: Add MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPENDYoshihiro Shimoda-1/+4
2020-07-13mmc: sdhci-msm: Set IO pins in low power state during suspendVeerabhadrarao Badiganti-0/+17
2020-07-13mmc: sdhci-iproc: Do not define 'struct acpi_device_id' when !CONFIG_ACPILee Jones-0/+2
2020-07-13mmc: dw_mmc-exynos: remove redundant initialization of variable 'found'Colin Ian King-1/+1
2020-07-13mmc: cqhci: Demote faux kerneldoc header down to basic comment blockLee Jones-1/+1
2020-07-13mmc: sdhci-msm: Demote faux kerneldoc header down to basic comment blockLee Jones-1/+1
2020-07-13mmc: sdhci-of-arasan: Correct formatting and provide missing function arg(s)Lee Jones-1/+2
2020-07-13mmc: rtsx_usb_sdmmc: Remove set but unused variable 'err'Lee Jones-3/+2
2020-07-13mmc: rtsx_pci_sdmmc: Remove set but unused variable 'err'Lee Jones-2/+2
2020-07-13mmc: dw_mmc-exynos: Add kerneldoc descriptions of for 'dev' argsLee Jones-0/+2
2020-07-13mmc: core: Correct misspelling of 'mq' in mmc_init_request()'s docsLee Jones-1/+1
2020-07-13mmc: atmel-mci: Provide 2 new and correct 1 existing property descriptionLee Jones-1/+3
2020-07-13mmc: mtk-sd: Demote msdc_recheck_sdio_irq() function headerLee Jones-2/+1
2020-07-13mmc: sdhci-s3c: Provide documentation for missing struct propertiesLee Jones-0/+4
2020-07-13mmc: core: Add missing documetation for 'mmc' and 'ios'Lee Jones-0/+2
2020-07-13mmc: core: Provide description for sdio_set_host_pm_flags()'s 'flag' argLee Jones-0/+1
2020-07-13mmc: core: Mark fixups as __maybe_unusedLee Jones-3/+3
2020-07-13mmc: sdhci-msm: Make function sdhci_msm_dump_vendor_regs() staticHulk Robot-1/+1
2020-07-13mmc: renesas_sdhi_internal_dmac: Fix dma unmapping in error casesYoshihiro Shimoda-0/+12
2020-07-13mmc: renesas_sdhi_internal_dmac: clean up the code for dma completeYoshihiro Shimoda-5/+13
2020-07-13mmc: tmio: core: Add end operation into tmio_mmc_dma_opsYoshihiro Shimoda-0/+11
2020-07-13mmc: sdhci-msm: Use internal voltage controlVeerabhadrarao Badiganti-9/+197
2020-07-13mmc: core: Set default power mode in mmc_alloc_host()Veerabhadrarao Badiganti-1/+1
2020-07-13mmc: sdhci: Allow platform controlled voltage switchingVijay Viswanath-13/+20
2020-07-13mmc: sdhci-acpi: For amd device set driver type as MMC_SET_DRIVER_TYPE_AAkshu Agrawal-0/+1
2020-07-13mmc: sdhci-esdhc-imx: dump internal IC debug status during errorHaibo Chen-0/+39