linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-26 18:16:56 to 2023-07-13 13:59:02 UTC [more...]

[PATCH 00/10] Introduce STM32 Firewall framework
 2023-07-13 13:58 UTC  (40+ messages)
` [IGNORE][PATCH 01/10] dt-bindings: Document common device controller bindings
` [PATCH 02/10] dt-bindings: bus: add device tree bindings for RIFSC
` [PATCH 03/10] dt-bindings: bus: add device tree bindings for ETZPC
` [PATCH 04/10] dt-bindings: treewide: add feature-domains description in binding files
` [PATCH 05/10] firewall: introduce stm32_firewall framework
` [PATCH 06/10] bus: rifsc: introduce RIFSC firewall controller driver
` [PATCH 07/10] arm64: dts: st: add RIFSC as a domain controller for STM32MP25x boards
` [PATCH 08/10] bus: etzpc: introduce ETZPC firewall controller driver
` [PATCH 09/10] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards
` [PATCH 10/10] ARM: dts: stm32: add ETZPC as a system bus for STM32MP13x boards

[PATCH 01/58] mmc: sunxi: Convert to platform remove callback returning void
 2023-07-13 11:44 UTC  (70+ messages)
` [PATCH 02/58] mmc: bcm2835: "
` [PATCH 03/58] mmc: jz4740: "
` [PATCH 04/58] mmc: litex_mmc: "
` [PATCH 05/58] mmc: mtk-sd: "
` [PATCH 06/58] mmc: cb710: "
` [PATCH 07/58] mmc: davinci_mmc: "
` [PATCH 08/58] mmc: dw_mmc: hi3798cv200: "
` [PATCH 09/58] mmc: sdhci-pic32: "
` [PATCH 10/58] mmc: sdhci: milbeaut: "
` [PATCH 11/58] mmc: omap_hsmmc: "
` [PATCH 12/58] mmc: sdhci-of-at91: "
` [PATCH 13/58] mmc: omap: "
` [PATCH 14/58] mmc: dw_mmc: exynos: "
` [PATCH 15/58] mmc: sdhci-pxav3: "
` [PATCH 16/58] mmc: rtsx_pci: "
` [PATCH 17/58] mmc: sh_mmcif: "
` [PATCH 18/58] mmc: meson-gx: "
` [PATCH 19/58] mmc: xenon: "
` [PATCH 20/58] mmc: sdhci-s3c: "
` [PATCH 21/58] mmc: meson-mx-sdhc: "
` [PATCH 22/58] mmc: rtsx_usb_sdmmc: "
` [PATCH 23/58] mmc: mxs-mmc: "
` [PATCH 24/58] mmc: sdhci_am654: "
` [PATCH 25/58] mmc: uniphier-sd: "
` [PATCH 26/58] mmc: f-sdh30: "
` [PATCH 27/58] mmc: sdhci-of-arasan: "
` [PATCH 28/58] mmc: sdhci-of-dwcmshc: "
` [PATCH 29/58] mmc: au1xmmc: "
` [PATCH 30/58] mmc: cavium-octeon: "
` [PATCH 31/58] mmc: pxamci: "
` [PATCH 32/58] mmc: moxart: "
` [PATCH 33/58] mmc: sdhci-omap: "
` [PATCH 34/58] mmc: sdhci-of-aspeed: "
` [PATCH 35/58] mmc: meson-mx-sdio: "
` [PATCH 36/58] mmc: sdhci-sprd: "
` [PATCH 37/58] mmc: sdhci-tegra: "
` [PATCH 38/58] mmc: sdhci-acpi: "
` [PATCH 39/58] mmc: sdhci-esdhc-imx: "
` [PATCH 40/58] mmc: sdhci-msm: "
` [PATCH 41/58] mmc: alcor: "
` [PATCH 42/58] mmc: dw_mmc: rockchip: "
` [PATCH 43/58] mmc: owl: "
` [PATCH 44/58] mmc: wbsd: "
` [PATCH 45/58] mmc: usdhi60rol0: "
` [PATCH 46/58] mmc: atmel-mci: "
` [PATCH 47/58] mmc: sdhci-st: "
` [PATCH 48/58] mmc: wmt-sdmmc: "
` [PATCH 49/58] mmc: sdhci-esdhc-mcf: "
` [PATCH 50/58] mmc: sunplus-mmc: "
` [PATCH 51/58] mmc: sdhci-spear: "
` [PATCH 52/58] mmc: mxcmmc: "
` [PATCH 53/58] mmc: mvsdio: "
` [PATCH 54/58] mmc: pwrseq_simple: "
` [PATCH 55/58] mmc: pwrseq: sd8787: "
` [PATCH 56/58] mmc: pwrseq: "
` [PATCH 57/58] mmc: renesas_sdhi: "
` [PATCH 58/58] mmc: "

[PATCH v2] mmc: sdhci-f-sdh30: Replace with sdhci_pltfm
 2023-07-13 11:38 UTC  (3+ messages)

[PATCH 1/3] mmc: mxcmmc: Use devm_platform_get_and_ioremap_resource()
 2023-07-13 11:06 UTC  (6+ messages)
` [PATCH 2/3] mmc: omap_hsmmc: "
` [PATCH 3/3] mmc: pxamci: "

[PATCH] mmc: renesas_sdhi: remove outdated indentation
 2023-07-13 11:06 UTC  (3+ messages)

[PATCH v2] mmc: renesas_sdhi: register irqs before registering controller
 2023-07-13 11:06 UTC  (3+ messages)

[PATCH v2 0/2] Fix emmc hs400 mode on mt7986
 2023-07-13 11:05 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: mmc: mtk-sd: drop assigned-clocks/clock-parents
` [PATCH v2 2/2] arm64: dts: mt7986: fix emmc hs400 mode without uboot initialization

[PATCH] mmc: mmci: Improve ux500 debug prints
 2023-07-13 11:05 UTC  (2+ messages)

[PATCH] mmc: moxart: read scr register without changing byte order
 2023-07-13 11:05 UTC  (4+ messages)

[PATCH] mmc: sunplus: fix return value check of mmc_add_host()
 2023-07-13 11:05 UTC  (2+ messages)

[PATCH] mmc: davinci: Make SDIO irq truly optional
 2023-07-13  9:31 UTC 

[PATCH 0/6] mmc-utils: ffu: ffu of large images
 2023-07-13  7:12 UTC  (3+ messages)

[PATCH] mmc: core: set card fwnode_handle
 2023-07-13  3:52 UTC 

[PATCH RFT] mmc: uniphier-sd: register irqs before registering controller
 2023-07-12 14:13 UTC 

Consider switching to WQ_UNBOUND messages (was: Re: [PATCH v2 6/7] workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanism)
 2023-07-12 12:27 UTC  (8+ messages)

[PATCH RFT] mmc: renesas_sdhi: register irqs before registering controller
 2023-07-12 12:26 UTC  (5+ messages)

Słowa kluczowe do wypozycjonowania
 2023-07-12  8:05 UTC 

[PATCH V2 0/7] ARM: dts: bcm283x: Improve device-trees and bindings
 2023-07-11 16:43 UTC  (6+ messages)
` [PATCH V2 7/7] dt-bindings: timer: convert bcm2835-system-timer bindings to YAML
` (subset) [PATCH V2 0/7] ARM: dts: bcm283x: Improve device-trees and bindings

[PATCH V8 00/23] Add support UHS-II for GL9755
 2023-07-10 16:06 UTC  (23+ messages)
` [PATCH V8 01/23] mmc: core: Cleanup printing of speed mode at card insertion
` [PATCH V8 02/23] mmc: core: Prepare to support SD UHS-II cards
` [PATCH V8 06/23] mmc: core: Support UHS-II card control and access
` [PATCH V8 07/23] mmc: sdhci: add UHS-II related definitions in headers
` [PATCH V8 08/23] mmc: sdhci: add UHS-II module and add a kernel configuration
` [PATCH V8 11/23] mmc: sdhci-uhs2: add set_power() to support vdd2
` [PATCH V8 14/23] mmc: sdhci-uhs2: add set_ios()
` [PATCH V8 18/23] mmc: sdhci-uhs2: add request() and others
` [PATCH V8 19/23] mmc: sdhci-uhs2: add irq() "

[PATCH v1 0/7] Add support for various features to i.MX6 bindings
 2023-07-08  0:06 UTC  (3+ messages)
` [PATCH v2 5/5] dt-bindings: input: touchscreen: edt-ft5x06: Add 'threshold' property

[GIT PULL] MMC fixes for v6.5-rc1
 2023-07-07 23:03 UTC  (2+ messages)

[PATCH v3 0/6] Introduce STM32 system bus
 2023-07-05 17:35 UTC  (2+ messages)

[PATCH] mmc: meson-mx-sdhc: Fix initialization frozen issue
 2023-07-03 20:28 UTC  (3+ messages)

rtsx_usb_sdmmc not detecting card insertion anymore
 2023-07-02 11:49 UTC  (7+ messages)

[PATCH] mmc: inline the first mmc_scan() on mmc_start_host()
 2023-06-30 22:09 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] mmc: Revert "mmc: core: Allow mmc_start_host() synchronously detect a card"
 2023-06-30 12:00 UTC 

[PATCH] mmc: Add Synopsys DesignWare mmc cmdq host driver
 2023-06-30 11:39 UTC 

[PATCH] mmc: sdhci-f-sdh30: Replace with sdhci_pltfm
 2023-06-30  0:34 UTC  (3+ messages)

[PATCHv3 1/1] mmc: block: ioctl: Add PROG-error aggregation
 2023-06-29 14:54 UTC  (4+ messages)

[PATCH] CMDQ feature is introduced to eMMC standard in v5.1, which can be used to improve performance
 2023-06-29 13:31 UTC  (3+ messages)

[GIT PULL] MMC and MEMSTICK updates for v6.5
 2023-06-28 21:09 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-06-28  7:50 UTC 

[PATCH v1 0/2] Fix emmc hs400 mode on mt7986
 2023-06-27 14:10 UTC  (6+ messages)
` [PATCH v1 1/2] dt-bindings: mmc: mtk-sd: update assigned-clocks/clock-parents for mt7986
    ` Aw: "
        ` Aw: "


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).