linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-12 13:35:01 to 2025-08-21 20:40:27 UTC [more...]

[PATCH RFC 00/35] mm: remove nth_page()
 2025-08-21 20:40 UTC  (45+ messages)
` [PATCH RFC 01/35] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH RFC 02/35] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH RFC 03/35] s390/Kconfig: "
` [PATCH RFC 04/35] x86/Kconfig: "
` [PATCH RFC 05/35] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH RFC 07/35] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH RFC 08/35] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH RFC 09/35] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH RFC 11/35] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH RFC 12/35] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH RFC 13/35] mm: simplify folio_page() and folio_page_idx()
` [PATCH RFC 14/35] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH RFC 15/35] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH RFC 16/35] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH RFC 17/35] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH RFC 18/35] io_uring/zcrx: remove "struct io_copy_cache" and one nth_page() usage
` [PATCH RFC 19/35] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH RFC 20/35] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH RFC 21/35] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH RFC 22/35] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH RFC 23/35] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH RFC 24/35] ata: libata-eh: drop nth_page() usage within "
` [PATCH RFC 25/35] drm/i915/gem: "
` [PATCH RFC 26/35] mspro_block: "
` [PATCH RFC 27/35] memstick: "
` [PATCH RFC 28/35] mmc: "
` [PATCH RFC 29/35] scsi: core: "
` [PATCH RFC 30/35] vfio/pci: "
` [PATCH RFC 31/35] crypto: remove "
` [PATCH RFC 32/35] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH RFC 33/35] kfence: drop nth_page() usage
` [PATCH RFC 34/35] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH RFC 35/35] mm: remove nth_page()

[PATCH 0/6] Add peripheral nodes to RaspberryPi 5 DT
 2025-08-21 15:14 UTC  (4+ messages)
` [PATCH 2/6] dt-bindings: serial: Add clock-frequency property as an alternative to clocks

[PATCH V2 2/2] mmc: sdhci-msm: Rectify DLL programming sequence for SDCC
 2025-08-21 14:15 UTC  (12+ messages)

[PATCH v9 0/2] mmc: handle undervoltage events and prevent eMMC corruption
 2025-08-21 13:07 UTC  (3+ messages)
` [PATCH v9 1/2] mmc: core: Add infrastructure for undervoltage handling
` [PATCH v9 2/2] mmc: core: add undervoltage handler for MMC/eMMC devices

[PATCH next] mmc: rtsx_usb_sdmmc: Fix uninitialized variable issue
 2025-08-21 12:32 UTC 

[PATCH] mmc: mmc_spi: remove unnecessary check in mmc_spi_setup_data_message()
 2025-08-21 12:32 UTC 

[PATCH v4 0/2] mmc: sdhci-pxav3: pinctrl setting for fast bus clocks
 2025-08-21 11:20 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: mmc: sdhci-pxa: add state_uhs pinctrl
` [PATCH v4 2/2] mmc: sdhci-pxav3: add state_uhs pinctrl setting

[PATCH] mmc: host: renesas_sdhi: Replace magic number '0xff' in renesas_sdhi_set_clock()
 2025-08-21  9:49 UTC  (4+ messages)

[PATCH RFT] mmc: host: renesas_sdhi: Fix the actual clock
 2025-08-21  9:49 UTC  (7+ messages)

[PATCH] mmc: sunxi: Remove dev_err_probe() if error is -ENOMEM
 2025-08-21  9:17 UTC 

[PATCH v5] mmc: sdhci_am654: Disable HS400 for AM62P SR1.0 and SR1.1
 2025-08-21  9:09 UTC  (2+ messages)

[PATCH 00/38] mmc: host: use modern PM macros
 2025-08-20 19:21 UTC  (51+ messages)
