linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-19 12:49:15 to 2016-10-06 06:39:05 UTC [more...]

[RFC 0/2] Add device tree property and quirk for supporting sdhci
 2016-10-06  6:39 UTC  (10+ messages)
` [RFC 1/2] sdhci: Add device tree property sd-broken-highspeed
` [RFC 2/2] sdhci: Prevent SD from doing highspeed timing when sd-broken-highspeed property is set

Enabling MMC BKOPs in kernel based on host caps
 2016-10-05 22:09 UTC  (4+ messages)

[PATCH v5 00/12] mmc: sdhci-msm: Add clk-rates, DDR, HS400 support
 2016-10-05 14:40 UTC  (13+ messages)
  ` [PATCH v5 01/12] mmc: sdhci-msm: Change poor style writel/readl of registers
  ` [PATCH v5 02/12] mmc: sdhci-msm: Update DLL reset sequence
  ` [PATCH v5 10/12] mmc: sdhci-msm: Add HS400 platform support
  ` [PATCH v5 11/12] mmc: sdhci-msm: Add calibration tuning for CDCLP533 circuit
` [PATCH v5 03/12] mmc: sdhci-msm: add pltfm_data support to get clk-rates from DT
` [PATCH v5 04/12] ARM: dts: qcom: Add clk-rates to sdhc1 & sdhc2
` [PATCH v5 05/12] mmc: sdhci-msm: Add get_min_clock() and get_max_clock() callback
` [PATCH v5 06/12] mmc: sdhci-msm: Enable few quirks
` [PATCH v5 07/12] mmc: sdhci-msm: Implement set_clock callback for sdhci-msm
` [PATCH v5 08/12] mmc: sdhci-msm: Add clock changes for DDR mode
` [PATCH v5 09/12] arm64: dts: qcom: msm8916: Add ddr support to sdhc1
` [PATCH v5 12/12] sdhci: sdhci-msm: update dll configuration

[GIT PULL] MMC for v.4.9
 2016-10-05 10:36 UTC 

[PATCH 0/4] mmc: sdhci: Minor fixes
 2016-10-05  9:11 UTC  (5+ messages)
` [PATCH 1/4] mmc: sdhci: Fix SDHCI_QUIRK2_STOP_WITH_TC
` [PATCH 2/4] mmc: sdhci: Rename sdhci_set_power() to sdhci_set_power_noreg()
` [PATCH 3/4] mmc: sdhci-pci: Let devices define their own sdhci_ops
` [PATCH 4/4] mmc: sdhci-pci: Fix bus power failing to enable for some Intel controllers

MMC timeout issue on 4.6 kernel
 2016-10-05  5:49 UTC  (5+ messages)

[PATCH] mmc: sdhci-pci-core: Tuning mode support for HS200 on AMD Platforms
 2016-10-04  8:42 UTC 

[PATCH v4 0/9] mmc: sdhci-msm: Add clk-rates and DDR support
 2016-10-04  9:33 UTC  (9+ messages)
` [PATCH v4 3/9] mmc: sdhci-msm: add pltfm_data support to get clk-rates from DT

[PATCH v9] mmc: OCTEON: Add host driver for OCTEON MMC controller
 2016-10-04  1:18 UTC  (3+ messages)

[PATCH] mmc: Hynix: add QUIRK_NOTIFY_POWEROFF_ON_SLEEP
 2016-10-03 14:19 UTC 

[PATCH] mmc: core, annotate cmd_hdr as __le32
 2016-10-03  8:58 UTC 

MMC timeout issue on 4.6 kernel
 2016-10-01  8:29 UTC 

[RFC PATCH v2 0/4] Init runtime PM support for dw_mmc
 2016-09-30  8:48 UTC  (5+ messages)
` [RFC PATCH v2 1/4] mmc: dw_mmc: add runtime PM callback
` [RFC PATCH v2 2/4] mmc: dw_mmc-rockchip: add runtime PM support
` [RFC PATCH v2 3/4] mmc: core: expose the capability of gpio card detect
` [RFC PATCH v2 4/4] mmc: dw_mmc-rockchip: disable biu clk and genpd if possible

[PATCH 1/2] mmc: block: add missing header dependencies
 2016-09-30  6:30 UTC  (3+ messages)
` [PATCH 2/2] mmc: sdhci-of-arasan: mark sdhci_arasan_reset() static

[PATCH v3 1/3] mmc: core: switch to 1V8 or 1V2 for hs400es mode
 2016-09-30  6:19 UTC  (3+ messages)
` [PATCH v3 2/3] mmc: core: changes frequency to hs_max_dtr when selecting hs400es
` [PATCH v3 3/3] mmc: sdhci-of-arasan: add sdhci_arasan_voltage_switch for arasan,5.1

[PATCH PoC 0/7] mmc: switch to blk-mq
 2016-09-30  0:50 UTC  (9+ messages)
` [PATCH PoC 1/7] mmc-mq: add debug printks
` [PATCH PoC 2/7] mmc-mq: remove async requests support
` [PATCH PoC 3/7] mmc-mq: request completion fixes
` [PATCH PoC 4/7] mmc-mq: implement checking for queue busy condition
` [PATCH PoC 5/7] mmc-mq: remove some debug printks
` [PATCH PoC 6/7] mmc-mq: initial blk-mq support
` [PATCH PoC 7/7] mmc-mq: async request support for blk-mq mode

[RESEND PATCH v2 1/4] mmc: core: switch to 1V8 or 1V2 for hs400es mode
 2016-09-29 19:49 UTC  (9+ messages)
` [RESEND PATCH v2 2/4] mmc: core: changes frequency to hs_max_dtr when selecting hs400es
  ` [RESEDN PATCH v2 3/4] mmc: sdhci: Don't try to switch to unsupported voltage
  ` [RESEND PATCH v2 4/4] mmc: sdhci-of-arasan: add sdhci_arasan_voltage_switch for arasan, 5.1
    ` [RESEND PATCH v2 4/4] mmc: sdhci-of-arasan: add sdhci_arasan_voltage_switch for arasan,5.1

[PATCH v2 1/4] mmc: core: switch to 1V8 or 1V2 for hs400es mode
 2016-09-29 19:49 UTC  (5+ messages)
  ` [PATCH v2 2/4] mmc: core: changes frequency to hs_max_dtr when selecting hs400es
  ` [PATCH v2 3/4] mmc: sdhci: Don't try to switch to unsupported voltage
` [PATCH v2 4/4] mmc: sdhci-of-arasan: add sdhci_arasan_voltage_switch for arasan,5.1

[PATCH v4 0/2] Add power domain support for eMMC node on rk3399
 2016-09-27  6:15 UTC  (3+ messages)
` [PATCH v4 1/2] Documentation: mmc: sdhci-of-arasan: add description of power domain
  ` [PATCH v4 2/2] arm64: dts: rockchip: add eMMC's power domain support for rk3399

[PATCH v3] mmc: sdhci-msm: Add pm_runtime and system PM support
 2016-09-27  4:40 UTC  (10+ messages)

MMC timeout issue on 4.6 kernel
 2016-09-26 16:58 UTC 

[PATCH 0/3] mmc: Check BKOPS Level On Runtime Suspend
 2016-09-26 15:10 UTC  (2+ messages)

[PATCH -next] mmc: sdhci-of-arasan: Fix non static symbol warning
 2016-09-26  6:45 UTC  (3+ messages)

[v12, 0/8] Fix eSDHC host version register bug
 2016-09-26  3:14 UTC  (12+ messages)
  ` [v12, 1/8] dt: bindings: update Freescale DCFG compatible
  ` [v12, 2/8] ARM64: dts: ls2080a: add device configuration node
  ` [v12, 3/8] dt: bindings: move guts devicetree doc out of powerpc directory
  ` [v12, 4/8] powerpc/fsl: move mpc85xx.h to include/linux/fsl
  ` [v12, 5/8] soc: fsl: add GUTS driver for QorIQ platforms
  ` [v12, 6/8] MAINTAINERS: add entry for Freescale SoC drivers
  ` [v12, 7/8] base: soc: introduce soc_device_match() interface
  ` [v12, 8/8] mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0

RE RE
 2016-09-24  6:04 UTC 

[PATCH v3 0/2] MMC: add driver for Amlogic GXBB SoCs
 2016-09-23 13:45 UTC  (3+ messages)
` [PATCH v3 2/2] ARM64: dts: meson-gxbb: add MMC support

[GIT PULL] MMC fix for v.4.8 rc8
 2016-09-23 10:28 UTC 

[RFC PATCH 0/2] Init runtime PM support for dw_mmc
 2016-09-23  4:17 UTC  (3+ messages)
` [RFC PATCH 1/2] mmc: dw_mmc: add runtime PM callback
  ` [RFC PATCH 2/2] mmc: dw_mmc-rockchip: add runtime PM support

[PATCH 0/5] Some fixes for mmc core and sdhci/arasan
 2016-09-22 23:34 UTC  (12+ messages)
` [PATCH 1/5] mmc: core: don't try to switch block size for dual rate mode
` [PATCH 2/5] mmc: core: switch to 1V8 or 1V2 for hs400es mode
` [PATCH 3/5] mmc: core: changes frequency to hs_max_dtr when selecting hs400es
` [PATCH 4/5] mmc: sdhci: Don't try to switch to unsupported voltage
` [PATCH 5/5] mmc: sdhci-of-arasan: add sdhci_arasan_voltage_switch for arasan,5.1

[PATCH] mmc: rtsx_usb_sdmmc: Handle runtime PM while changing led
 2016-09-22 14:00 UTC  (14+ messages)

[GIT PULL] Update dw-mmc controller
 2016-09-22 11:51 UTC  (2+ messages)

[RESEND PATCH v7 1/2] sdhci-of-arasan: Add device tree parameter xlnx,fails-without-test-cd bit
 2016-09-22  9:40 UTC  (4+ messages)
` [RESEND PATCH v7 2/2] sdhci-of-arasan: Set controller to test mode when xlnx,fails-without-test-cd is present

[PATCH v3 0/6] tmio: add support for eMMC with 8 bit bus width
 2016-09-22  9:40 UTC  (15+ messages)
` [PATCH v3 1/6] mmc: add define for R1 response without CRC
` [PATCH v3 2/6] mmc: rtsx_pci: use new macro for R1 "
` [PATCH v3 3/6] mmc: rtsx_usb: "
` [PATCH v3 4/6] mmc: tmio: add eMMC support
` [PATCH v3 5/6] arm64: dts: r8a7795: salvator: enable on-board eMMC
` [PATCH v3 6/6] arm64: dts: r8a7796: salvator: enable on board eMMC

[PATCH v2] mmc: card: do away with indirection pointer
 2016-09-22  9:40 UTC  (2+ messages)

[PATCH] mmc: dw_mmc: fix the spamming log message
 2016-09-22  9:39 UTC  (3+ messages)

[PATCH v3 0/3] mmc: sh_mobile_sdhi: Add r7s72100 support
 2016-09-22  8:13 UTC  (3+ messages)
` [PATCH v3 2/3] mmc: tmio-mmc: add support for 32bit data port

[PATCH v3 0/2] Add power domain support for eMMC node on rk3399
 2016-09-22  7:14 UTC  (5+ messages)
` [PATCH v3 1/2] Documentation: mmc: sdhci-of-arasan: add description of power domain

[PATCH] mmc: dw_mmc: minor cleanup for dw_mci_adjust_fifoth
 2016-09-22  4:27 UTC  (2+ messages)

[PATCH v2 1/4] mmc: dw_mmc: split out preparation of desc for IDMAC32 and IDMAC64
 2016-09-22  4:27 UTC  (11+ messages)
  ` [PATCH v2 2/4] mmc: dw_mmc: avoid race condition of cpu and IDMAC
    ` [PATCH v2 3/4] mmc: dw_mmc: fix misleading error print if failing to do DMA transfer
    ` [PATCH v2 4/4] mmc: dw_mmc: use macro to define ring buffer size

xHCI problem? [was Re: Erratic USB device behavior and device loss]
 2016-09-21 14:37 UTC  (11+ messages)

mmc: dw_mmc: log spamming
 2016-09-21 13:41 UTC  (7+ messages)

[PATCH v6 0/9] Replay Protected Memory Block (RPMB) subsystem
 2016-09-20 11:58 UTC  (4+ messages)

[PATCH] mmc: card: do away with indirection pointer
 2016-09-20  9:33 UTC 

[PATCH v2 0/6] tmio: add support for eMMC with 8 bit bus width
 2016-09-19 20:29 UTC  (11+ messages)
` [PATCH v2 1/6] mmc: add define for R1 response without CRC
` [PATCH v2 2/6] mmc: rtsx_pci: use new macro for R1 "
` [PATCH v2 3/6] mmc: rtsx_usb: "
` [PATCH v2 4/6] mmc: tmio: add eMMC support
` [PATCH v2 5/6] arm64: dts: r8a7795: salvator: enable on-board eMMC
` [PATCH v2 6/6] arm64: dts: r8a7796: salvator: enable on board eMMC

RTS5227 errors on mount
 2016-09-19 13:41 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).