summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: f-sdh30: fix order of function calls in sdhci_f_sdh30_removeYangtao Li2023-08-151-4/+7
* mmc: sunplus: Fix error handling in spmmc_drv_probe()Harshit Mogalapalli2023-08-091-11/+3
* mmc: sunplus: fix return value check of mmc_add_host()Wei Chen2023-08-091-4/+12
* mmc: wbsd: fix double mmc_free_host() in wbsd_init()Yang Yingliang2023-08-091-2/+0
* mmc: block: Fix in_flight[issue_type] value errorYibin Ding2023-08-081-3/+4
* mmc: sdhci-f-sdh30: Replace with sdhci_pltfmKunihiko Hayashi2023-07-141-33/+27
* mmc: moxart: read scr register without changing byte orderSergei Antonov2023-07-131-7/+1
* mmc: Revert "mmc: core: Allow mmc_start_host() synchronously detect a card"Ulf Hansson2023-06-301-11/+4
* Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-291-2/+44
|\
| * ARM/mmc: Convert old mmci-omap to GPIO descriptorsLinus Walleij2023-05-241-2/+44
* | Merge tag 'mmc-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2023-06-2823-283/+955
|\ \
| * | mmc: mmci: Add support for SW busy-end timeoutsUlf Hansson2023-06-223-7/+49
| * | mmc: Add MMC_QUIRK_BROKEN_SD_CACHE for Kingston Canvas Go Plus from 11/2019Marek Vasut2023-06-203-8/+37
| * | mmc: core: disable TRIM on Kingston EMMC04G-M627Robert Marko2023-06-201-0/+7
| * | mmc: mmci: stm32: add delay block support for STM32MP25Yann Gautier2023-06-201-1/+65
| * | mmc: mmci: stm32: prepare other delay block supportYann Gautier2023-06-201-13/+55
| * | mmc: mmci: stm32: manage block gap hardware flow controlYann Gautier2023-06-202-0/+18
| * | mmc: mmci: Add support for sdmmc variant revision v3.0Yann Gautier2023-06-201-0/+33
| * | mmc: mmci: add stm32_idmabsize_align parameterYann Gautier2023-06-203-4/+5
| * | mmc: core: disable TRIM on Micron MTFC4GACAJCN-1MRobert Marko2023-06-191-0/+7
| * | mmc: Merge branch fixes into nextUlf Hansson2023-06-1913-18/+23
| |\ \
| * | | mmc: mmci: Break out a helper functionLinus Walleij2023-06-191-15/+16
| * | | mmc: mmci: Use a switch statement machineLinus Walleij2023-06-191-12/+17
| * | | mmc: mmci: Use state machine state as exit conditionLinus Walleij2023-06-191-8/+10
| * | | mmc: mmci: Retry the busy start conditionLinus Walleij2023-06-191-12/+27
| * | | mmc: mmci: Make busy complete state machine explicitLinus Walleij2023-06-192-18/+45
| * | | mmc: mmci: Break out error check in busy detectLinus Walleij2023-06-191-1/+10
| * | | mmc: mmci: Stash status while waiting for busyLinus Walleij2023-06-191-0/+1
| * | | mmc: mmci: Unwind big if() clauseLinus Walleij2023-06-191-7/+26
| * | | mmc: mmci: Clear busy_status when starting commandLinus Walleij2023-06-191-0/+1
| * | | mmc: Merge branch fixes into nextUlf Hansson2023-06-152-9/+4
| |\ \ \
| * | | | mmc: mmci: stm32: set feedback clock when using delay blockYann Gautier2023-06-151-11/+18
| * | | | mmc: core: Allow mmc_start_host() synchronously detect a cardDennis Zhou2023-06-131-4/+11
| * | | | mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUSUlf Hansson2023-06-131-0/+1
| * | | | mmc: Merge branch fixes into nextUlf Hansson2023-06-131-0/+3
| |\ \ \ \
| * | | | | mmc: sdhci-msm: Switch to the new ICE APIAbel Vesa2023-06-122-177/+48
| * | | | | mmc: sdhci-pci-gli: Add support SD Express card for GL9767Victor Shih2023-06-121-0/+113
| * | | | | mmc: sdhci: Add VDD2 definition for power control registerVictor Shih2023-06-121-0/+7
| * | | | | mmc: sdhci-pci-gli: Set SDR104's clock to 205MHz and enable SSC for GL9767Victor Shih2023-06-121-1/+134
| * | | | | mmc: sdhci-pci-gli: Add Genesys Logic GL9767 supportVictor Shih2023-06-123-0/+163
| * | | | | mmc: mtk-sd: reduce CIT for better performanceWenbin Mei2023-06-122-0/+49
| * | | | | mmc: block: ioctl: do write error check for spiChristian Loehle2023-06-121-0/+6
| * | | | | mmc: sdhci: fix DMA configure compatibility issue when 64bit DMA mode is used.Chevron Li2023-06-121-2/+2
| * | | | | mmc: core: Remove unnecessary error checks and change return typeYeqi Fu2023-06-121-18/+7
| * | | | | mmc: mediatek: Avoid ugly error message when SDIO wakeup IRQ isn't usedDouglas Anderson2023-06-121-1/+1
| * | | | | mmc: meson-mx-sdhc: Avoid cast to incompatible function typeSimon Horman2023-06-121-2/+6
| * | | | | mmc: block: Suppress empty whitespaces in printsFlorian Fainelli2023-06-121-2/+2
| * | | | | mmc: dw_mmc: Make dw_mci_pltfm_remove() return voidUwe Kleine-König2023-06-125-7/+6
* | | | | | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-6/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-4/+4