public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
[PATCH 0/9] Support for block device NVMEM providers
 2026-04-29  8:53 UTC  (12+ messages)
` [PATCH 1/9] dt-bindings: mmc: Document support for nvmem-layout
` [PATCH 2/9] arm64: dts: qcom: arduino-imola: Describe boot1 NVMEM layout
` [PATCH 3/9] block: implement NVMEM provider
` [PATCH 4/9] dt-bindings: net: wireless: qcom,ath10k: Add NVMEM MAC address cell
` [PATCH 5/9] arm64: dts: qcom: arduino-imola: Get WiFi MAC from NVMEM
` [PATCH 6/9] dt-bindings: bluetooth: qcom: Add NVMEM BD address cell
` [PATCH 7/9] Bluetooth: hci_sync: Add NVMEM-backed BD address retrieval
` [PATCH 8/9] Bluetooth: qca: Set NVMEM BD address quirks when address is invalid
` [PATCH 9/9] arm64: dts: qcom: arduino-imola: Get Bluetooth BD address from NVMEM

[PATCH v3 0/2] mmc: litex_mmc: Set mandatory idle clocks before CMD0
 2026-04-26 15:59 UTC  (4+ messages)
` [PATCH v3 1/2] mmc: litex_mmc: Move litex_mmc_setclk() to bottom for reuse
` [PATCH v3 2/2] mmc: litex_mmc: Set mandatory idle clocks before CMD0

[PATCH v2] mmc: litex_mmc: Set mandatory idle clocks before CMD0
 2026-04-26  1:13 UTC  (3+ messages)

[PATCH v1] mmc: sdhci-of-dwcmshc: Fix SDIO support for Eswin EIC7700
 2026-04-24  7:09 UTC 

[PATCH v2] mmc: core: fix host controller programming for fixed driver type
 2026-04-23 19:18 UTC 

[PATCH] dt-bindings: mmc: st,sdhci: convert to DT schema
 2026-04-23 17:23 UTC  (4+ messages)

[PATCH v8 0/9] riscv: spacemit: enable SD card support with UHS modes for OrangePi RV2
 2026-04-23 12:42 UTC  (16+ messages)
` [PATCH v8 1/9] dt-bindings: mmc: spacemit,sdhci: add pinctrl support for voltage switching
` [PATCH v8 2/9] mmc: sdhci-of-k1: enable essential clock infrastructure for SD operation
` [PATCH v8 3/9] mmc: sdhci-of-k1: add regulator and pinctrl voltage switching support
` [PATCH v8 4/9] mmc: sdhci-of-k1: add comprehensive SDR tuning support
` [PATCH v8 5/9] riscv: dts: spacemit: k1: add SD card controller and pinctrl support
` [PATCH v8 6/9] riscv: dts: spacemit: k1-orangepi-rv2: add PMIC and power infrastructure
` [PATCH v8 7/9] riscv: dts: spacemit: k1-orangepi-rv2: add SD card support with UHS modes
` [PATCH v8 8/9] riscv: dts: spacemit: k1-bananapi-f3: "
` [PATCH v8 9/9] riscv: dts: spacemit: k1-musepi-pro: "

[PATCH v5 0/4] mmc: Add pstore backend for crash dump storage on eMMC
 2026-04-22 20:50 UTC  (5+ messages)
` [PATCH v5 1/4] mmc: core: Add panic-context host operations for pstore backends
` [PATCH v5 2/4] mmc: sdhci: Implement panic-context write support
` [PATCH v5 3/4] mmc: block: Add helper to look up mmc_card by device name
` [PATCH v5 4/4] mmc: core: Add MMC pstore backend driver

[PATCH v1 0/6] sdio: About pointers in sdio_device_id::driver_data
 2026-04-22 12:44 UTC  (12+ messages)
` [PATCH v1 1/6] sdio: Add syntactic sugar to store a pointer in sdio_driver_id

[PATCH] dt-bindings: Fix phandle-array constraints, again
 2026-04-22 10:22 UTC  (6+ messages)

[PATCH] mmc: litex_mmc: Set mandatory idle clocks before CMD0
 2026-04-21  9:39 UTC  (3+ messages)

[PATCH v8 0/5] Enable ICE clock scaling
 2026-04-21  6:10 UTC  (15+ messages)
` [PATCH v8 1/5] soc: qcom: ice: Add OPP-based clock scaling support for ICE
` [PATCH v8 2/5] ufs: host: Add ICE clock scaling during UFS clock changes
` [PATCH v8 3/5] mmc: sdhci-msm: Set ICE clk to TURBO at sdhci ICE init
` [PATCH v8 4/5] arm64: dts: qcom: kodiak: Add OPP-table for ICE UFS and ICE eMMC nodes
` [PATCH v8 5/5] arm64: dts: qcom: monaco: "

