summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-02-23mmc: dw_mmc: Remove bus_hz from struct dw_mci_boardShawn Lin-9/+5
2026-02-23mmc: dw_mmc: Move detect_delay_ms from struct dw_mci_board to struct dw_mciShawn Lin-6/+5
2026-02-23mmc: dw_mmc: Remove fifo_depth from struct dw_mci_boardShawn Lin-10/+4
2026-02-23mmc: dw_mmc: Move rstc from struct dw_mci_board to struct dw_mciShawn Lin-10/+12
2026-02-23mmc: dw_mmc: Remove caps2 and pm_caps from struct dw_mci_boardShawn Lin-8/+0
2026-02-23mmc: dw_mmc: Remove assignment of pdata in dw_mci_pltfm_register()Shawn Lin-1/+0
2026-02-23mmc: dw_mmc: Remove SDMMC_INT_ERRORShawn Lin-1/+0
2026-02-23mmc: dw_mmc: Remove dma_ops from struct dw_mci_boardShawn Lin-3/+1
2026-02-23mmc: dw_mmc: Check return value of dma_ops->init() in resumeShawn Lin-2/+5
2026-02-23dt-bindings: mmc: arm,pl18x: Do not use plural form of a proper noun PrimeCellVladimir Zapolskiy-1/+1
2026-02-23mmc: sdhci-of-aspeed: Simplify with scoped for each OF child loopKrzysztof Kozlowski-3/+2
2026-02-23mmc: jz4740: Fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski-1/+1
2026-02-23mmc: cavium-octeon: Simplify with scoped for each OF child loopKrzysztof Kozlowski-3/+2
2026-02-23mmc: atmel-mci: Simplify with scoped for each OF child loopKrzysztof Kozlowski-9/+3
2026-02-23mmc: cavium: Use clamp to simplify cvm_mmc_set_clockThorsten Blum-3/+1
2026-02-23mmc: sdhci-of-k1: add reset supportYixun Lan-0/+20
2026-02-23dt-bindings: mmc: spacemit,sdhci: add reset supportYixun Lan-0/+10
2026-02-23mmc: dw_mmc: Remove struct dw_mci_slotShawn Lin-157/+103
2026-02-23mmc: dw_mmc: Introduce dw_mci_alloc_host()Shawn Lin-0/+18
2026-02-23mmc: dw_mmc: Remove queue from dw_mciShawn Lin-26/+6
2026-02-23mmc: dw_mmc: Remove mrq from struct dw_mci_slotShawn Lin-9/+6
2026-02-23mmc: dw_mmc: Move clock rate stuff from struct dw_mci_slot to struct dw_mciShawn Lin-9/+8
2026-02-23mmc: dw_mmc: Remove sdio_id from struct dw_mci_slotShawn Lin-12/+8
2026-02-23mmc: dw_mmc: Remove id and ctype from dw_mci_slotShawn Lin-26/+22
2026-02-23mmc: dw_mmc: Move flags from struct dw_mci_slot to struct dw_mciShawn Lin-22/+22
2026-02-23mmc: dw_mmc: Let variant drivers to use struct dw_mci as possibleShawn Lin-33/+22
2026-02-23mmc: dw_mmc: Move struct mmc_host from struct dw_mci_slot to struct dw_mciShawn Lin-40/+38
2026-02-23mmc: dw_mmc: Remove unused header files and keep alphabetical orderShawn Lin-15/+8
2026-02-23mmc: dw_mmc: Remove check before calling mmc_regulator_set_ocr()Shawn Lin-9/+4
2026-02-23mmc: dw_mmc: Remove vqmmc_enabled from struct dw_mci and update the resetShawn Lin-24/+4
2026-02-23dt-bindings: mmc: arasan,sdhci: Allow "dma-coherent" propertyRob Herring (Arm)-0/+2
2026-02-23dt-bindings: mmc: brcm,iproc-sdhci: Allow "dma-coherent" and "iommus" propertiesRob Herring (Arm)-0/+5
2026-02-23dt-bindings: mmc: cdns,sdhci: Drop required "resets" on AMD Pensando ELBARob Herring (Arm)-2/+0
2026-02-23mmc: sdhci-esdhc-imx: wait for data transfer completion before resetLuke Wang-0/+18
2026-02-23mmc: mtk-sd: add support for MT8189 SoCLouis-Alexis Eyraud-0/+20
2026-02-23mmc: mtk-sd: add support for SPM resource release controlLouis-Alexis Eyraud-3/+9
2026-02-23dt-bindings: mmc: mtk-sd: Add support for MT8189 SoCLouis-Alexis Eyraud-0/+3
2026-02-23mmc: core: Add quirk for incorrect manufacturing dateAvri Altman-0/+15
2026-02-23mmc: core: Adjust MDT beyond 2025Avri Altman-0/+7
2026-02-23mmc: sdhci-msm: Enable ICE for CQE-capable controllers with non-CQE cardsMd Sadre Alam-0/+77
2026-02-23mmc: dw_mmc: add dw_mci_prepare_desc() for both of 32bit and 64bit DMAShawn Lin-107/+53
2026-02-23mmc: dw_mmc: Remove unused struct dma_pdataShawn Lin-3/+0
2026-02-23mmc: sdhci-brcmstb: use correct register offset for V1 pin_sel restoreKamal Dasu-1/+1
2026-02-23mmc: dw_mmc-rockchip: Fix runtime PM support for internal phase supportShawn Lin-1/+37
2026-02-23mmc: mmci: Fix device_node reference leak in of_get_dml_pipe_index()Felix Gu-0/+1
2026-02-23dt-bindings: power: Add MediaTek MT8189 power domainIrving-CH Lin-0/+39
2026-02-23dt-bindings: power: mt7622-power: Add MT7622_POWER_DOMAIN_AUDIOAngeloGioacchino Del Regno-0/+1
2026-02-23dt-bindings: power: mt8196-gpufreq: Describe nvmem provider abilityNicolas Frattaroli-0/+13
2026-02-23dt-bindings: power: define ID for Marvell PXA1908 audio domainKarel Balej-0/+1
2026-02-23gpiolib: normalize the return value of gc->get() on behalf of buggy driversBartosz Golaszewski-2/+6