summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/dw_mmc.c
AgeCommit message (Expand)Author
2026-05-29mmc: dw_mmc: Add desc_num field for clarityShawn Lin
2026-05-11mmc: dw_mmc: implement option for configuring DMA thresholdKaustabh Chakraborty
2026-03-31mmc: dw_mmc: Remove dw_mci_start_request wrapper and rename core functionShawn Lin
2026-03-31mmc: dw_mmc: Inline dw_mci_queue_request() into dw_mci_request()Shawn Lin
2026-03-16mmc: dw_mmc: Add parsing mmc_clk_phase_map supportShawn Lin
2026-02-24mmc: dw_mmc: Rename dw_mci_pltfm_pmops to dw_mci_pmopsShawn Lin
2026-02-24mmc: host: Remove unnecessary module_init/exit functionsEthan Nelson-Moore
2026-02-23mmc: dw_mmc: move pmops into core driverArnd Bergmann
2026-02-23mmc: dw_mmc: Remove mshc alias supportShawn Lin
2026-02-23mmc: dw_mmc-pltfm: use modern PM macrosShawn Lin
2026-02-23mmc: dw_mmc: Improve dw_mci_get_cd()Shawn Lin
2026-02-23mmc: dw_mmc: Remove DW_MCI_SEND_STATUS and DW_MCI_RECV_STATUS macrosShawn Lin
2026-02-23mmc: dw_mmc: Remove struct dw_mci_boardShawn Lin
2026-02-23mmc: dw_mmc: Remove bus_hz from struct dw_mci_boardShawn Lin
2026-02-23mmc: dw_mmc: Move detect_delay_ms from struct dw_mci_board to struct dw_mciShawn Lin
2026-02-23mmc: dw_mmc: Remove fifo_depth from struct dw_mci_boardShawn Lin
2026-02-23mmc: dw_mmc: Move rstc from struct dw_mci_board to struct dw_mciShawn Lin
2026-02-23mmc: dw_mmc: Remove caps2 and pm_caps from struct dw_mci_boardShawn Lin
2026-02-23mmc: dw_mmc: Remove dma_ops from struct dw_mci_boardShawn Lin
2026-02-23mmc: dw_mmc: Check return value of dma_ops->init() in resumeShawn Lin
2026-02-23mmc: dw_mmc: Remove struct dw_mci_slotShawn Lin
2026-02-23mmc: dw_mmc: Introduce dw_mci_alloc_host()Shawn Lin
2026-02-23mmc: dw_mmc: Remove queue from dw_mciShawn Lin
2026-02-23mmc: dw_mmc: Remove mrq from struct dw_mci_slotShawn Lin
2026-02-23mmc: dw_mmc: Move clock rate stuff from struct dw_mci_slot to struct dw_mciShawn Lin
2026-02-23mmc: dw_mmc: Remove sdio_id from struct dw_mci_slotShawn Lin
2026-02-23mmc: dw_mmc: Remove id and ctype from dw_mci_slotShawn Lin
2026-02-23mmc: dw_mmc: Move flags from struct dw_mci_slot to struct dw_mciShawn Lin
2026-02-23mmc: dw_mmc: Let variant drivers to use struct dw_mci as possibleShawn Lin
2026-02-23mmc: dw_mmc: Move struct mmc_host from struct dw_mci_slot to struct dw_mciShawn Lin
2026-02-23mmc: dw_mmc: Remove unused header files and keep alphabetical orderShawn Lin
2026-02-23mmc: dw_mmc: Remove check before calling mmc_regulator_set_ocr()Shawn Lin
2026-02-23mmc: dw_mmc: Remove vqmmc_enabled from struct dw_mci and update the resetShawn Lin
2026-02-23mmc: dw_mmc: add dw_mci_prepare_desc() for both of 32bit and 64bit DMAShawn Lin
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-10-21mmc: dw_mmc: Use dma_set_mask_and_coherent() helperShawn Lin
2025-10-21mmc: use octal file permissions instead of symbolicPedro Demarchi Gomes
2025-06-24mmc: dw_mmc: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-14mmc: rename mmc_can_gpio_cd() to mmc_host_can_gpio_cd()Wolfram Sang
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-25Merge tag 'mmc-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2025-03-11mmc: dw_mmc: add a quirk for accessing 64-bit FIFOs in two halvesKaustabh Chakraborty
2025-02-18mmc: dw_mmc: Switch to use hrtimer_setup()Nam Cao
2024-11-12mmc: Merge branch fixes into nextUlf Hansson
2024-11-12Revert "mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K"Aurelien Jarno
2024-10-14mmc: host: Fix typos in comments across various filesYu Jiaoliang
2024-08-28mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4KSam Protsenko
2024-08-20mmc: dw_mmc: allow biu and ciu clocks to deferBen Whitten