public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-02-12 08:11:44 to 2019-03-07 15:21:18 UTC [more...]

[PATCH] mmc: davinci: remove extraneous __init annotation
 2019-03-07 15:21 UTC  (3+ messages)

[PATCH] mmc: pxamci: fix enum type confusion
 2019-03-07 15:20 UTC  (2+ messages)

[PATCH 0/4] mmc: mmci: add busy detect for stm32 sdmmc variant
 2019-03-07  9:39 UTC  (10+ messages)
` [PATCH 1/4] mmc: mmci: avoid fake busy polling
` [PATCH 2/4] mmc: mmci: fix clear of busy detect status
` [PATCH 3/4] mmc: mmci: add hardware busy timeout feature
` [PATCH 4/4] mmc: mmci: add busy detect for stm32 sdmmc variant

[PATCH v2 1/3] mmc: sdhci-of-arasan: Add DTS property to disable DCMDs
 2019-03-07  8:43 UTC  (3+ messages)
` [PATCH v2 2/3] dt-bindings: mmc: Add a new property disable-cqe-dcmd
` [PATCH v2 3/3] arm64: dts: rockchip: Disable DCMDs on RK3399's eMMC controller

[PATCH 0/3] Add hardware unbusy interrupt support for dw_mmc
 2019-03-07  8:21 UTC  (5+ messages)
  ` [PATCH 1/3] mmc: dw_mmc: Check busy state in dw_mci_request()
  ` [PATCH 2/3] mmc: dw_mmc: Add hardware unbusy interrupt support
  ` [PATCH 3/3] mmc: dw_mmc-rockchip: Enable "

[PATCH V1 01/11] mmc: tegra: fix ddr signaling for non-ddr modes
 2019-03-07  2:43 UTC  (13+ messages)
` [PATCH V1 02/11] mmc: sdhci: allow host to specify maximum tuning loops
` [PATCH V1 03/11] mmc: sdhci: add support for post tuning process
` [PATCH V1 04/11] mmc: tegra: update hw "
` [PATCH V1 05/11] dt-bindings: mmc: tegra: document Tegra194 compatible string
` [PATCH V1 06/11] arm64: tegra: fix default tap and trim values
` [PATCH V1 07/11] mmc: cqhci: add quirk for setting DCMD CMD_TIMING
` [PATCH V1 08/11] mmc: tegra: add Tegra186 WAR for CQE
` [PATCH V1 09/11] mmc: cqhci: add CQHCI_SSC1 register CBC field mask
` [PATCH V1 10/11] mmc: tegra: fix CQE resume sequence
` [PATCH V1 11/11] arm64: tegra: enable command queue for tegra186 sdmmc4

[PATCH] drivers: mmc: Kconfig: pedantic cleanups
 2019-03-06 18:27 UTC 

[PATCH v3 0/3] mmc: mmci: sdio related fixes
 2019-03-06 17:03 UTC  (4+ messages)
` [PATCH v3 1/3] mmc: mmci: Support any block sizes for ux500v2 and qcom variant

[PATCH 0/5] mmc: mmci: add get_datactrl_cfg callback
 2019-03-06 17:01 UTC  (9+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] mmc: mmci: define get_dctrl_cfg for legacy variant
` [PATCH 3/5] mmc: mmci: qcom: define get_dctrl_cfg
` [PATCH 4/5] mmc: mmci: stm32: "
` [PATCH 5/5] mmc: mmci: replace blksz_datactrlXX by get_datactrl_cfg callback

[PATCH v2 0/2] Fixes for command errors during tuning
 2019-03-06 12:09 UTC  (5+ messages)
` [PATCH v2 1/2] mmc: sdhci: Add platform_cmd_err() to sdhci_ops
` [PATCH v2 2/2] mmc: sdhci-omap: Don't finish_mrq() on a command error during tuning

[PATCH v2 0/8] Port am335 and am437 devices to sdhci-omap
 2019-03-06 10:00 UTC  (20+ messages)
` [PATCH v2 1/8] mmc: sdhci: Get rid of finish_tasklet
` [PATCH v2 2/8] mmc: sdhci: add support for using external DMA devices
` [PATCH v2 3/8] dt-bindings: sdhci-omap: Add properties for using external dma
` [PATCH v2 4/8] mmc: sdhci-omap: Add "
` [PATCH v2 5/8] mmc: sdhci: Add quirk for disabling DTO during erase command
` [PATCH v2 6/8] mmc: sdhci-omap: Add DISABLE_DTO_FOR_ERASE Quirk
` [PATCH v2 7/8] dt-bindings: sdhci-omap: Add am335x and am437x specific bindings
` [PATCH v2 8/8] mmc: sdhci-omap: Add am335x and am437x specific compatibles

[PATCH v2 0/4] Patches to allow consistent mmc / mmcblk numbering w/ device tree
 2019-03-05 12:39 UTC  (2+ messages)

[GIT PULL] MMC updates for v5.1
 2019-03-05  3:40 UTC  (2+ messages)

[PATCH v2] ls1021aqds: enable esdhc controller
 2019-03-04  1:21 UTC  (2+ messages)

[PATCH 1/3 v2] ARM: dts: rk3288-tinker.dtsi: Fix SD card detection
 2019-03-03 11:08 UTC  (10+ messages)

[PATCH 1/3] dt-bindings: mmc: Add DTS property to disable DCMDs on Arasan controllers
 2019-03-02  8:26 UTC  (8+ messages)
` [PATCH 2/3] dt-bindings: mmc: Add a new property disable-cqe-dcmd
` [PATCH 3/3] arm64: dts: rockchip: Disable DCMDs on RK3399's eMMC controller
  ` [PATCH 3/3] arm64: dts: rockchip: Disable DCMDs on RK3399's eMMC controller.【请注意,邮件由linux-mmc-owner@vger.kernel.org代发】

[GIT PULL] MMC fixes for v5.0-rc9
 2019-03-02  0:20 UTC  (2+ messages)

[PATCH 0/2] Fixes for command errors during tuning
 2019-03-01  8:14 UTC  (5+ messages)
` [PATCH 1/2] mmc: sdhci: Add platform_cmd_err() to sdhci_ops
` [PATCH 2/2] mmc: sdhci-omap: Don't finish_mrq() on a command error during tuning

[PATCH V15 14/18] block: enable multipage bvecs
 2019-02-28 12:39 UTC  (11+ messages)

[PATCH v2] mmc: sdhci-esdhc-imx: correct the fix of ERR004536
 2019-02-28 11:20 UTC  (2+ messages)

[PATCH] mmc: sdhci-esdhc-imx: correct the fix of ERR004536
 2019-02-28  9:19 UTC  (4+ messages)

Linux v5.0-rc7: bcm2835 MMC issues
 2019-02-28  8:09 UTC  (6+ messages)

[PATCH v2 1/2] mmc: cqhci: fix space allocated for transfer descriptor
 2019-02-27 14:11 UTC  (6+ messages)
` [PATCH v2 2/2] mmc: cqhci: Fix a tiny potential memory leak on error condition

[RFC] mmc: core: set initial signal voltage on power off
 2019-02-27  9:47 UTC  (5+ messages)

Linux-next 20190218: am57xx-evm: mmc1: ADMA error
 2019-02-27  9:45 UTC  (10+ messages)

[PATCH v3 0/2] mmc: core: Add SD Discard support
 2019-02-27  9:39 UTC  (4+ messages)
` [PATCH v3 1/2] mmc: core: Add discard support to sd
` [PATCH v3 2/2] mmc: core: Add sd discard timeout

[PATCH 0/2] mmc: mmci: add quirk property to add stm32 transfer mode
 2019-02-27  9:11 UTC  (9+ messages)
` [PATCH 1/2] mmc: mmci: introduce a quirks property into variant struct
` [PATCH 2/2] mmc: mmci: add quirk property to add stm32 transfer mode

[PATCH] mmc: spi: Fix card detection during probe
 2019-02-26 11:29 UTC  (3+ messages)

[PATCH v2] Fix HS setting in mmc_hs400_to_hs200()
 2019-02-26  8:18 UTC  (6+ messages)
` [PATCH v2 1/2] mmc: core: do not retry CMD6 in __mmc_switch()
` [PATCH v2 2/2] mmc: mmc: Fix HS setting in mmc_hs400_to_hs200()

[PATCH v2 0/3] mmc: core: Add SD Discard support
 2019-02-25 16:45 UTC  (7+ messages)
` [PATCH v2 3/3] mmc: core: Add discard support to sd

remove block layer bounce buffering for MMC v2
 2019-02-25 13:54 UTC  (4+ messages)
` [PATCH 06/14] mmc: omap: handle highmem pages

panic with CONFIG_FAIL_MMC_REQUEST and cqhci
 2019-02-22 21:16 UTC  (3+ messages)

[GIT PULL] MMC fixes for v5.0-rc7
 2019-02-15 17:10 UTC  (2+ messages)

[PATCH v1] mmc: mmc: Fix HS setting in mmc_hs400_to_hs200()
 2019-02-14  8:40 UTC  (5+ messages)

[PATCH] mmc: sdhci-xenon: Mark expected switch fall-through
 2019-02-13 18:13 UTC  (3+ messages)

[PATCH] mmc: meson-gx: fix interrupt name
 2019-02-13  8:34 UTC  (2+ messages)

[PATCH] mmc: mmc: Fix HS setting in mmc_hs400_to_hs200()
 2019-02-13  8:33 UTC  (16+ messages)

[PATCH v3 0/3] mmc: Introduce support for WP GPIO in the core SDHCI
 2019-02-12 14:09 UTC  (5+ messages)
` [PATCH v3 1/3] mmc: sdhci: use WP GPIO in sdhci_check_ro()
` [PATCH v3 2/3] mmc: sdhci-omap: drop ->get_ro() implementation
` [PATCH v3 3/3] mmc: sdhci-tegra: "

[PATCH v2 0/3] mmc: Introduce support for WP GPIO in the core SDHCI
 2019-02-12  8:13 UTC  (6+ messages)
` [PATCH v2 2/3] mmc: sdhci-omap: drop ->get_ro() implementation
` [PATCH v2 3/3] mmc: sdhci-tegra: "


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