messages from 2016-10-21 08:22:45 to 2016-11-01 01:43:54 UTC [more...]
Regression after "do not use CMD13 to get status after speed mode switch"
2016-11-01 1:43 UTC (11+ messages)
[PATCH v2 0/5] Add intial support to DW MMC host on ZTE SoC
2016-11-01 1:16 UTC (17+ 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
[RFC 0/2] mmc: sdhci: Fix sdhci caps register bits with corrections provided by dt
2016-10-31 22:13 UTC (7+ 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/3] mmc: Check BKOPS Level On Runtime Suspend
2016-10-31 9:53 UTC (13+ messages)
` [PATCH 1/3] mmc: replacing hardcoded value for runtime PM suspend
` [PATCH 2/3] mmc: Adding AUTO_BKOPS_EN bit set for Auto BKOPS support
` [PATCH 3/3] mmc: Checking BKOPS status prior to Suspend
[PATCH 1/3] mmc: replacing hardcoded value for runtime PM suspend
2016-10-31 9:53 UTC (2+ messages)
[PATCH 0/10] mmc: Add support to Marvell Xenon SD Host Controller
2016-10-31 11:09 UTC (11+ messages)
` [PATCH 2/10] mmc: sdhci: Export sdhci_start_signal_voltage_switch() in sdhci.c
` [PATCH 3/10] mmc: sdhci: Export sdhci_execute_tuning() "
` [PATCH 4/10] MAINTAINERS: add entry for Marvell Xenon MMC Host Controller drivers
` [PATCH 5/10] dt: bindings: Add bindings for Marvell Xenon SD Host Controller
` [PATCH 7/10] mmc: sdhci-xenon: Add support to PHYs of Marvell Xenon SDHC
` [PATCH 1/10] mmc: sdhci: Export sdhci_set_ios() from sdhci.c
` [PATCH 6/10] mmc: sdhci-xenon: Add Marvell Xenon SDHC core functionality
` [PATCH 8/10] arm64: dts: marvell: add eMMC support for Armada 37xx
` [PATCH 9/10] arm64: dts: marvell: add sdhci support for Armada 7K/8K
` [PATCH 10/10] arm64: configs: enable SDHCI driver for Xenon
[PATCH] mmc: Hynix: add QUIRK_NOTIFY_POWEROFF_ON_SLEEP
2016-10-31 10:14 UTC (5+ messages)
[v15, 0/7] Fix eSDHC host version register bug
2016-10-31 9:36 UTC (14+ messages)
` [v15, 1/7] ARM64: dts: ls2080a: add device configuration node
` [v15, 2/7] dt: bindings: move guts devicetree doc out of powerpc directory
` [v15, 3/7] powerpc/fsl: move mpc85xx.h to include/linux/fsl
` [v15, 4/7] soc: fsl: add GUTS driver for QorIQ platforms
` [v15, 5/7] MAINTAINERS: add entry for Freescale SoC drivers
` [v15, 6/7] base: soc: introduce soc_device_match() interface
` [v15, 7/7] mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0
[PATCH 0/2] mmc: sdhci: Fix sdhci caps register bits with corrections provided by dt
2016-10-31 6:08 UTC (4+ messages)
` [PATCH 1/2] mmc: sdhci: dt: Add device tree properties sdhci-caps and sdhci-caps-mask
` [PATCH 2/2] mmc: sdhci: Use sdhci-caps-mask and sdhci-caps to change the caps read during __sdhci_read_caps
[PATCH 0/2] mmc: dw_mmc: fix the wrong operation for reset controller
2016-10-31 2:49 UTC (3+ messages)
` [PATCH 1/2] Documentation: synopsys-dw-mshc: add binding for reset-names
` [PATCH 2/2] mmc: dw_mmc: add the "reset" as name of reset controller
[PATCH 1/2] mmc: mxs: Initialize the spinlock prior to using it
2016-10-28 13:18 UTC (10+ messages)
` [PATCH 2/2] mmc: mxs: Use the spinlock irq variants
[PATCH V5 00/25] mmc: mmc: Add Software Command Queuing
2016-10-28 12:48 UTC (28+ 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: "
[v13, 0/8] Fix eSDHC host version register bug
2016-10-28 7:08 UTC (13+ messages)
` [v13, 1/8] dt: bindings: update Freescale DCFG compatible
` [v13, 2/8] ARM64: dts: ls2080a: add device configuration node
` [v13, 3/8] dt: bindings: move guts devicetree doc out of powerpc directory
` [v13, 4/8] powerpc/fsl: move mpc85xx.h to include/linux/fsl
` [v13, 5/8] soc: fsl: add GUTS driver for QorIQ platforms
` [v13, 6/8] MAINTAINERS: add entry for Freescale SoC drivers
` [v13, 7/8] base: soc: introduce soc_device_match() interface
` [v13, 8/8] mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0
[v14, 0/8] Fix eSDHC host version register bug
2016-10-28 5:45 UTC (9+ messages)
` [v14, 1/8] dt: bindings: update Freescale DCFG compatible
` [v14, 2/8] ARM64: dts: ls2080a: add device configuration node
` [v14, 3/8] dt: bindings: move guts devicetree doc out of powerpc directory
` [v14, 4/8] powerpc/fsl: move mpc85xx.h to include/linux/fsl
` [v14, 5/8] soc: fsl: add GUTS driver for QorIQ platforms
` [v14, 6/8] MAINTAINERS: add entry for Freescale SoC drivers
` [v14, 7/8] base: soc: introduce soc_device_match() interface
` [v14, 8/8] mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0
[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 (6+ messages)
` [RFC PATCH 1/8] mmc: core: remove BUG_ONs from sdio
` [RFC PATCH 3/8] mmc: core: remove BUG_ONs from mmc
[PATCH v2] mmc: s3cmci: Use DMA slave map rather than exported DMA filter
2016-10-27 7:47 UTC (3+ 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 (4+ 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 (3+ messages)
` [RFC 1/2] mmc: sdhci: dt: Add device tree property sdhci-cap-speed-modes-broken
[PATCH] mmc: s3cmci: Use DMA slave map rather than exported DMA filter
2016-10-26 13:31 UTC (4+ messages)
[PATCH 0/4] mmc: core: Clean-up and improve polling code in __mmc_switch()
2016-10-25 10:58 UTC (9+ messages)
` [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 (5+ messages)
` [PATCH v7 03/11] arm64: dts: r8a7795: salvator-x: "
` [PATCH v7 11/11] arm64: dts: r8a7796: "
[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 (10+ messages)
` [PATCH v3 2/3] mmc: tmio-mmc: add support for 32bit data port
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 (7+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox