public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-24 11:15:50 to 2026-03-05 13:45:35 UTC [more...]

[PATCH v2 0/7] arm64: Add initial support for NXP S32N79 SoC
 2026-03-05 13:45 UTC  (29+ messages)
` [PATCH v2 1/7] dt-bindings: interrupt-controller: fsl,irqsteer: add S32N79 support
` [PATCH v2 2/7] dt-bindings: mmc: fsl-imx-esdhc: "
` [PATCH v2 3/7] dt-bindings: arm: fsl: Add NXP S32N79 SoC and RDB board
` [PATCH v2 4/7] mmc: sdhci-esdhc-imx: add NXP S32N79 support
` [PATCH v2 5/7] irqchip/imx-irqsteer: "
` [PATCH v2 6/7] irqchip: add ARCH_S32 dependency to Kconfig
` [PATCH v2 7/7] arm64: dts: freescale: Add minimal support for S32N79

[PATCH 1/2] mmc: sdio: Use min3() to simplify sdio_set_block_size()
 2026-03-05 12:25 UTC  (2+ messages)
` [PATCH 2/2] mmc: tifm_sd: Use min3() to simplify tifm_sd_transfer_data()

[PATCH v2] mmc: sdhci-pci-gli: fix GL9750 DMA write corruption
 2026-03-05 11:56 UTC  (3+ messages)

[PATCH v4] dt-bindings: mmc: dwcmshc-sdhci: Fix resets array validation
 2026-03-05 11:56 UTC  (3+ messages)

[PATCH] mmc: rtsx_pci_sdmmc: simplify voltage switch handling after card_busy()
 2026-03-05 11:56 UTC  (2+ messages)

[PATCH v2 0/3] Add SDHCI support for Canaan K230 SoC
 2026-03-05 11:48 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: mmc: Add sdhci support for Canaan k230
` [PATCH v2 2/3] mmc: sdhci-dwcmshc: Add Canaan K230 DWCMSHC controller support
` [PATCH v2 3/3] riscv: dts: canaan: Add mmc nodes for K230

[PATCH] mmc: pwrseq_simple: fix probe failure when CONFIG_RESET_GPIO is enabled
 2026-03-05 10:46 UTC  (6+ messages)

[PATCH] mmc: renesas_sdhi_sys_dmac: Convert to DEFINE_RUNTIME_DEV_PM_OPS()
 2026-03-05  9:08 UTC 

[PATCH wireless-next 33/35] mmc: sdio: add Morse Micro vendor ids
 2026-03-04 16:45 UTC  (3+ messages)

[PATCH] mmc: meson-gx: fix potential use-after-free on remove path
 2026-03-04 16:29 UTC  (2+ messages)

[PATCH] mmc: moxart: fix potential use-after-free on remove path
 2026-03-04 16:25 UTC  (2+ messages)

[PATCH 00/10] riscv: spacemit: enable SD card support with UHS modes for OrangePi RV2
 2026-03-04 14:06 UTC  (19+ messages)
` [PATCH 01/10] dt-bindings: mmc: spacemit,sdhci: add AIB voltage switching registers
` [PATCH 02/10] mmc: sdhci-of-k1: enable essential clock infrastructure for SD operation
` [PATCH 03/10] mmc: sdhci-of-k1: add regulator framework support
` [PATCH 04/10] mmc: sdhci-of-k1: add pinctrl state switching for voltage changes
` [PATCH 05/10] mmc: sdhci-of-k1: add AIB register support for voltage switching
` [PATCH 06/10] mmc: sdhci-of-k1: add SDR tuning infrastructure
` [PATCH 07/10] mmc: sdhci-of-k1: add comprehensive SDR tuning support
` [PATCH 08/10] riscv: dts: spacemit: k1: add SD card controller and pinctrl support
` [PATCH 09/10] riscv: dts: spacemit: k1-orangepi-rv2: add PMIC and power infrastructure
` [PATCH 10/10] riscv: dts: spacemit: k1-orangepi-rv2: add SD card support with UHS modes

[PATCH 0/3] mmc: Add Loongson-2K0300 SD/SDIO/eMMC controller support
 2026-03-04  8:05 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: mmc: loongson,ls2k0500-mmc: Add compatible for Loongson-2K0300
` [PATCH 2/3] mmc: loongson2: Gathering all SoCs private data together
` [PATCH 3/3] mmc: loongson2: Add Loongson-2K0300 SD/SDIO/eMMC controller driver