` [PATCH 01/38] sdhci: add some simple inline functions for !CONFIG_PM
` [PATCH 02/38] mmc: sdhci-of-dwcmshc: use modern PM macros
` [PATCH 03/38] mmc: sdhci-xenon: "
` [PATCH 04/38] mmc: sdhci-pxav3: "
` [PATCH 05/38] mmc: sunxi: "
` [PATCH 06/38] mmc: alcor: "
` [PATCH 07/38] mmc: atmel: "
` [PATCH 08/38] mmc: au1xmmc: "
` [PATCH 09/38] mmc: cb710-mmc: "
` [PATCH 10/38] mmc: davinci_mmc: "
` [PATCH 11/38] mmc: mmci: "
` [PATCH 12/38] mmc: mxs-mmc: "
` [PATCH 13/38] mmc: omap_hsmmc: "
` [PATCH 14/38] mmc: rtsx_usb_sdmmc: "
` [PATCH 15/38] mmc: sdhci-acpi: "
` [PATCH 16/38] mmc: sdhci_am654: "
` [PATCH 17/38] mmc: sdhci-brcmstb: "
` [PATCH 18/38] mmc: sdhci-esdhc-imx: "
` [PATCH 19/38] mmc: sdhci-of-arasan: "
` [PATCH 20/38] mmc: sdhci-of-at91: "
` [PATCH 21/38] mmc: sdhci-of-esdhc: "
` [PATCH 22/38] mmc: sdhci-omap: "
` [PATCH 23/38] mmc: sdhci-cadence: "
` [PATCH 24/38] mmc: sdhci-s3c: "
` [PATCH 25/38] mmc: sdhci-spear: "
` [PATCH 26/38] mmc: sdhci-sprd: "
` [PATCH 27/38] mmc: sdhci-st: "
` [PATCH 28/38] mmc: sdhci-tegra: "
` [PATCH 29/38] mmc: sh_mmicf: "
` [PATCH 30/38] mmc: toshsd: "
` [PATCH 31/38] mmc: wmt-sdmmc: "
` [PATCH 32/38] mmc: mtk-sd: "
` [PATCH 33/38] mmc: sdhci-msm: "
` [PATCH 34/38] mmc: via-sdmmc: "
` [PATCH 35/38] mmc: dw_mmc: exynos: "
` [PATCH 36/38] mmc: dw_mmc-k3: "
` [PATCH 37/38] mmc: dw_mmc-pci: "
` [PATCH 38/38] mmc: dw_mmc-rockchip: "

[PATCH v4] mmc: sdhci_am654: Disable HS400 for AM62P SR1.0 and SR1.1
 2025-08-20 18:25 UTC  (3+ messages)

[PATCH 00/21] treewide: remove unneeded 'fast_io' parameter in regmap_config
 2025-08-20 17:02 UTC  (8+ messages)
` [PATCH 10/21] mmc: "
` (subset) [PATCH 00/21] treewide: "

[PATCH] mmc: sdhci-cadence: Fix -Wuninitialized in sdhci_cdns_tune_blkgap()
 2025-08-20 16:43 UTC  (5+ messages)

[PATCH v8 0/2] mmc: handle undervoltage events and prevent eMMC corruption
 2025-08-20 11:52 UTC  (5+ messages)
` [PATCH v8 1/2] mmc: core: Add infrastructure for undervoltage handling
` [PATCH v8 2/2] mmc: core: add undervoltage handler for MMC/eMMC devices

[PATCH v2 00/15] Various dt-bindings for Milos and The Fairphone (Gen. 6) addition
 2025-08-20 11:52 UTC  (9+ messages)
` [PATCH v2 14/15] arm64: dts: qcom: Add initial Milos dtsi

[PATCH V4 0/4] Add level shifter support for qualcomm SOC's
 2025-08-20  7:19 UTC  (16+ messages)
` [PATCH V4 4/4] arm64: dts: qcom: sm8550: Remove SDR104/SDR50 broken capabilities

[PATCH v3] mmc: sdhci_am654: Disable HS400 for AM62P SR1.0 and SR1.1
 2025-08-19 13:31 UTC  (4+ messages)

