public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-11-07 19:53:14 to 2016-11-15 10:13:16 UTC [more...]

[PATCH v4] mmc: sdhci-of-esdhc: fixup PRESENT_STATE read
 2016-11-15 10:13 UTC 

[PATCHv2 00/10] mmc: dw_mmc: clean the codes for dwmmc controller
 2016-11-15 10:12 UTC  (11+ 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 v5 0/5] Add intial support to DW MMC host on ZTE SoC
 2016-11-15  7:49 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 3/5] Documentation: synopsys-dw-mshc: add binding for fifo quirks
` [PATCH v5 4/5] mmc: dw: Add fifo address property
` [PATCH v5 5/5] mmc: dw: Add fifo watermark alignment property

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

[PATCH 2/2] mmc: sdhci-pci: Add support for HS200 tuning mode on AMD eMMC-4.5.1
 2016-11-15  6:57 UTC 

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

[PATCH v7 00/14] mmc: sdhci-msm: Add clk-rates, DDR, HS400 support
 2016-11-15  5:10 UTC  (28+ 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 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 08/14] mmc: sdhci-msm: Implement set_clock callback for sdhci-msm
` [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 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  (17+ messages)
` [PATCH 1/9] mmc: mmci: don't pretend IP variants with only one IRQ to have two mask regs
` [PATCH 2/9] mmc: mmci: add support for not-amba, but still compatible, variants
` [PATCH 3/9] mmc: mmci: don't pretend all variants to have MCI_STARBITERR flag
` [PATCH 4/9] mmc: mmci: add support for setting pad type via pinctrl
` [PATCH 5/9] mmc: mmci: add STM32 variant
` [PATCH 6/9] DT: stm32f429: add pin map for SDIO controller
` [PATCH 7/9] DT: stm32f429: add node "
` [PATCH 8/9] DT: stm32f469-disco: "
` [PATCH 9/9] Documentation: document mmci STM32 DT binding

[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  (30+ messages)
` [PATCH v6 01/14] clk: Add clk_hw_get_clk() helper API to be used by clk providers
` [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 v6 06/14] mmc: sdhci-msm: Add get_min_clock() and get_max_clock() callback
` [PATCH v6 08/14] mmc: sdhci-msm: Implement set_clock callback for sdhci-msm
` [PATCH v6 09/14] mmc: sdhci-msm: Add clock changes for DDR mode
` [PATCH v6 11/14] mmc: sdhci-msm: Add HS400 platform support
` [PATCH v6 12/14] mmc: sdhci-msm: Save the calculated tuning phase
` [PATCH v6 13/14] mmc: sdhci-msm: Add calibration tuning for CDCLP533 circuit
` [PATCH v6 14/14] sdhci: sdhci-msm: update dll configuration

[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 

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

[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  (6+ messages)
  ` [PATCH 1/4] mmc: mediatek: Fix CMD6 timeout issue
  ` [PATCH 2/4] sdio: mediatek: Support sdio feature
` [PATCH 3/4] sdio: mediatek: support sdr104_clk_delay in sdio
` [PATCH 4/4] dts: arm64: enable mmc3 for supporting sdio feature

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

[v15, 0/7] Fix eSDHC host version register bug
 2016-11-08 15:47 UTC  (6+ messages)
` [v15, 3/7] powerpc/fsl: move mpc85xx.h to include/linux/fsl

[PATCH v4 0/5] Add intial support to DW MMC host on ZTE SoC
 2016-11-08  1:24 UTC  (3+ messages)
` [PATCH v4 2/5] mmc: zx: Initial support for ZX mmc controller

[PATCH v7 00/11] char:rpmb: Replay Protected Memory Block (RPMB) subsystem
 2016-11-07 21:37 UTC  (6+ messages)
` [PATCH v7 09/11] scsi: ufs: connect to RPMB subsystem
` [PATCH v7 11/11] char: rpmb: Document Replay Protected Memory Block (RPMB) subsystem


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