summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()Xiongfeng Wang2022-11-161-0/+2
* mmc: sdhci-pci-o2micro: fix card detect fail issue caused by CD# debounce tim...Chevron Li2022-11-161-0/+7
* mmc: core: properly select voltage range without power cycleYann Gautier2022-11-161-1/+7
* mmc: sdhci-esdhc-imx: use the correct host caps for MMC_CAP_8_BIT_DATAHaibo Chen2022-11-091-2/+2
* mmc: sdhci_am654: Fix SDHCI_RESET_ALL for CQHCIBrian Norris2022-11-071-3/+4
* mmc: sdhci-tegra: Fix SDHCI_RESET_ALL for CQHCIBrian Norris2022-11-071-1/+2
* mms: sdhci-esdhc-imx: Fix SDHCI_RESET_ALL for CQHCIBrian Norris2022-11-071-1/+2
* mmc: sdhci-brcmstb: Fix SDHCI_RESET_ALL for CQHCIBrian Norris2022-11-071-1/+2
* mmc: sdhci-of-arasan: Fix SDHCI_RESET_ALL for CQHCIBrian Norris2022-11-071-1/+2
* mmc: cqhci: Provide helper for resetting both SDHCI and CQHCIBrian Norris2022-11-071-0/+24
* mmc: sdhci_am654: 'select', not 'depends' REGMAP_MMIOBrian Norris2022-10-261-1/+2
* mmc: core: Fix WRITE_ZEROES CQE handlingVincent Whitchurch2022-10-241-0/+1
* mmc: core: Fix kernel panic when remove non-standard SDIO cardMatthew Ma2022-10-171-1/+2
* mmc: sdhci-pci-core: Disable ES for ASUS BIOS on Jasper LakePatrick Thompson2022-10-171-3/+11
* mmc: sdhci-esdhc-imx: Propagate ESDHC_FLAG_HS400* only on 8bit busSascha Hauer2022-10-171-6/+8
* mmc: queue: Cancel recovery work on cleanupChristian Löhle2022-10-171-0/+7
* mmc: block: Remove error check of hw_reset on resetChristian Löhle2022-10-171-18/+26
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-162-3/+3
|\
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-112-3/+3
* | Merge tag 'mmc-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2022-10-136-6/+37
|\ \ | |/ |/|
| * mmc: sdhci-sprd: Fix minimum clock limitWenchao Chen2022-10-111-1/+1
| * mmc: sdhci-tegra: Use actual clock rate for SW tuning correctionPrathamesh Shete2022-10-071-1/+1
| * mmc: renesas_sdhi: Fix rounding errorsBiju Das2022-10-071-3/+18
| * mmc: core: Add SD card quirk for broken discardAvri Altman2022-10-063-1/+17
* | Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-071-2/+2
|\ \ | |/ |/|
| * Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman2022-09-056-34/+45
| |\
| * | tty: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-2/+2
* | | mmc: Merge branch fixes into nextUlf Hansson2022-09-281-1/+1
|\ \ \
| * | | mmc: hsq: Fix data stomping during mmc recoveryWenchao Chen2022-09-271-1/+1
* | | | mmc: sdhci: Centralize CMD and DATA reset handlingAdrian Hunter2022-09-281-13/+39
* | | | mmc: sdhci: Get rid of SDHCI_QUIRK_RESET_CMD_DATA_ON_IOSAdrian Hunter2022-09-283-11/+22
* | | | mmc: sdhci: Remove misleading comment about resetsAdrian Hunter2022-09-281-4/+0
* | | | mmc: sdhci: Separate out sdhci_reset_for_all()Adrian Hunter2022-09-281-8/+12
* | | | mmc: sdhci-msm: add compatible string check for sdm670Richard Acayan2022-09-271-0/+1
* | | | mmc: wmt-sdmmc: Fix an error handling path in wmt_mci_probe()Christophe JAILLET2022-09-271-1/+4
* | | | mmc: Merge branch fixes into nextUlf Hansson2022-09-211-1/+2
|\| | |
| * | | mmc: core: Terminate infinite loop in SD-UHS voltage switchBrian Norris2022-09-211-1/+2
* | | | mmc: rtsx_usb_sdmmc: Remove the unneeded result variableye xingchen2022-09-201-4/+1
* | | | mmc: sdhci-of-aspeed: Add dependency on ARCH_ASPEEDPeter Robinson2022-09-201-0/+1
* | | | mmc: mtk-sd: Add support for MT6795 Helio X10AngeloGioacchino Del Regno2022-09-201-0/+14
* | | | mmc: mtk-sd: Reorder of_device_id and platform data by nameAngeloGioacchino Del Regno2022-09-201-49/+50
* | | | mmc: sdhci-sprd: Fix the limitation of divWenchao Chen2022-09-201-3/+3
* | | | mmc: Merge branch fixes into nextUlf Hansson2022-09-142-16/+5
|\| | |
| * | | mmc: moxart: fix 4-bit bus width and remove 8-bit bus widthSergei Antonov2022-09-141-14/+3
| * | | mmc: sdhci: Fix host->cmd is nullWenchao Chen2022-09-141-2/+2
| | |/ | |/|
* | | mmc: sdhci_am654: Remove the unneeded result variableye xingchen2022-09-141-4/+1
* | | mmc: meson-gx: add SDIO interrupt supportHeiner Kallweit2022-09-141-10/+60
* | | mmc: meson-gx: adjust and re-use constant IRQ_EN_MASKHeiner Kallweit2022-09-141-11/+7
* | | mmc: jz4740_mmc: Fix error check for dma_map_sgJack Wang2022-09-141-2/+2
* | | mmc: meson-mx-sdhc: Fix error check for dma_map_sgJack Wang2022-09-141-2/+2