Linux MultiMedia Card development
 help / color / mirror / Atom feed
 messages from 2022-11-26 08:01:49 to 2022-12-07 13:26:42 UTC [more...]

[PATCH v2 0/2] MMC: add NPCM SDHCI driver support
 2022-12-07 13:25 UTC  (13+ messages)
` [PATCH v2 1/2] dt-bindings: mmc: npcm,sdhci: Document NPCM SDHCI controller
` [PATCH v2 2/2] mmc: sdhci-npcm: Add NPCM SDHCI driver

[PATCH v1 0/3] StarFive's SDIO/eMMC driver support
 2022-12-07 13:17 UTC  (4+ messages)
` [PATCH v1 1/3] dt-bindings: mmc: Add bindings for StarFive
` [PATCH v1 2/3] mmc: starfive: Add sdio/emmc driver support
` [PATCH v1 3/3] riscv: dts: starfive: Add mmc node

[PATCH] mmc: sdhci-sprd: remove prefer asynchronous probe
 2022-12-07 12:50 UTC  (4+ messages)

[PATCH V2 0/4] mmc: sdhci: Fix voltage switch delay
 2022-12-07 12:37 UTC  (19+ messages)
` [PATCH V2 1/4] "
` [PATCH V2 2/4] mmc: sdhci: Avoid unnecessary re-configuration
` [PATCH V2 3/4] mmc: sdhci: Avoid unnecessary ->set_clock()
` [PATCH V2 4/4] mmc: sdhci: Enable card clock instead of ->set_clock()

[PATCH v13 0/6] mmc: sdhci: Add Tegra234 support
 2022-12-07 12:37 UTC  (8+ messages)
` [PATCH v13 1/6] iommu: Add note about struct iommu_fwspec usage
` [PATCH v13 2/6] iommu/tegra: Add tegra_dev_iommu_get_stream_id() helper
` [PATCH v13 3/6] mmc: sdhci-tegra: Sort includes alphabetically
` [PATCH v13 4/6] mmc: sdhci-tegra: Separate Tegra194 and Tegra234 SoC data
` [PATCH v13 5/6] mmc: sdhci-tegra: Add support to program MC stream ID
` [PATCH v13 6/6] mmc: sdhci-tegra: Issue CMD and DAT resets together

[PATCH] mmc: sdhci-brcmstb: Resolve "unused" warnings with CONFIG_OF=n
 2022-12-07 12:37 UTC  (3+ messages)

[PATCH 1/5] dt-bindings: mmc: sdhci: document sdhci-caps and sdhci-caps-mask
 2022-12-07 12:37 UTC  (11+ messages)
` [PATCH 2/5] dt-bindings: mmc: sdhci-am654: cleanup style
` [PATCH 3/5] dt-bindings: mmc: sdhci-msm: "
` [PATCH 4/5] dt-bindings: mmc: sdhci-msm: drop properties mentioned in common MMC
` [PATCH 5/5] dt-bindings: mmc: sdhci-msm: allow dma-coherent

[PATCH] mmc: vub300: fix warning - do not call blocking ops when !TASK_RUNNING
 2022-12-07 12:37 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update maintainer for SDHCI Broadcom BRCMSTB driver
 2022-12-07 12:37 UTC  (4+ messages)

[PATCH] mmc: sdhci-of-esdhc: limit the SDHC clock frequency
 2022-12-07 12:37 UTC  (2+ messages)

[PATCH linux-next v2] mmc: sdhci: Remove unneeded semicolon
 2022-12-07 12:37 UTC  (3+ messages)

[PATCH] mmc: sdhci-esdhc-imx: correct the tuning start tap and step setting
 2022-12-07 11:49 UTC  (2+ messages)

[PATCH] memstick/mspro_block: use sysfs_emit() to instead of scnprintf()
 2022-12-07 10:35 UTC  (2+ messages)

[PATCH] mmc: sdhci-sprd: Disable CLK_AUTO when the clock is less than 400K
 2022-12-07  5:19 UTC 

[PATCH v2 1/4] dt-bindings: mmc: sdhci-msm: Document SM8350 SDHCI
 2022-12-06 18:19 UTC  (2+ messages)
` (subset) "