[PATCH] mmc: core: Switch to use pm_ptr() for bus.c
 2026-04-21  2:37 UTC 

[PATCH] mmc: core: fix host controller programming for fixed driver type
 2026-04-21  2:02 UTC  (2+ messages)

[PATCH AUTOSEL 7.0-6.1] mmc: core: Validate UHS/DDR/HS200 timing selection for 1-bit bus width
 2026-04-20 13:18 UTC 

[PATCH AUTOSEL 7.0-6.18] mmc: sdhci-esdhc-imx: wait for data transfer completion before reset
 2026-04-20 13:07 UTC 

[PATCH v2] mmc: sdhci-of-dwcmshc: Disable clock before DLL configuration
 2026-04-20  1:44 UTC  (4+ messages)

[PATCH] mmc: sdhci-of-dwcmshc: add reset control support in suspend/resume
 2026-04-17 10:45 UTC  (3+ messages)

[PATCH v3 0/2] Configuring DMA threshold value for DW-MMC controllers
 2026-04-16  0:29 UTC  (5+ messages)
` [PATCH v3 1/2] mmc: dw_mmc: implement option for configuring DMA threshold
` [PATCH v3 2/2] mmc: dw_mmc: exynos: increase DMA threshold value for exynos7870

[GIT PULL] MMC updates for v7.1
 2026-04-15 22:01 UTC  (2+ messages)

[RFC PATCH] mmc: host: sdhci-iproc: implement the .hw_reset callback
 2026-04-15 20:44 UTC  (7+ messages)

[PATCH v4 0/4] mmc: Add pstore backend for crash dump storage on eMMC
 2026-04-15  9:30 UTC  (3+ messages)
` [PATCH v4 1/4] mmc: core: Add panic-context host operations for pstore backends

[PATCH v2 0/2] Configuring DMA threshold value for DW-MMC controllers
 2026-04-14 10:49 UTC  (5+ messages)
` [PATCH v2 1/2] mmc: dw_mmc: implement option for configuring DMA threshold
` [PATCH v2 2/2] mmc: dw_mmc: exynos: increase DMA threshold value for exynos7870

[PATCH] mmc: core: Kioxia 016G01 does not enter boot mode after SLEEP
 2026-04-13 18:05 UTC 

[PATCH v7 1/9] dt-bindings: mmc: spacemit,sdhci: add pinctrl support for voltage switching
 2026-04-13 15:43 UTC  (10+ messages)
` [PATCH v7 2/9] mmc: sdhci-of-k1: enable essential clock infrastructure for SD operation
` [PATCH v7 3/9] mmc: sdhci-of-k1: add regulator and pinctrl voltage switching support
` [PATCH v7 4/9] mmc: sdhci-of-k1: add comprehensive SDR tuning support
` [PATCH v7 5/9] riscv: dts: spacemit: k1: add SD card controller and pinctrl support
` [PATCH v7 6/9] riscv: dts: spacemit: k1-orangepi-rv2: add PMIC and power infrastructure
` [PATCH v7 7/9] riscv: dts: spacemit: k1-orangepi-rv2: add SD card support with UHS modes
` [PATCH v7 8/9] riscv: dts: spacemit: k1-bananapi-f3: "
` [PATCH v7 9/9] riscv: dts: spacemit: k1-musepi-pro: "

[RFC PATCH 0/2] rtsx_usb: runtime PM fixes before tray-reader detect rework
 2026-04-13 11:42 UTC  (3+ messages)
` [RFC PATCH 1/2] rtsx_usb: hold runtime PM during transfers
` [RFC PATCH 2/2] rtsx_usb: avoid USB I/O in runtime autosuspend

[PATCH 0/2] Configuring DMA threshold value for DW-MMC controllers
 2026-04-12 11:15 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: mmc: dw-mshc-common: add option for configuring DMA threshold
` [PATCH 2/2] mmc: dw_mmc: implement "

[PATCH v3 4/4] mmc: core: Add MMC pstore backend driver
 2026-04-10 15:22 UTC  (3+ messages)

[PATCH v2] mmc: host: sdhci-msm: Fix the wrapped key handling
 2026-04-10  8:30 UTC  (2+ messages)

[GIT PULL] MMC fixes for v7.0-rc8
 2026-04-09 20:57 UTC  (2+ messages)

