public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-07 21:39:18 to 2021-10-25 01:52:20 UTC [more...]

[PATCH v3 00/11] Support Pensando Elba SoC
 2021-10-25  1:51 UTC  (4+ messages)
` [PATCH v3 01/11] dt-bindings: arm: pensando: add Pensando boards
` [PATCH v3 02/11] dt-bindings: Add vendor prefix for Pensando Systems
` [PATCH v3 03/11] dt-bindings: mmc: Add Pensando Elba SoC binding

[PATCH 00/13] This patchset aims to add initial support for the i.MXRT10xx family
 2021-10-25  0:05 UTC  (23+ messages)
` [PATCH 01/13] ARM: imx: add initial support for "
` [PATCH 02/13] dt-bindings: pinctrl: add i.MXRT1050 pinctrl binding doc
` [PATCH 03/13] dt-bindings: imx: Add pinctrl binding doc for i.MXRT1050
` [PATCH 04/13] pinctrl: freescale: Add i.MXRT1050 pinctrl driver support
` [PATCH 05/13] dt-bindings: clock: imx: Add documentation for i.MXRT clock
` [PATCH 06/13] dt-bindings: imx: Add clock binding for i.MXRT1050
` [PATCH 07/13] clk: imx: Add initial support for i.MXRT clock driver
` [PATCH 08/13] dt-bindings: serial: fsl-lpuart: add i.MXRT compatible
` [PATCH 09/13] tty: serial: fsl_lpuart: add i.MXRT support
` [PATCH 10/13] dt-bindings: mmc: fsl-imx-esdhc: add i.MXRT compatible string
` [PATCH 11/13] mmc: sdhci-esdhc-imx: Add sdhc support for i.MXRT series
` [PATCH 12/13] ARM: dts: imx: add i.MXRT1050-EVK support
` [PATCH 13/13] ARM: imxrt_defconfig: add i.MXRT family defconfig

[PATCH] mmc: renesas_sdhi: Fix internal cd irq miss with hard reset
 2021-10-23  7:38 UTC  (7+ messages)

[PATCH V2] mmc: dw_mmc: exynos: fix the finding clock sample value
 2021-10-22 11:42 UTC  (4+ messages)

[PATCH] MAINTAINERS: drop obsolete file pattern in SDHCI DRIVER section
 2021-10-22  8:41 UTC  (3+ messages)

[PATCH] mmc: dw_mmc: exynos: fix the finding clock sample value
 2021-10-22  6:53 UTC  (2+ messages)

[PATCH 1/2] mmc: core: adjust polling interval for CMD1
 2021-10-22  6:39 UTC  (2+ messages)
  ` [PATCH 2/2] mmc: core: use jiffies to checking timeout "

[PATCH] mmc: dw_mmc: Drop use of ->init_card() callback
 2021-10-21 19:54 UTC  (4+ messages)

[PATCH] mmc: sdhci-omap: Fix build if CONFIG_PM_SLEEP is not set
 2021-10-21 19:49 UTC  (3+ messages)

[PATCH -next] mmc: sdhci-omap: Remove forward declaration of sdhci_omap_context_save()
 2021-10-21 19:48 UTC  (2+ messages)

[PATCH v2 0/2] blk-mq: Allow to complete requests directly
 2021-10-21 19:45 UTC  (7+ messages)
` [PATCH v2 1/2] blk-mq: Add blk_mq_complete_request_direct()
` [PATCH v2 2/2] mmc: core: Use blk_mq_complete_request_direct()

[PATCH v6 0/4] blk-crypto cleanups
 2021-10-21 16:49 UTC  (8+ messages)
` [PATCH v6 1/4] blk-crypto-fallback: properly prefix function and struct names
` [PATCH v6 2/4] blk-crypto: rename keyslot-manager files to blk-crypto-profile
` [PATCH v6 3/4] blk-crypto: rename blk_keyslot_manager to blk_crypto_profile
` [PATCH v6 4/4] blk-crypto: update inline encryption documentation

[PATCH 0/3] Add SDHCI driver support for NXP S32G2
 2021-10-21 14:38 UTC  (10+ messages)
` [PATCH 1/3] dt-bindings: mmc: fsl-imx-esdhc: add NXP S32G2 support
` [RFC PATCH 2/3] mmc: sdhci-esdhc-imx: "
` [PATCH 3/3] arm64: dts: s32g2: add USDHC support

[RFC PATCH 0/9] clk/mmc: renesas_sdhi: refactor SDnH to be a seperate clock
 2021-10-21 11:10 UTC  (21+ messages)
` [RFC PATCH 1/9] clk: renesas: gen3-cpg: add dummy SDnH clock
` [RFC PATCH 2/9] clk: renesas: add SDnH clock to Gen3 SoCs
` [RFC PATCH 3/9] clk: renesas: r8a779a0: add SDnH clock to V3U
` [RFC PATCH 4/9] clk: renesas: gen3: switch to new SD clock handling
` [RFC PATCH 5/9] clk: renesas: gen3-cpg: remove outdated SD_SKIP_FIRST
` [RFC PATCH 6/9] dt-bindings: mmc: renesas,sdhi: add optional SDnH clock
` [RFC PATCH 7/9] arm64: dts: r8a77951: add SDnH clocks
` [RFC PATCH 8/9] arm64: dts: r8a77965: "
` [RFC PATCH 9/9] mmc: renesas_sdhi: parse DT for SDnH

[PATCH v3 0/5] mmc: sdhci-pci: Remove dead code and deduplicate
 2021-10-20 20:58 UTC  (8+ messages)
` [PATCH v3 1/5] mmc: sdhci: Deduplicate sdhci_get_cd_nogpio()
` [PATCH v3 2/5] mmc: sdhci: Remove unused prototype declaration in the header
` [PATCH v3 3/5] mmc: sdhci-pci: Remove dead code (struct sdhci_pci_data et al)
` [PATCH v3 4/5] mmc: sdhci-pci: Remove dead code (cd_gpio, cd_irq "
` [PATCH v3 5/5] mmc: sdhci-pci: Remove dead code (rst_n_gpio "

[RFC PATCH 0/2] mmc: allow to rely on the DT to apply quirks
 2021-10-20 14:29 UTC  (4+ messages)
` [RFC PATCH 1/2] mmc: rewrite mmc_fixup_device()
` [RFC PATCH 2/2] mmc: allow to match the device tree to apply quirks

[PATCH v13 00/35] NVIDIA Tegra power management patches for 5.16
 2021-10-19 11:40 UTC  (10+ messages)
` [PATCH v13 11/35] drm/tegra: dc: Support OPP and SoC core voltage scaling
` [PATCH v13 20/35] mtd: rawnand: tegra: Add runtime PM and OPP support

[PATCH] memstick: r592: Fix a UAF bug when removing the driver
 2021-10-19 11:36 UTC  (2+ messages)

[PATCH] mmc: mxs-mmc: disable regulator on error and in the remove function
 2021-10-19 11:36 UTC  (2+ messages)

[PATCHv4 0/6] More SoCs for sdhci-omap to deprecate omap_hsmmc
 2021-10-19 11:36 UTC  (8+ messages)
` [PATCH 1/6] dt-bindings: sdhci-omap: Update binding for legacy SoCs
` [PATCH 2/6] mmc: sdhci-omap: Handle voltages to add support omap4
` [PATCH 3/6] mmc: sdhci-omap: Add omap_offset to support omap3 and earlier
` [PATCH 4/6] mmc: sdhci-omap: Implement PM runtime functions
` [PATCH 5/6] mmc: sdhci-omap: Allow SDIO card power off and enable aggressive PM
` [PATCH 6/6] mmc: sdhci-omap: Configure optional wakeirq

[PATCH v2] mmc: sdhci-esdhc-imx: clear the buffer_read_ready to reset standard tuning circuit
 2021-10-19 10:59 UTC  (2+ messages)

[PATCH] mmc: winbond: don't build on M68K
 2021-10-19 10:59 UTC  (5+ messages)

[RFC PATCH 0/3] blk-mq: Allow to complete requests directly
 2021-10-18 11:10 UTC  (13+ messages)
` [RFC PATCH 1/3] blk-mq: Add blk_mq_complete_request_direct()
` [RFC PATCH 2/3] mmc: core: Use blk_mq_complete_request_direct()
` [RFC PATCH 3/3] scsi, usb: storage: Complete the blk-request directly

[PATCHv3 0/6] More SoCs for sdhci-omap to deprecate omap_hsmmc
 2021-10-15  9:34 UTC  (13+ messages)
` [PATCH 1/6] dt-bindings: sdhci-omap: Update binding for legacy SoCs
` [PATCH 2/6] mmc: sdhci-omap: Handle voltages to add support omap4
` [PATCH 3/6] mmc: sdhci-omap: Add omap_offset to support omap3 and earlier
` [PATCH 4/6] mmc: sdhci-omap: Implement PM runtime functions
` [PATCH 5/6] sdhci: omap: Enable aggressive PM
` [PATCH 6/6] mmc: sdhci-omap: Configure optional wakeirq

[PATCH v12 00/35] NVIDIA Tegra power management patches for 5.16
 2021-10-15  1:02 UTC  (6+ messages)
` [PATCH v12 05/35] dt-bindings: clock: tegra-car: Document new clock sub-nodes

[PATCH 0/8] Support Pensando Elba SoC
 2021-10-14 20:06 UTC  (10+ messages)
` [PATCH 1/8] gpio: Add Elba SoC gpio driver for spi cs control

[PATCH] mmc: sdhci-esdhc-imx: clear the buffer_read_ready to reset standard tuning circuit
 2021-10-14 13:12 UTC  (3+ messages)

[PATCH][next] mmc: moxart: Fix null pointer dereference on pointer host
 2021-10-14 11:24 UTC  (2+ messages)

[PATCH v2 0/6] mmc: sdhci-pci: Add some CD GPIO related quirks
 2021-10-14 11:23 UTC  (14+ messages)
` [PATCH v2 1/6] mmc: sdhci-pci: Read card detect from ACPI for Intel Merrifield
` [PATCH v2 2/6] mmc: sdhci: Deduplicate sdhci_get_cd_nogpio()
` [PATCH v2 3/6] mmc: sdhci: Remove unused prototype declaration in the header
` [PATCH v2 4/6] mmc: sdhci-pci: Remove dead code (struct sdhci_pci_data et al)
` [PATCH v2 5/6] mmc: sdhci-pci: Remove dead code (cd_gpio, cd_irq "
` [PATCH v2 6/6] mmc: sdhci-pci: Remove dead code (rst_n_gpio "

[PATCH v5 0/4] blk-crypto cleanups
 2021-10-13  2:39 UTC  (6+ messages)
` [PATCH v5 1/4] blk-crypto-fallback: properly prefix function and struct names
` [PATCH v5 2/4] blk-crypto: rename keyslot-manager files to blk-crypto-profile
` [PATCH v5 3/4] blk-crypto: rename blk_keyslot_manager to blk_crypto_profile
` [PATCH v5 4/4] blk-crypto: update inline encryption documentation

[PATCH v1 0/6] mmc: sdhci-pci: Add some CD GPIO related quirks
 2021-10-12 20:41 UTC  (14+ messages)
` [PATCH v1 1/6] mmc: sdhci: Introduce couple of quirks to ignore particular state of CD GPIO
` [PATCH v1 4/6] mmc: sdhci-pci: Remove dead code (struct sdhci_pci_data et al)
` [PATCH v1 5/6] mmc: sdhci-pci: Remove dead code (cd_gpio, cd_irq "
` [PATCH v1 6/6] mmc: sdhci-pci: Remove dead code (rst_n_gpio "

[PATCHv2 0/5] More SoCs for sdhci-omap to deprecate omap_hsmmc
 2021-10-12  9:18 UTC  (6+ messages)
` [PATCH 4/5] mmc: sdhci-omap: Implement PM runtime functions

[PATCH] memstick: jmb38x_ms: use appropriate free function in jmb38x_ms_alloc_host()
 2021-10-12  8:27 UTC  (2+ messages)

[PATCH v4] drivers/mmc: fix reference count leaks in moxart_probe
 2021-10-12  8:27 UTC  (2+ messages)

[PATCH v2 1/2] firmware: include drivers/firmware/Kconfig unconditionally
 2021-10-12  3:11 UTC  (4+ messages)
` [PATCH v2 2/2] qcom_scm: hide Kconfig symbol

[GIT PULL] MMC fixes for v5.15-rc5
 2021-10-08 17:20 UTC  (2+ messages)

[PATCH] mmc: sdhci: Map more voltage level to SDHCI_POWER_330
 2021-10-08 12:12 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