[PATCH v12 0/6] mmc: sdhci: Add Tegra234 support
 2022-12-06 16:49 UTC  (9+ messages)
` [PATCH v12 1/6] iommu: Add note about struct iommu_fwspec usage
` [PATCH v12 2/6] iommu/tegra: Add tegra_dev_iommu_get_stream_id() helper
` [PATCH v12 3/6] mmc: sdhci-tegra: Sort includes alphabetically
` [PATCH v12 4/6] mmc: sdhci-tegra: Separate Tegra194 and Tegra234 SoC data
` [PATCH v12 5/6] mmc: sdhci-tegra: Add support to program MC stream ID
` [PATCH v12 6/6] mmc: sdhci-tegra: Issue CMD and DAT resets together

[PATCH v2 1/6] mmc: sdhci-esdhc-imx: remove redundant code for manual tuning
 2022-12-05 14:59 UTC  (3+ messages)
` [PATCH v2 4/6] mmc: host: sdhci-esdhc-imx.c: disable auto-tuning when necessary

[PATCH v3 0/3] mmc: xenon: Fix 2G DMA limitation on AC5 SoC
 2022-12-05 13:28 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: mmc: xenon: Add compatible string for "
` [PATCH v3 2/3] mmc: sdhci: Export sdhci_set_dma_mask to be used by the drivers
` [PATCH v3 3/3] mmc: xenon: Fix 2G limitation on AC5 SoC

[PATCH v1 0/2] MMC: add NPCM SDHCI driver support
 2022-12-04 11:28 UTC  (9+ messages)
` [PATCH v1 1/2] dt-bindings: mmc: npcm,sdhci: Document NPCM SDHCI controller
` [PATCH v1 2/2] mmc: sdhci-npcm: Add NPCM SDHCI driver

[GIT PULL] MMC fixes for v6.1-rc7
 2022-12-03  0:10 UTC  (2+ messages)

stm32mp157c eMMC DDR50 mode
 2022-12-02 16:37 UTC  (2+ messages)

[PATCH v11 0/6] mmc: sdhci: Add Tegra234 support
 2022-12-02 10:31 UTC  (4+ messages)
` [PATCH v11 2/6] iommu/tegra: Add tegra_dev_iommu_get_stream_id() helper

[PATCH v2 0/8] mmc: sdhci-pxav2: Add support for PXA168
 2022-12-02  9:13 UTC  (10+ messages)
` [PATCH v2 1/8] mmc: sdhci-pxav2: add initial support for PXA168 V1 controller
` [PATCH v2 2/8] mmc: sdhci-pxav2: enable CONFIG_MMC_SDHCI_IO_ACCESSORS
` [PATCH v2 3/8] mmc: sdhci-pxav2: add register workaround for PXA168 silicon bug
` [PATCH v2 4/8] mmc: sdhci-pxav2: change clock name to match DT bindings
` [PATCH v2 5/8] mmc: sdhci-pxav2: add optional core clock
` [PATCH v2 6/8] mmc: sdhci-pxav2: add SDIO card IRQ workaround for PXA168 V1 controller
` [PATCH v2 7/8] mmc: sdhci-pxav2: add optional pinctrl for SDIO IRQ workaround
` [PATCH v2 8/8] dt-bindings: mmc: sdhci-pxa: add pxav1

[PATCH 1/2] mmc: sdhci-esdhc-imx: fix the mask for tuning start point
 2022-12-02  3:35 UTC  (3+ messages)

[PATCH V2] mmc: sdhci-sprd: Fix no reset data and command after voltage switch
 2022-12-01 10:48 UTC  (4+ messages)

[PATCH linux-next] mmc: sdhci: Remove unneeded semicolon
 2022-12-01 10:46 UTC  (2+ messages)

[PATCH 0/8] mmc: sdhci-pxav2: Add support for PXA168
 2022-12-01  5:27 UTC  (15+ messages)
` [PATCH 1/8] mmc: sdhci-pxav2: add initial support for PXA168 V1 controller
` [PATCH 2/8] mmc: sdhci-pxav2: enable CONFIG_MMC_SDHCI_IO_ACCESSORS
` [PATCH 3/8] mmc: sdhci-pxav2: add register workaround for PXA168 silicon bug
` [PATCH 4/8] mmc: sdhci-pxav2: change clock name to match DT bindings
` [PATCH 5/8] mmc: sdhci-pxav2: add optional core clock
` [PATCH 6/8] mmc: sdhci-pxav2: add SDIO card IRQ workaround for PXA168 V1 controller
` [PATCH 7/8] mmc: sdhci-pxav2: add optional pinctrl for SDIO IRQ workaround
` [PATCH 8/8] dt-bindings: mmc: sdhci-pxa: add pxav1

[PATCH v2 0/3] mmc: xenon: Fix 2G DMA limitation on AC5 SoC
 2022-11-30 15:06 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: mmc: xenon: Add compatible string for "
` [PATCH v2 2/3] mmc: sdhci: Export sdhci_set_dma_mask to be used by the drivers
` [PATCH v2 3/3] mmc: xenon: Fix 2G limitation on AC5 SoC

[PATCH v2] mmc: core: Normalize the error handling branch in sd_read_ext_regs()
 2022-11-30 14:43 UTC  (3+ messages)

Q: mmc: core: Issue power off notification in mmc_remove()
 2022-11-30 13:44 UTC  (3+ messages)

[PATCH V3] dt-bindings: mmc: Remove comment on wakeup-source property
 2022-11-30 12:35 UTC  (3+ messages)

[PATCH] mmc: sdhci-sprd: Fix no reset data and command after voltage switch
 2022-11-30 11:58 UTC  (4+ messages)

[PATCH V2] dt-bindings: mmc: Remove comment on wakeup-source property
 2022-11-30 11:57 UTC  (4+ messages)

[PATCH] mmc: core: Fix error return code in sd_read_ext_regs()
 2022-11-30 11:51 UTC  (6+ messages)

[PATCH 0/1] mmc: Reduce tuning log output
 2022-11-30  6:18 UTC  (7+ messages)
` [PATCH 1/1] mmc: sdhci: Fixed too many logs being printed during tuning

[PATCH] dt-bindings: mmc: Make comment on wakeup-source less confusing
 2022-11-29 15:59 UTC  (7+ messages)

[PATCHv2] mmc: block: remove non-data R1B ioctl workaround
 2022-11-29 12:54 UTC  (3+ messages)

[PATCH v2] mmc:mmc-hsq:use fifo to dispatch mmc_request
 2022-11-29 12:54 UTC  (2+ messages)

[PATCH v2] memstick/ms_block: Add check for alloc_ordered_workqueue
 2022-11-29 12:54 UTC  (4+ messages)

[PATCH] mmc: core: refactor debugfs code
 2022-11-29 12:54 UTC  (2+ messages)

[PATCH] mmc: mtk-sd: Fix missing clk_disable_unprepare in msdc_of_clock_parse()
 2022-11-29 12:54 UTC  (2+ messages)

[PATCH] mmc: Replace with the already declared define function(mmc_op_tuning)
 2022-11-29 12:54 UTC  (3+ messages)

[PATCH -next] mmc: Remove unneeded semicolon
 2022-11-29 12:54 UTC  (2+ messages)

[PATCH] mmc: mmc_test: fix missing assignment of 'file' when register debugfs file
 2022-11-29 12:54 UTC  (2+ messages)

[PATCH] mmc: sdhci-of-esdhc: limit the SDHC clock frequency
 2022-11-29  9:22 UTC  (3+ messages)
  ` [EXT] "

Napływ Klientów ze strony
 2022-11-29  8:50 UTC 

[PATCH 0/4] mmc: sdhci: Fix voltage switch delay
 2022-11-28 13:38 UTC  (4+ messages)
` [PATCH 1/4] "

[PATCH] mmc:mmc-hsq:use fifo to dispatch mmc_request
 2022-11-28  5:51 UTC  (6+ messages)

[PATCH] mmc: block: remove non-data R1B ioctl workaround
 2022-11-27 17:36 UTC  (3+ messages)


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