[PATCH v4 0/3] Enable Inline crypto engine for kodiak and monaco
 2026-03-04  7:28 UTC  (11+ messages)
` [PATCH v4 1/3] dt-bindings: mmc: sdhci-msm: Add ICE phandle

[PATCH v2 0/4] mmc: sdhci-esdhc-imx: add 1-bit bus width support
 2026-03-03 21:01 UTC  (9+ messages)
` [PATCH v2 1/4] mmc: sdhci: fix timing selection for 1-bit bus width
` [PATCH v2 2/4] mmc: sdhci-esdhc-imx: add 1-bit bus width support
` [PATCH v2 3/4] mmc: sdhci-esdhc-imx: remove duplicate HS400 bus width validation
` [PATCH v2 4/4] mmc: sdhci-pltfm: remove duplicate DTS property parsing

[PATCH v1 0/2] mmc: sdhci-of-dwcmshc: Add HPE GSC eMMC support
 2026-03-03 14:36 UTC  (5+ messages)
` [PATCH v1 1/2] dt-bindings: mmc: snps,dwcmshc-sdhci: add HPE GSC dwcmshc compatible
` [PATCH v1 2/2] mmc: sdhci-of-dwcmshc: Add HPE GSC eMMC support

[PATCH 0/4] mmc: sdhci-esdhc-imx: add 1-bit bus width support
 2026-03-03  9:29 UTC  (9+ messages)
` [PATCH 1/4] mmc: core: fix timing selection for 1-bit bus width
` [PATCH 2/4] mmc: sdhci-esdhc-imx: add 1-bit bus width support
` [PATCH 3/4] mmc: sdhci-esdhc-imx: remove duplicate HS400 bus width validation
` [PATCH 4/4] mmc: sdhci-pltfm: remove duplicate DTS property parsing
  ` [EXT] Re: [PATCH 0/4] mmc: sdhci-esdhc-imx: add 1-bit bus width support

[PATCH v1 0/2] mmc: sdhci-of-dwcmshc: Add HPE GSC eMMC support
 2026-03-02 20:49 UTC 

[PATCH v2] mmc: sdhci-of-bst: Fix memory leak in sdhci_bst_alloc_bounce_buffer()
 2026-03-02 13:47 UTC 

[PATCH] mmc: sdhci-of-bst: Fix memory leak in sdhci_bst_alloc_bounce_buffer()
 2026-03-02 13:26 UTC  (3+ messages)

[PATCH v3 0/4] soc: qcom: ice: Fix race between qcom_ice_probe() and of_qcom_ice_get()
 2026-03-02 13:02 UTC  (9+ messages)
` [PATCH v3 1/4] "
` [PATCH v3 4/4] scsi: ufs: ufs-qcom: Remove NULL check from devm_of_qcom_ice_get()

[PATCH v4 0/5] soc: qcom: ice: Fix race between qcom_ice_probe() and of_qcom_ice_get()
 2026-03-02 13:00 UTC  (6+ messages)
` [PATCH v4 1/5] "
` [PATCH v4 2/5] soc: qcom: ice: Return -ENODEV if the ICE platform device is not found
` [PATCH v4 3/5] soc: qcom: ice: Return proper error codes from devm_of_qcom_ice_get() instead of NULL
` [PATCH v4 4/5] mmc: sdhci-msm: Remove NULL check from devm_of_qcom_ice_get()
` [PATCH v4 5/5] scsi: ufs: ufs-qcom: "

[PATCH] mmc: sdhci-pci-gli: fix GL9750 DMA write corruption
 2026-03-02  6:28 UTC  (5+ messages)

[PATCH v6 0/2] arm64: dts/defconfig: enable BST C1200 eMMC
 2026-03-01 13:12 UTC  (4+ messages)
` [PATCH v6 1/2] arm64: dts: bst: enable eMMC controller in C1200 CDCU1.0 board
` [PATCH v6 2/2] arm64: defconfig: enable BST SDHCI controller

[PATCH v4 0/3] mmc: dw_mmc: Support optional BIU clock
 2026-02-28 10:12 UTC  (7+ messages)
  ` [PATCH v4 1/3] dt-bindings: mmc: synopsys-dw-mshc: relax clocks constraint
  ` [PATCH v4 2/3] mmc: dw_mmc-k3: before set biu_clk rate, check biu_clk available or not
  ` [PATCH v4 3/3] mmc: dw_mmc: Using devm_clk_get_optional() for biu_clk

[PATCH v3 1/3] mmc: dw_mmc-k3: before set biu_clk rate, check biu_clk available or not
 2026-02-28  9:46 UTC  (9+ messages)
` [PATCH v3 2/3] mmc: dw_mmc: Using devm_clk_get_optional() for biu_clk
` [PATCH v3 3/3] dt-bindings: mmc: synopsys-dw-mshc: No need to enforce setting two clocks

[GIT PULL] MMC fixes for v7.0-rc2
 2026-02-27 18:59 UTC  (2+ messages)

[PATCH v11 0/9] mmc: host: renesas_sdhi_core: support configuring an optional sdio mux
 2026-02-27 13:53 UTC  (13+ messages)
` [PATCH v11 1/9] phy: can-transceiver: rename temporary helper function to avoid conflict
` [PATCH v11 2/9] phy: renesas: rcar-gen3-usb2: rename local mux helper "
` [PATCH v11 3/9] mux: Add helper functions for getting optional and selected mux-state
` [PATCH v11 4/9] phy: can-transceiver: drop temporary helper getting optional mux-state
` [PATCH v11 5/9] phy: renesas: rcar-gen3-usb2: drop "
` [PATCH v11 6/9] i2c: omap: switch to new generic helper for getting selected mux-state
` [PATCH v11 7/9] dt-bindings: mmc: renesas,sdhi: Add mux-states property
` [PATCH v11 8/9] mux: add visible config symbol to enable multiplexer subsystem
` [PATCH v11 9/9] mmc: host: renesas_sdhi_core: support selecting an optional mux

[PATCH AUTOSEL 6.19-5.15] mmc: rtsx_pci: add quirk to disable MMC_CAP_AGGRESSIVE_PM for RTS525A
 2026-02-26 13:24 UTC  (6+ messages)
` [PATCH AUTOSEL 6.19-6.1] mmc: rtsx: reset power state on suspend

[PATCH v10 0/9] mmc: host: renesas_sdhi_core: support configuring an optional sdio mux
 2026-02-26 13:19 UTC  (16+ messages)
` [PATCH v10 1/9] phy: can-transceiver: rename temporary helper function to avoid conflict
` [PATCH v10 2/9] phy: renesas: rcar-gen3-usb2: rename local mux helper "
` [PATCH v10 3/9] mux: Add helper functions for getting optional and selected mux-state
` [PATCH v10 4/9] phy: can-transceiver: drop temporary helper getting optional mux-state
` [PATCH v10 5/9] phy: renesas: rcar-gen3-usb2: drop "
` [PATCH v10 6/9] i2c: omap: switch to new generic helper for getting selected mux-state
` [PATCH v10 7/9] dt-bindings: mmc: renesas,sdhi: Add mux-states property
` [PATCH v10 8/9] mux: add prompt and help text to CONFIG_MULTIPLEXER making it visible
` [PATCH v10 9/9] mmc: host: renesas_sdhi_core: support selecting an optional mux

[RFC PATCH] mmc: sdhci-pci-gli: fix GL9750 DMA write corruption
 2026-02-26 10:09 UTC  (5+ messages)

[PATCH v3] dt-bindings: mmc: dwcmshc-sdhci: Fix resets array validation
 2026-02-25 17:55 UTC  (4+ messages)
  `  "

[PATCH 0/4] arm64: dts: Add initial support for NXP S32N79 SoC
 2026-02-25 10:13 UTC  (13+ messages)
` [PATCH 1/4] dt-bindings: interrupt-controller: fsl,irqsteer: add S32N79 support
` [PATCH 2/4] dt-bindings: mmc: fsl-imx-esdhc: "
` [PATCH 3/4] dt-bindings: arm: fsl: Add NXP S32N79 SoC and RDB board
` [PATCH 4/4] arm64: dts: freescale: Add minimal support for S32N79

[PATCH v2 1/8] mmc: sdio: add MediaTek MT7902 SDIO device ID
 2026-02-24 20:30 UTC  (2+ messages)

[PATCH 0/37] PCI/MSI: Enforce explicit IRQ vector management by removing devres auto-free
 2026-02-24 16:20 UTC  (3+ messages)
` [PATCH 01/37] PCI/MSI: Add Devres managed IRQ vectors allocation


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox