linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-18 11:58:41 to 2016-10-28 02:37:42 UTC [more...]

[PATCH v2 0/5] Add intial support to DW MMC host on ZTE SoC
 2016-10-28  2:37 UTC  (6+ messages)
` [PATCH v2 1/5] mmc: dt-bindings: add ZTE MMC bindings
` [PATCH v2 2/5] mmc: zx: Initial support for ZX mmc controller
` [PATCH v2 3/5] Documentation: synopsys-dw-mshc: add binding for fifo quirks
` [PATCH v2 4/5] mmc: dw: Add fifo address property
` [PATCH v2 5/5] mmc: dw: Add fifo watermark quirk

[PATCH 1/2] mmc: mxs: Initialize the spinlock prior to using it
 2016-10-28  2:23 UTC  (7+ messages)
` [PATCH 2/2] mmc: mxs: Use the spinlock irq variants

[PATCH] mmc: Hynix: add QUIRK_NOTIFY_POWEROFF_ON_SLEEP
 2016-10-27 19:49 UTC  (4+ messages)

[PATCH] mmc: sdhci-pci-core: Tuning mode support for HS200 on AMD Platforms
 2016-10-27  9:52 UTC  (3+ messages)

[PATCH -next] mmc: sdhci-msm: Fix error return code in sdhci_msm_probe()
 2016-10-27  7:47 UTC  (4+ messages)

[RFC PATCH 0/8] Attempt to clean up BUG_ONs for mmc-tree
 2016-10-27  8:19 UTC  (9+ messages)
` [RFC PATCH 1/8] mmc: core: remove BUG_ONs from sdio
` [RFC PATCH 3/8] mmc: core: remove BUG_ONs from mmc
` [RFC PATCH 6/8] mmc: sdio_uart: remove meaningless BUG_ON
` [RFC PATCH 7/8] mmc: queue: remove BUG_ON for bounce_sg
` [RFC PATCH 8/8] mmc: mmc_test: remove BUG_ONs and deploy error handling

[PATCH v2] mmc: s3cmci: Use DMA slave map rather than exported DMA filter
 2016-10-27  7:47 UTC  (3+ messages)

Regression after "do not use CMD13 to get status after speed mode switch"
 2016-10-27 10:04 UTC  (13+ messages)

[PATCH v6 1/2] MMC: meson: initial support for GX platforms
 2016-10-27  7:47 UTC  (5+ messages)
` [PATCH v6 2/2] Documentation: DT: MMC: meson-gx: new bindings doc

[v12, 0/8] Fix eSDHC host version register bug
 2016-10-27  4:34 UTC  (8+ messages)
` [v12, 5/8] soc: fsl: add GUTS driver for QorIQ platforms

[RFC v2 0/2] Ignore capability registers when it comes to speeds and use DT binding instead
 2016-10-26 22:28 UTC  (7+ messages)
` [RFC v2 1/2] mmc: sdhci: Add device tree property sdhci-cap-speed-modes-broken
` [RFC v2 2/2] mmc: sdhci: Ignore capability register when it comes to speeds and use DT binding instead when sdhci-cap-speed-modes-broken is set

[RFC 0/2] Ignore capability registers when it comes to speeds and use DT binding instead
 2016-10-26 21:03 UTC  (5+ messages)
  ` [RFC 1/2] mmc: sdhci: dt: Add device tree property sdhci-cap-speed-modes-broken
` [RFC 2/2] mmc: sdhci: Ignore capability register when it comes to speeds and use DT binding instead when sdhci-cap-speed-modes-broken is set

[PATCH] mmc: s3cmci: Use DMA slave map rather than exported DMA filter
 2016-10-26 13:31 UTC  (4+ messages)

[RFC 0/2] mmc: sdhci: Fix sdhci caps register bits with corrections provided by dt
 2016-10-25 19:58 UTC  (3+ messages)
` [RFC 1/2] mmc: sdhci: dt: Add device tree properties sdhci-caps and sdhci-caps-mask
` [RFC 2/2] mmc: sdhci: Use sdhci-caps-mask and sdhci-caps to change the caps read during __sdhci_read_caps

[PATCH 0/4] mmc: core: Clean-up and improve polling code in __mmc_switch()
 2016-10-25 10:58 UTC  (12+ messages)
  ` [PATCH 1/4] mmc: core: Make mmc_switch_status() available for mmc core
  ` [PATCH 2/4] mmc: core: Clarify code which deals with polling in __mmc_switch()
  ` [PATCH 3/4] mmc: core: Factor out code related to "
  ` [PATCH 4/4] mmc: core: Don't use ->card_busy() and CMD13 in combination when polling

[PATCH v7 00/11] ARM, arm64: renesas: Enable UHS-I SDR-104
 2016-10-25 10:49 UTC  (15+ messages)
` [PATCH v7 03/11] arm64: dts: r8a7795: salvator-x: "
` [PATCH v7 08/11] arm64: dts: r8a7796: add SDHI nodes
` [PATCH v7 09/11] arm64: dts: r8a7796: salvator-x: enable SDHI0 & 3
` [PATCH v7 10/11] arm64: dts: r8a7796: salvator-x: enable UHS for SDHI 0 "
` [PATCH v7 11/11] arm64: dts: r8a7796: salvator-x: Enable UHS-I SDR-104

[PATCH 1/3 v2] mmc: mmci: clean up header defines
 2016-10-25  9:06 UTC  (3+ messages)
` [PATCH 2/3 v2] mmc: mmci: refactor ST Micro busy detection
` [PATCH 3/3 v2] RFC: mmc: mmci: add qcom specific program end support

[PATCH] mmc: dw_mmc-pltfm: fix the potential NULL pointer dereference
 2016-10-25  8:48 UTC  (3+ messages)

[GIT PULL] Update dw-mmc controller
 2016-10-25  8:48 UTC  (2+ messages)

[PATCH 0/5] Add intial support to DW MMC host on ZTE SoC
 2016-10-25  8:33 UTC  (13+ messages)
` [PATCH 1/5] mmc: dt-bindings: add ZTE MMC bindings
` [PATCH 2/5] mmc: zx: Initial support for ZX mmc controller
` [PATCH 3/5] Documentation: synopsys-dw-mshc: add binding for fifo quirks
` [PATCH 4/5] mmc: dw: Add fifo address override property
` [PATCH 5/5] mmc: dw: Add fifo watermark quirk

[RFC v3 0/2] mmc: sdhci: Ignore capability register when it comes to speeds and use DT binding instead when sdhci-cap-speed-modes-broken is set
 2016-10-24 19:04 UTC  (3+ messages)
` [RFC v3 1/2] mmc: sdhci: Add device tree property sdhci-cap-speed-modes-broken
` [RFC v3 2/2] mmc: sdhci: Ignore capability register when it comes to speeds and use DT binding instead when sdhci-cap-speed-modes-broken is set

[PATCH 1/3] mmc: mmci: clean up header defines
 2016-10-24 15:33 UTC  (4+ messages)
` [PATCH 2/3] mmc: mmci: refactor ST Micro busy detection
` [PATCH 3/3] RFC: mmc: mmci: add qcom specific program end support

[PATCH v3 0/3] mmc: sh_mobile_sdhi: Add r7s72100 support
 2016-10-24 12:37 UTC  (14+ messages)
` [PATCH v3 1/3] mmc: sh_mobile_sdhi: add ocr_mask option
` [PATCH v3 2/3] mmc: tmio-mmc: add support for 32bit data port

[PATCH V5 00/25] mmc: mmc: Add Software Command Queuing
 2016-10-24  8:37 UTC  (26+ messages)
` [PATCH V5 01/25] mmc: queue: Fix queue thread wake-up
` [PATCH V5 02/25] mmc: queue: Factor out mmc_queue_alloc_bounce_bufs()
` [PATCH V5 03/25] mmc: queue: Factor out mmc_queue_alloc_bounce_sgs()
` [PATCH V5 04/25] mmc: queue: Factor out mmc_queue_alloc_sgs()
` [PATCH V5 05/25] mmc: queue: Factor out mmc_queue_reqs_free_bufs()
` [PATCH V5 06/25] mmc: queue: Introduce queue depth
` [PATCH V5 07/25] mmc: queue: Use queue depth to allocate and free
` [PATCH V5 08/25] mmc: queue: Allocate queue of size qdepth
` [PATCH V5 09/25] mmc: mmc: Add Command Queue definitions
` [PATCH V5 10/25] mmc: mmc: Add functions to enable / disable the Command Queue
` [PATCH V5 11/25] mmc: mmc_test: Disable Command Queue while mmc_test is used
` [PATCH V5 12/25] mmc: block: Disable Command Queue while RPMB "
` [PATCH V5 13/25] mmc: core: Do not prepare a new request twice
` [PATCH V5 14/25] mmc: core: Export mmc_retune_hold() and mmc_retune_release()
` [PATCH V5 15/25] mmc: block: Factor out mmc_blk_requeue()
` [PATCH V5 16/25] mmc: block: Fix 4K native sector check
` [PATCH V5 17/25] mmc: block: Use local var for mqrq_cur
` [PATCH V5 18/25] mmc: block: Pass mqrq to mmc_blk_prep_packed_list()
` [PATCH V5 19/25] mmc: block: Introduce queue semantics
` [PATCH V5 20/25] mmc: queue: Share mmc request array between partitions
` [PATCH V5 21/25] mmc: queue: Add a function to control wake-up on new requests
` [PATCH V5 22/25] mmc: block: Add Software Command Queuing
` [PATCH V5 23/25] mmc: mmc: Enable "
` [PATCH V5 24/25] mmc: sdhci-pci: Enable Software Command Queuing for some Intel controllers
` [PATCH V5 25/25] mmc: sdhci-acpi: "

Help: Reading CID and CSD from MMC/SD card
 2016-10-22 20:47 UTC 

[PATCH] mmc: sdhci-esdhc-imx: make sure usdhc clock enabled while doing suspend
 2016-10-22  1:07 UTC  (8+ messages)

[PATCH 1/2] mmc: mediatek: Fix module autoload
 2016-10-21  8:22 UTC  (6+ messages)
` [PATCH 2/2] mmc: sdhci-of-at91: "

[PATCH v5] mmc: sdhci-msm: Add pm_runtime and system PM support
 2016-10-21  8:22 UTC  (2+ messages)

[PATCH] mmc: block: Change MMC_IOC_MAX_BYTES
 2016-10-21  8:21 UTC  (3+ messages)

[PATCH v2] mmc: sunxi: Prevent against null dereference for vmmc
 2016-10-21  8:21 UTC  (3+ messages)

[PATCH v4] mmc: sdhci-msm: Add pm_runtime and system PM support
 2016-10-21  4:22 UTC  (6+ messages)

[PATCH v2 0/9] Init runtime PM support for dw_mmc
 2016-10-21  2:43 UTC  (6+ messages)

[GIT PULL] MMC fixes for v.4.9 rc2
 2016-10-20 10:33 UTC 

[PATCH v4] MMC: meson: initial support for GX platforms
 2016-10-19 18:01 UTC  (5+ messages)

[PATCH v5 1/2] MMC: meson: initial support for GX platforms
 2016-10-19 16:12 UTC  (2+ messages)
  ` [PATCH v5 2/2] Documentation: DT: MMC: meson-gx: new bindings doc

[PATCH] mmc: sunxi: Prevent against null dereference for vmmc
 2016-10-19 13:16 UTC  (2+ messages)

[PATCH 0/2] mmc: sdhci-iproc: Add byte register access support
 2016-10-18 20:08 UTC  (4+ messages)
` [PATCH 1/2] mmc: sdhci-iproc: Add brcm,sdhci-iproc compat string in bindings document

[PATCH 0/2] Add device tree property and quirk for supporting sdhci
 2016-10-18 15:37 UTC  (3+ messages)
` [PATCH 1/2] sdhci: Add device tree property broken-highspeed
  ` [PATCH 2/2] sdhci: Prevent SD from doing high-speed timing when broken-highspeed property is set

[PATCH 0/10] mmc: Add support to Marvell Xenon SD Host Controller
 2016-10-18 13:29 UTC  (18+ messages)
` [PATCH 5/10] dt: bindings: Add bindings for "
` [PATCH 6/10] mmc: sdhci-xenon: Add Marvell Xenon SDHC core functionality
` [PATCH 7/10] mmc: sdhci-xenon: Add support to PHYs of Marvell Xenon SDHC

[RFC v2 0/2] Add device tree property and driver behavior for supporting sdhci configurations with broken highspeed
 2016-10-18 13:17 UTC  (3+ messages)
` [RFC v2 1/2] sdhci: Add device tree property broken-highspeed

[PATCH] mmc: core: Check regulator pointer
 2016-10-18 12:29 UTC  (4+ messages)


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