summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/dw_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-06mmc: dw_mmc: stop and complete DMA also in STATE_DATA_BUSY stateMarek Szyprowski1-0/+1
2026-05-29mmc: dw_mmc: Add desc_num field for clarityShawn Lin1-8/+8
2026-05-11mmc: dw_mmc: implement option for configuring DMA thresholdKaustabh Chakraborty1-2/+2
2026-03-31mmc: dw_mmc: Remove dw_mci_start_request wrapper and rename core functionShawn Lin1-13/+5
2026-03-31mmc: dw_mmc: Inline dw_mci_queue_request() into dw_mci_request()Shawn Lin1-27/+19
2026-03-16mmc: dw_mmc: Add parsing mmc_clk_phase_map supportShawn Lin1-0/+2
2026-02-24mmc: dw_mmc: Rename dw_mci_pltfm_pmops to dw_mci_pmopsShawn Lin1-2/+2
2026-02-24mmc: host: Remove unnecessary module_init/exit functionsEthan Nelson-Moore1-13/+0
2026-02-23mmc: dw_mmc: move pmops into core driverArnd Bergmann1-0/+6
2026-02-23mmc: dw_mmc: Remove mshc alias supportShawn Lin1-6/+3
2026-02-23mmc: dw_mmc-pltfm: use modern PM macrosShawn Lin1-2/+0
2026-02-23mmc: dw_mmc: Improve dw_mci_get_cd()Shawn Lin1-30/+14
2026-02-23mmc: dw_mmc: Remove DW_MCI_SEND_STATUS and DW_MCI_RECV_STATUS macrosShawn Lin1-12/+10
2026-02-23mmc: dw_mmc: Remove struct dw_mci_boardShawn Lin1-31/+14
2026-02-23mmc: dw_mmc: Remove bus_hz from struct dw_mci_boardShawn Lin1-6/+4
2026-02-23mmc: dw_mmc: Move detect_delay_ms from struct dw_mci_board to struct dw_mciShawn Lin1-2/+2
2026-02-23mmc: dw_mmc: Remove fifo_depth from struct dw_mci_boardShawn Lin1-3/+3
2026-02-23mmc: dw_mmc: Move rstc from struct dw_mci_board to struct dw_mciShawn Lin1-8/+8
2026-02-23mmc: dw_mmc: Remove caps2 and pm_caps from struct dw_mci_boardShawn Lin1-6/+0
2026-02-23mmc: dw_mmc: Remove dma_ops from struct dw_mci_boardShawn Lin1-1/+0
2026-02-23mmc: dw_mmc: Check return value of dma_ops->init() in resumeShawn Lin1-2/+5
2026-02-23mmc: dw_mmc: Remove struct dw_mci_slotShawn Lin1-132/+95
2026-02-23mmc: dw_mmc: Introduce dw_mci_alloc_host()Shawn Lin1-0/+17
2026-02-23mmc: dw_mmc: Remove queue from dw_mciShawn Lin1-19/+4
2026-02-23mmc: dw_mmc: Remove mrq from struct dw_mci_slotShawn Lin1-6/+5
2026-02-23mmc: dw_mmc: Move clock rate stuff from struct dw_mci_slot to struct dw_mciShawn Lin1-4/+4
2026-02-23mmc: dw_mmc: Remove sdio_id from struct dw_mci_slotShawn Lin1-5/+4
2026-02-23mmc: dw_mmc: Remove id and ctype from dw_mci_slotShawn Lin1-21/+20
2026-02-23mmc: dw_mmc: Move flags from struct dw_mci_slot to struct dw_mciShawn Lin1-13/+13
2026-02-23mmc: dw_mmc: Let variant drivers to use struct dw_mci as possibleShawn Lin1-2/+2
2026-02-23mmc: dw_mmc: Move struct mmc_host from struct dw_mci_slot to struct dw_mciShawn Lin1-32/+30
2026-02-23mmc: dw_mmc: Remove unused header files and keep alphabetical orderShawn Lin1-15/+8
2026-02-23mmc: dw_mmc: Remove check before calling mmc_regulator_set_ocr()Shawn Lin1-9/+4
2026-02-23mmc: dw_mmc: Remove vqmmc_enabled from struct dw_mci and update the resetShawn Lin1-22/+4
2026-02-23mmc: dw_mmc: add dw_mci_prepare_desc() for both of 32bit and 64bit DMAShawn Lin1-107/+53
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-10-21mmc: dw_mmc: Use dma_set_mask_and_coherent() helperShawn Lin1-3/+2
2025-10-21mmc: use octal file permissions instead of symbolicPedro Demarchi Gomes1-5/+5
2025-06-24mmc: dw_mmc: Use devm_mmc_alloc_host() helperBinbin Zhou1-10/+5
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-3/+3
2025-05-14mmc: rename mmc_can_gpio_cd() to mmc_host_can_gpio_cd()Wolfram Sang1-3/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-8/+8
2025-03-25Merge tag 'mmc-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-2/+92
2025-03-11mmc: dw_mmc: add a quirk for accessing 64-bit FIFOs in two halvesKaustabh Chakraborty1-2/+92
2025-02-18mmc: dw_mmc: Switch to use hrtimer_setup()Nam Cao1-2/+1
2024-11-12mmc: Merge branch fixes into nextUlf Hansson1-2/+2
2024-11-12Revert "mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K"Aurelien Jarno1-2/+2
2024-10-14mmc: host: Fix typos in comments across various filesYu Jiaoliang1-1/+1
2024-08-28mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4KSam Protsenko1-2/+2