[PATCH] misc: rtsx_usb: reset chip on resume to restore card detection
 2026-04-09 19:41 UTC  (3+ messages)
  ` [PATCH v2] misc: rtsx_usb: reset chip on resume to re-detect card after S3

[PATCH v3] mmc: sdhci-of-dwcmshc: Disable clock before DLL configuration
 2026-04-09 15:53 UTC  (2+ messages)

[PATCH] mmc: Simplify with scoped for each OF child loop
 2026-04-09 15:52 UTC  (3+ messages)

[PATCH v3] mmc: block: use single block write in retry
 2026-04-09 15:52 UTC  (6+ messages)
` [PATCH] mmc: block: optimize size of struct mmc_queue_req
  ` [PATCH c2] "

Notes on using dd to clone Debian 13.4.0 KDE Plasma installation on my Edxis Chromebook model LI9
 2026-04-09 10:13 UTC 

[PATCH 0/4] Refactoring to support per-instance configurable max segments for dw_mmc
 2026-04-09  7:48 UTC  (5+ messages)
` [PATCH 1/4] mmc: core: mmc: core: Add validation for host-provided max_segs
` [PATCH 2/4] mmc: dw_mmc: Move misplaced comment
` [PATCH 3/4] mmc: dw_mmc: Add desc_num field for clarity
` [PATCH 4/4] mmc: dw_mmc: Convert descriptor ring buffer to per-instance configurable

[PATCH v6 0/9] riscv: spacemit: enable SD card support with UHS modes for OrangePi RV2
 2026-04-09  7:17 UTC  (12+ messages)
` [PATCH v6 1/9] dt-bindings: mmc: spacemit,sdhci: add pinctrl support for voltage switching
` [PATCH v6 2/9] mmc: sdhci-of-k1: enable essential clock infrastructure for SD operation
` [PATCH v6 3/9] mmc: sdhci-of-k1: add regulator and pinctrl voltage switching support
` [PATCH v6 4/9] mmc: sdhci-of-k1: add comprehensive SDR tuning support
` [PATCH v6 5/9] riscv: dts: spacemit: k1: add SD card controller and pinctrl support
` [PATCH v6 6/9] riscv: dts: spacemit: k1-orangepi-rv2: add PMIC and power infrastructure
` [PATCH v6 7/9] riscv: dts: spacemit: k1-orangepi-rv2: add SD card support with UHS modes
` [PATCH v6 8/9] riscv: dts: spacemit: k1-bananapi-f3: "
` [PATCH v6 9/9] riscv: dts: spacemit: k1-musepi-pro: "

[PATCH v5 0/9] arm64: dts: amlogic: Add MMC/SD/SDIO support for Khadas VIM4 (Amlogic T7)
 2026-04-08  9:10 UTC  (2+ messages)
` (subset) "

[PATCH] mmc: sdhci-of-dwcmshc: Disable clock before DLL configuration
 2026-04-08  5:06 UTC  (4+ messages)

[PATCH] mmc: host: sdhci-msm: Fix the wrapped key handling
 2026-04-08  4:24 UTC  (6+ messages)

[PATCH] MAINTAINERS, mailmap: Change Ulf Hansson's email
 2026-04-07 12:14 UTC 

[PATCH 0/2] CQE support for cadence eMMC host controller
 2026-04-07 11:30 UTC  (5+ messages)
` [PATCH 1/2] mmc: cqe: Add CQE DT support for cadence controller
` [PATCH 2/2] mmc: cqe: Add CQE support for cadence mmc driver

[PATCH v5 0/9] riscv: spacemit: enable SD card support with UHS modes for OrangePi RV2
 2026-04-02 11:21 UTC  (10+ messages)
` [PATCH v5 1/9] dt-bindings: mmc: spacemit,sdhci: add pinctrl support for voltage switching
` [PATCH v5 5/9] riscv: dts: spacemit: k1: add SD card controller and pinctrl support

[PATCH v6 0/3] Enable Inline crypto engine for kodiak and monaco
 2026-04-02  9:07 UTC  (7+ messages)
` [PATCH v6 1/3] dt-bindings: mmc: sdhci-msm: Add ICE phandle
` [PATCH v6 2/3] arm64: dts: qcom: kodiak: enable the inline crypto engine for SDHC
` [PATCH v6 3/3] arm64: dts: qcom: monaco: "

[PATCH 0/4] mmc: vub300: fix NULL-deref and UAF on disconnect
 2026-03-31 11:16 UTC  (7+ messages)
` [PATCH 1/4] mmc: vub300: fix NULL-deref "

[PATCH 0/2] Improve request handling code flow and clarify function naming for dw_mmc
 2026-03-31 11:14 UTC  (2+ messages)

[PATCH 0/4] Extend MQRQ_XFER_SINGLE_BLOCK to Support Multi-Block Read Failures
 2026-03-31 11:14 UTC  (2+ messages)

[PATCH v3] mmc: sdhci-dwcmshc: Refactor Rockchip platform data for controller revisions
 2026-03-31 11:14 UTC  (2+ messages)


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