[PATCH v3 0/2]
 2025-08-19 12:35 UTC  (4+ messages)
  ` [EXT] "

[PATCH v3 0/8] Introduce Black Sesame Technologies C1200 SoC and CDCU1.0 board
 2025-08-18 18:16 UTC  (16+ messages)
` [PATCH v3 1/8] dt-bindings: vendor-prefixes: Add Black Sesame Technologies Co., Ltd
` [PATCH v3 2/8] dt-bindings: arm: add Black Sesame Technologies (bst) SoC
` [PATCH v3 4/8] dt-bindings: mmc: add binding for BST DWCMSHC SDHCI controller
` [PATCH v3 5/8] mmc: sdhci: add Black Sesame Technologies BST C1200 controller driver
` [PATCH v3 6/8] arm64: dts: bst: add support for Black Sesame Technologies C1200 CDCU1.0 board
` [PATCH v3 7/8] arm64: defconfig: enable BST platform and SDHCI controller support
` [PATCH v3 8/8] MAINTAINERS: add and consolidate Black Sesame Technologies (BST) ARM SoC support

[PATCH v4 0/6] mmc: introduce multi-block read gap tuning
 2025-08-18 14:56 UTC  (8+ messages)
` [PATCH v4 1/6] mmc: core: add mmc_card_can_cmd23
` [PATCH v4 2/6] mmc: card: add mmc_card_blk_no_cmd23
` [PATCH v4 3/6] mmc: mmc_test: use mmc_card cmd23 helpers
` [PATCH v4 4/6] mmc: block: "
` [PATCH v4 5/6] mmc: core: add mmc_read_tuning
` [PATCH v4 6/6] mmc: sdhci-cadence: implement multi-block read gap tuning

[PATCH] dt-bindings: mmc: Add compatible for MT8189 SoC
 2025-08-18 14:36 UTC  (3+ messages)

[PATCH] mmc: meson-mx-sdhc: use PTR_ERR_OR_ZERO() to simplify code
 2025-08-18 10:55 UTC  (3+ messages)

[PATCH v2] misc: rtsx: usb card reader: add OCP support
 2025-08-18 10:55 UTC  (2+ messages)

[PATCH] memstick: Add timeout to prevent indefinite waiting
 2025-08-18 10:55 UTC  (2+ messages)

[PATCH v2] memstick: Fix deadlock by moving removing flag earlier
 2025-08-18 10:55 UTC  (2+ messages)

[PATCH v3 0/2] Enable 64-bit polling mode for R-Car Gen3 and RZ/G2+ family
 2025-08-18 10:55 UTC  (2+ messages)

[PATCH v3] mmc: sdhci-of-arasan: Ensure CD logic stabilization before power-up
 2025-08-18 10:55 UTC  (2+ messages)

[PATCH V4 0/3] Mask the replay timer timeout of AER for GL9763e
 2025-08-18 10:54 UTC  (3+ messages)

[PATCH 1/1] dt-bindings: mmc: fsl,esdhc: Add explicit reference to mmc-controller-common
 2025-08-18 10:54 UTC  (2+ messages)

[PATCH][next] mmc: davinci: Remove space before newline
 2025-08-18 10:54 UTC  (2+ messages)

[PATCH][next] mmc: Kconfig: Fix spelling mistake "referrered" -> "referred"
 2025-08-18 10:54 UTC  (2+ messages)

[PATCH] mmc: sdhci: Disable SD card clock before changing parameters
 2025-08-18 10:54 UTC  (3+ messages)

[PATCH] mmc: core: replace min/max nesting with clamp()
 2025-08-18  7:38 UTC 

[PATCH v3 0/2] mmc: sdhci-pxav3: pinctrl setting for fast bus clocks
 2025-08-18  7:25 UTC  (3+ messages)
` [PATCH v3 2/2] mmc: sdhci-pxav3: add state_uhs pinctrl setting

[PATCH v3 0/6] mmc: introduce multi-block read gap tuning
 2025-08-15 12:25 UTC  (6+ messages)
` [PATCH v3 5/6] mmc: core: add mmc_read_tuning

[PATCH v7 0/4] mmc: handle undervoltage events and prevent eMMC corruption
 2025-08-14  3:49 UTC  (4+ messages)
` [PATCH v7 1/2] mmc: core: Add infrastructure for undervoltage handling
` [PATCH v7 2/2] mmc: core: add undervoltage handler for MMC/eMMC devices


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).