public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-11-08 23:02:17 to 2016-11-16 12:57:37 UTC [more...]

[PATCH] RFC: mmc: block: replace semaphore with freezing
 2016-11-16 12:57 UTC  (4+ messages)

[PATCH 2/2] mmc: sdhci-pci: Add support for HS200 tuning mode on AMD eMMC-4.5.1
 2016-11-16 12:01 UTC  (2+ messages)

[PATCH 0/9] mmc: core: Re-work CMD13 polling method for CMD6 for mmc
 2016-11-16 10:51 UTC  (10+ messages)
` [PATCH 1/9] mmc: core: Retry instead of ignore at CRC errors when polling for busy
` [PATCH 2/9] mmc: core: Remove redundant __mmc_send_status()
` [PATCH 3/9] mmc: core: Rename ignore_crc to retry_crc_err to reflect its purpose
` [PATCH 4/9] mmc: core: Enable __mmc_switch() to change bus speed timing for the host
` [PATCH 5/9] mmc: core: Allow CMD13 polling when switching to HS mode for mmc
` [PATCH 6/9] mmc: core: Update CMD13 polling policy when switch to HS DDR mode
` [PATCH 7/9] mmc: core: Allow CMD13 polling when switch to HS200 mode
` [PATCH 8/9] mmc: core: Allow CMD13 polling when switch to HS400 mode
` [PATCH 9/9] mmc: core: Allow CMD13 polling when switch to HS400ES mode

[PATCHv2 00/10] mmc: dw_mmc: clean the codes for dwmmc controller
 2016-11-16  9:23 UTC  (26+ messages)
  ` [PATCHv2 01/10] mmc: dw_mmc: display the real register value on debugfs
  ` [PATCHv2 06/10] mmc: core: move the cookie's enum values from sdhci.h to mmc.h
  ` [PATCHv2 08/10] mmc: dw_mmc: remove the unnecessary mmc_data structure
  ` [PATCHv2 09/10] mmc: dw_mmc: The "clock-freq-min-max" property was deprecated
  ` [PATCHv2 10/10] Documentation: synopsys-dw-mshc: remove the unused properties
` [PATCHv2 02/10] mmc: dw_mmc: fix the debug message for checking card's present
` [PATCHv2 03/10] mmc: dw_mmc: change the DW_MCI_FREQ_MIN from 400K to 100K
` [PATCHv2 04/10] mmc: dw_mmc: use the hold register when send stop command
` [PATCHv2 05/10] mmc: dw_mmc: call the dw_mci_prep_stop_abort() by default
` [PATCHv2 07/10] mmc: dw_mmc: use the cookie's enum values for post/pre_req()

[PATCH v7 00/14] mmc: sdhci-msm: Add clk-rates, DDR, HS400 support
 2016-11-16  8:53 UTC  (32+ messages)
` [PATCH v7 02/14] clk: qcom: Move all sdcc rcgs to use clk_rcg2_floor_ops
` [PATCH v7 03/14] mmc: sdhci-msm: Change poor style writel/readl of registers
` [PATCH v7 04/14] ARM: dts: Add xo_clock to sdhc nodes on qcom platforms
` [PATCH v7 05/14] mmc: sdhci-msm: Update DLL reset sequence
` [PATCH v7 06/14] mmc: sdhci-msm: Add get_min_clock() and get_max_clock() callback
` [PATCH v7 08/14] mmc: sdhci-msm: Implement set_clock callback for sdhci-msm
  ` [PATCH v7 01/14] clk: qcom: Add rcg ops to return floor value closest to the requested rate
  ` [PATCH v7 07/14] mmc: sdhci-msm: Enable few quirks
  ` [PATCH v7 09/14] mmc: sdhci-msm: Add clock changes for DDR mode
  ` [PATCH v7 10/14] arm64: dts: qcom: msm8916: Add ddr support to sdhc1
` [PATCH v7 11/14] mmc: sdhci-msm: Add HS400 platform support
` [PATCH v7 12/14] mmc: sdhci-msm: Save the calculated tuning phase
` [PATCH v7 13/14] mmc: sdhci-msm: Add calibration tuning for CDCLP533 circuit
` [PATCH v7 14/14] sdhci: sdhci-msm: update dll configuration

[PATCH v5 0/5] Add intial support to DW MMC host on ZTE SoC
 2016-11-16  1:54 UTC  (20+ messages)
` [PATCH v5 1/5] mmc: dt-bindings: add ZTE ZX296718 MMC bindings
` [PATCH v5 2/5] mmc: zx: Initial support for ZX mmc controller
` [PATCH v5 4/5] mmc: dw: Add fifo address property
` [PATCH v5 5/5] mmc: dw: Add fifo watermark alignment property

[RFC v2 0/2] mmc: sdhci-pci: Use ACPI to set max frequency of sdio host controller
 2016-11-15 16:32 UTC  (3+ messages)
` [RFC v2 1/2] mmc: sdhci-pci: Add PCI ID for Intel byt sdio host controller sub-vended by NI
` [RFC v2 2/2] mmc: sdhci-pci: Use ACPI to get max frequency for Intel byt sdio "

[PATCH 0/2] MMC: davinci: fix card detect and write protect
 2016-11-15 16:28 UTC  (3+ messages)
` [PATCH 1/2] MMC: davinci: use mmc_of_parse to parse common mmc configuration
` [PATCH 2/2] MMC: davinci: request gpios using gpio descriptors

[RFC 0/2] mmc: sdhci-pci: Use ACPI to set max frequency of sdio host
 2016-11-15 13:20 UTC  (6+ messages)
` [RFC 2/2] mmc: sdhci-pci: Use ACPI to get max frequency for Intel byt sdio host controller sub-vended by NI

[PATCH v4] mmc: sdhci-of-esdhc: fixup PRESENT_STATE read
 2016-11-15 10:25 UTC  (2+ messages)

[PATCH v3] mmc: sdhci-of-esdhc: fixup PRESENT_STATE read
 2016-11-15  7:28 UTC  (4+ messages)

[PATCH 1/2] mmc: sdhci-pci: Let devices define their own private data
 2016-11-15  6:33 UTC 

[PATCH v2 00/10] Add basic support for Rockchip RK1108 SOC
 2016-11-14 23:09 UTC  (3+ messages)
  ` [PATCH v2 01/10] dt-bindings: rockchip-dw-mshc: add RK1108 dw-mshc description

[PATCH 2/2] mmc: sdhci-pci: Add support for HS200 tuning mode on AMD, eMMC-4.5.1
 2016-11-14 13:37 UTC  (4+ messages)

[patch] mmc: mmc_test: Uninitialized return value
 2016-11-14 11:31 UTC 

[PATCH 0/2] mmc: tmio: minor SDIO updates
 2016-11-14 11:25 UTC  (5+ messages)
` [PATCH 1/2] mmc: tmio: fix wrong bitmask for SDIO irqs
` [PATCH 2/2] mmc: tmio: remove SDIO from TODO list

[Patch v1] mmc: sd: update sd_bus_speed when sd card speed switch fails
 2016-11-14 10:33 UTC 

[PATCH 0/9] mmc: mmci: add support for STM32 SD controller
 2016-11-14 10:42 UTC  (8+ messages)
` [PATCH 6/9] DT: stm32f429: add pin map for SDIO controller
` [PATCH 8/9] DT: stm32f469-disco: add node "

[PATCH v2] mmc: sdhci-of-esdhc: fixup PRESENT_STATE read
 2016-11-14  9:52 UTC  (5+ messages)

PLEASE VIEW THE ATTACHED FILE AND CONTACT ME
 2016-11-14  7:44 UTC 

[PATCH v6 00/14] mmc: sdhci-msm: Add clk-rates, DDR, HS400 support
 2016-11-14  6:03 UTC  (13+ messages)
` [PATCH v6 02/14] clk: qcom: Add rcg ops to return floor value closest to the requested rate
` [PATCH v6 04/14] mmc: sdhci-msm: Change poor style writel/readl of registers
` [PATCH v6 05/14] mmc: sdhci-msm: Update DLL reset sequence

[PATCH 0/2] mmc: allow mmc_alloc_host() and tmio_mmc_host_alloc()
 2016-11-13 10:58 UTC  (6+ messages)
  ` [PATCH 1/2] mmc: allow mmc_alloc_host() to return proper error code
` [PATCH 2/2] mmc: tmio: allow tmio_mmc_host_alloc() "

RT throttling and mmc hardware interrupt timeout
 2016-11-12  9:56 UTC 

[PATCH] mmc: wbsd: implement check for dma mapping error
 2016-11-11 21:42 UTC 

[PATCH] mmc: sd: Meet alignment requirements for raw_ssr DMA
 2016-11-11 14:22 UTC 

[PATCH] mmc: sdhci-of-esdhc: fixup PRESENT_STATE read
 2016-11-11 13:25 UTC  (3+ messages)

[PATCH] mmc: sdhci: remove unneeded (void *) casts in sdhci_(pltfm_)priv()
 2016-11-11 12:43 UTC  (2+ messages)

[PATCH v8 0/6] UHS-I SDR-104 support for sh_mobile_sdhi
 2016-11-11  7:20 UTC  (4+ messages)

[PATCH 1/2] mmc: sdhci-pci: Let devices define their own private data
 2016-11-11  7:00 UTC  (4+ messages)

[PATCH 0/10] mmc: Add support to Marvell Xenon SD Host Controller
 2016-11-11  3:33 UTC  (6+ messages)
` [PATCH 5/10] dt: bindings: Add bindings for "

[PATCH v2 0/2] mmc: sdhci-iproc: Add byte register access support
 2016-11-10 22:21 UTC  (9+ messages)
` [PATCH v2 1/2] mmc: sdhci-iproc: Add brcm,sdhci-iproc compat string in bindings document
` [PATCH v2 2/2] mmc: sdhci-iproc: support standard byte register accesses

[GIT PULL] MMC fixes for v.4.9 rc5
 2016-11-10 21:39 UTC 

[PATCH 00/13] mmc: dw_mmc: cleans the codes for dwmmc controller
 2016-11-10 18:47 UTC  (14+ messages)
` [PATCH 11/13] ARM: dts: rockchip: replace to "max-frequency" instead of "clock-freq-min-max"
` [PATCH 12/13] ARM64: "
` [PATCH 13/13] Documentation: synopsys-dw-mshc: remove the unused properties
` [PATCH 10/13] ARM: dts: exynos: replace to "max-frequecy" instead of "clock-freq-min-max"

[v16, 0/7] Fix eSDHC host version register bug
 2016-11-10  9:26 UTC  (15+ messages)
  ` [v16, 1/7] ARM64: dts: ls2080a: add device configuration node
  ` [v16, 2/7] dt: bindings: move guts devicetree doc out of powerpc directory
  ` [v16, 3/7] soc: fsl: add GUTS driver for QorIQ platforms
  ` [v16, 4/7] MAINTAINERS: add entry for Freescale SoC drivers
  ` [v16, 5/7] base: soc: introduce soc_device_match() interface
  ` [v16, 6/7] base: soc: Check for NULL SoC device attributes
  ` [v16, 7/7] mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0

[PATCH 0/4] Support sdio feature
 2016-11-10  2:08 UTC  (3+ messages)
` [PATCH 4/4] dts: arm64: enable mmc3 for supporting "

[PATCH 0/2] mmc: dw_mmc: fix the wrong operation for reset controller
 2016-11-09 18:24 UTC  (3+ messages)
` [PATCH 1/2] Documentation: synopsys-dw-mshc: add binding for reset-names

[PATCH] mmc: sdhci-pci: Let devices define their own private data
 2016-11-09 18:14 UTC  (2+ messages)

[PATCH] mmc: sdhci-pci: Add support for HS200 tuning mode, on AMD eMMC-4.5.1
 2016-11-09 18:11 UTC  (4+ messages)

[PATCH] mmc: sdhci-pci-core: Tuning mode support for HS200 on AMD Platforms
 2016-11-09  6:18 UTC  (6+ messages)


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