Linux MultiMedia Card development
 help / color / mirror / Atom feed
 messages from 2026-08-07 13:08:32 to 2026-08-12 20:55:12 UTC [more...]

[PATCH 00/33] Add support for Qualcomm Snapdragon SM7150 SoC and Google Pixel 4a
 2026-08-12 20:54 UTC  (5+ messages)

[PATCH 0/3] mmc: Handle errors from optional IRQ lookup
 2026-08-12 11:20 UTC  (4+ messages)
` [PATCH 1/3] mmc: meson-gx: "
` [PATCH 2/3] mmc: davinci: "
` [PATCH 3/3] mmc: davinci: Handle optional IRQ return value correctly

[PATCH v4 0/8] mmc: sdhci-cadence: add SD6HC support and Agilex5 enablement
 2026-08-12 10:29 UTC  (10+ messages)
` [PATCH v4 1/8] dt-bindings: mmc: add Cadence SD6HC binding
` [PATCH v4 2/8] arm64: dts: agilex5: add SD/eMMC host controller
` [PATCH v4 3/8] dt-bindings: arm: altera: add Agilex5 SOCDK eMMC board variant
` [PATCH v4 4/8] arm64: dts: agilex5: add SOCDK eMMC daughter board
` [PATCH v4 5/8] mmc: sdhci-cadence: rename SD4HC symbols for SD6HC groundwork
` [PATCH v4 6/8] mmc: sdhci-cadence: refactor driver structure for V6 controller support
` [PATCH v4 7/8] mmc: sdhci-cadence: add Cadence SD6HC support
` [PATCH v4 8/8] mmc: sdhci-cadence: add Altera Agilex5 "

[PATCH v5 0/4] mmc: Add pstore backend for crash dump storage on eMMC
 2026-08-12  8:26 UTC  (5+ messages)

[PATCH v2] mmc-utils: Add bash completion
 2026-08-12  7:05 UTC  (2+ messages)

[PATCH V1] dt-bindings: mmc: sdhci-msm: Document the Maili compatible
 2026-08-12  7:03 UTC  (2+ messages)

[PATCH v7 0/2] mmc: Avoid reprogram all keys to Inline Crypto Engine for MMC runtime suspend resume
 2026-08-11 19:08 UTC  (4+ messages)
` [PATCH v7 1/2] mmc: Allow host driver to control the re-programming of crypto keys
` [PATCH v7 2/2] mmc: sdhci-msm: Use pm ops instead of macro to restore "

[PATCH v9 0/3] mmc: core: Keep the card powered across suspend when firmware needs it live
 2026-08-11 16:38 UTC  (4+ messages)
` [PATCH v9 1/3] dt-bindings: mmc: Extend keep-power-in-suspend beyond SDIO
` [PATCH v9 2/3] dt-bindings: mmc: Add reset-card-at-resume property
` [PATCH v9 3/3] mmc: core: Honor keep-power-in-suspend and reset-card-at-resume for (e)MMC

[PATCH v3 0/4] mmc: sdhci_am654: Fix DDR50 mode for cards without tuning support
 2026-08-11 14:41 UTC  (3+ messages)
` [PATCH v3 4/4] mmc: sdhci_am654: Fallback to DT-provided itap delay on DDR50 tuning failure

[PATCH v6 0/2] mmc: Avoid reprogram all keys to Inline Crypto Engine for MMC runtime suspend resume
 2026-08-11  8:18 UTC  (10+ messages)
` [PATCH v6 1/2] mmc: Allow host driver to control the re-programming of crypto keys
` [PATCH v6 2/2] mmc: sdhci-msm: Use pm ops instead of macro to restore "

[PATCH v6 0/3] mmc-utils: lsmmc: add 'mmc list' command
 2026-08-10 15:34 UTC  (4+ messages)
` [PATCH v6 1/3] mmc-utils: lsmmc: Use external .ids files and accept /dev, /sys/block paths
` [PATCH v6 2/3] mmc-utils: lsmmc: Factor out CID month/year helpers
` [PATCH v6 3/3] mmc-utils: lsmmc: Add mmc list command

[PATCH] mmc-utils: Add bash completion
 2026-08-10  6:22 UTC  (2+ messages)

[PATCH v5 0/3] mmc-utils: lsmmc: add 'mmc list' command
 2026-08-10  5:46 UTC  (5+ messages)
` [PATCH v5 1/3] mmc-utils: lsmmc: Use external .ids files and accept /dev, /sys/block paths
` [PATCH v5 2/3] mmc-utils: lsmmc: Factor out CID month/year helpers
` [PATCH v5 3/3] mmc-utils: lsmmc: Add mmc list command

[DONOTAPPLY RFC PATCH v2 0/4] WiFi support for samsung,coreprimevelte
 2026-08-10  5:22 UTC  (6+ messages)

[PATCH] mmc: atmel-mci: Fix use-after-free in atmci_remove due to race condition
 2026-08-10  1:00 UTC  (3+ messages)

[PATCH] mmc: vub300: fix sleeping function called from invalid context
 2026-08-08 23:09 UTC 

[PATCH v23 00/14] Add Renesas RZ/G3L SD/eMMC support
 2026-08-08 15:21 UTC  (10+ messages)
` [PATCH v23 05/14] mmc: renesas_sdhi: Make clock divider mask configurable
` [PATCH v23 10/14] mmc: renesas_sdhi: Add RZ/G3L SDHI support
` [PATCH v23 13/14] mmc: renesas_sdhi: Add RZ/G3L HS400 support

[PATCH] mmc: bcm2835: guard against host->data being NULL in bcm2835_finish_data()
 2026-08-08 13:12 UTC 

[PATCH] mmc: core: add MMC_QUIRK_BROKEN_WRITE_ZEROES for ESMT eMMC
 2026-08-08 10:56 UTC  (3+ messages)

[PATCH v8 0/3] mmc: core: Keep the card powered across suspend when firmware needs it live
 2026-08-07 20:01 UTC  (4+ messages)
` [PATCH v8 1/3] dt-bindings: mmc: Extend keep-power-in-suspend beyond SDIO
` [PATCH v8 2/3] dt-bindings: mmc: Add reset-card-at-resume property
` [PATCH v8 3/3] mmc: core: Honor keep-power-in-suspend and reset-card-at-resume for (e)MMC

[PATCH v3 0/2] CQE support for cadence eMMC host controller
 2026-08-07 14:06 UTC  (3+ messages)
` [PATCH v3 2/2] mmc: sdhci-cadence: add CQE support

[PATCH v7 0/3] mmc: core: Keep the card powered across suspend when firmware needs it live
 2026-08-07 13:56 UTC  (3+ messages)
` [PATCH v7 2/3] dt-bindings: mmc: Add reset-card-at-resume property

[PATCH v3 1/8] dt-bindings: mmc: add Cadence SD6HC binding
 2026-08-07 13:08 UTC  (3+ messages)
` [PATCH v3 8/8] mmc: sdhci-cadence: add Altera Agilex5 SD6HC support


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