linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-14 10:36:28 to 2016-11-21 01:28:07 UTC [more...]

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

[PATCH 0/2] MMC: davinci: fix card detect and write protect
 2016-11-18 22:45 UTC  (6+ 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

[PATCH] mmc: pwrseq: add support for Marvell SD8787 chip
 2016-11-18 20:19 UTC  (2+ messages)

[PATCH 0/9] mmc: core: Re-work CMD13 polling method for CMD6 for mmc
 2016-11-18 14:43 UTC  (24+ 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

[PATCH 0/3] More MMC block core cleanup
 2016-11-18 14:30 UTC  (5+ messages)
` [PATCH 1/3] mmc: block: use mmc_req_is_special()
` [PATCH 2/3] mmc: block: rename data to blkdata
` [PATCH 3/3] mmc: block: move packed command struct init

[PATCH v2 -next] soc: fsl: fix section mismatch build warnings
 2016-11-18 14:30 UTC  (3+ messages)

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

[PATCH] mmc: wbsd: implement check for dma mapping error
 2016-11-18 14:29 UTC  (2+ messages)

[patch] mmc: mmc_test: Uninitialized return value
 2016-11-18 14:29 UTC  (2+ messages)

[PATCH v4] mmc: sdhci-of-esdhc: fixup PRESENT_STATE read
 2016-11-18 14:29 UTC  (3+ messages)

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

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

arasan,sdhci.txt "compatibility" DT binding
 2016-11-18 13:22 UTC  (11+ messages)

[PATCHv3 0/9] mmc: dw_mmc: clean the codes for dwmmc controller
 2016-11-18 11:17 UTC  (12+ messages)
  ` [PATCHv3 1/9] mmc: dw_mmc: display the real register value on debugfs
  ` [PATCHv3 2/9] mmc: dw_mmc: fix the debug message for checking card's present
  ` [PATCHv3 3/9] mmc: dw_mmc: change the DW_MCI_FREQ_MIN from 400K to 100K
  ` [PATCHv3 4/9] mmc: dw_mmc: use the hold register when send stop command
  ` [PATCHv3 5/9] mmc: dw_mmc: call the dw_mci_prep_stop_abort() by default
  ` [PATCHv3 6/9] mmc: dw_mmc: use the cookie's enum values for post/pre_req()
  ` [PATCHv3 7/9] mmc: dw_mmc: remove the unnecessary mmc_data structure
  ` [PATCHv3 8/9] mmc: dw_mmc: The "clock-freq-min-max" property was deprecated
  ` [PATCHv3 9/9] Documentation: synopsys-dw-mshc: remove the unused properties

[PATCHv2] mmc: dw_mmc: fix the error handling for dma operation
 2016-11-18 11:16 UTC 

[PATCH v2] mmc: Hynix: add QUIRK_NOTIFY_POWEROFF_ON_SLEEP
 2016-11-18  9:58 UTC  (3+ messages)

[PATCH] ARM: dts: sunxi: Explicitly enable pull-ups for MMC pins
 2016-11-18  9:18 UTC 

[PATCH] mmc: dw_mmc: fix the error handling for dma operation
 2016-11-18  7:15 UTC  (4+ messages)

[PATCH v5 0/5] Add intial support to DW MMC host on ZTE SoC
 2016-11-18  6:34 UTC  (11+ messages)
  ` [PATCH v5 1/5] mmc: dt-bindings: add ZTE ZX296718 MMC bindings

[PATCH] mmc: sd: Meet alignment requirements for raw_ssr DMA
 2016-11-17 13:19 UTC  (3+ messages)

[PATCH 1/2] mmc: tegra: Support module reset
 2016-11-17 17:18 UTC  (2+ messages)
  ` [PATCH 2/2] mmc: tegra: Add Tegra186 support

[RFC v2 0/2] mmc: sdhci-pci: Use ACPI to set max frequency of sdio host controller
 2016-11-17 12:26 UTC  (4+ 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 "

[PATCHv2 00/10] mmc: dw_mmc: clean the codes for dwmmc controller
 2016-11-17  7:49 UTC  (29+ messages)
` [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()
  ` [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

[PATCH] mmc: dw_mmc: fix spelling mistake in dev_dbg message
 2016-11-17  1:24 UTC  (2+ messages)

[PATCH] sdhci-esdhc-imx: fix bus-width for 1-bit operation
 2016-11-17  0:28 UTC  (4+ messages)

[PATCH] RFC: mmc: block: replace semaphore with freezing
 2016-11-16 16:32 UTC  (6+ 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 v7 00/14] mmc: sdhci-msm: Add clk-rates, DDR, HS400 support
 2016-11-16  8:53 UTC  (20+ messages)
` [PATCH v7 02/14] clk: qcom: Move all sdcc rcgs to use clk_rcg2_floor_ops
` [PATCH v7 04/14] ARM: dts: Add xo_clock to sdhc nodes on qcom platforms
` [PATCH v7 08/14] mmc: sdhci-msm: Implement set_clock callback for sdhci-msm
` [PATCH v7 13/14] mmc: sdhci-msm: Add calibration tuning for CDCLP533 circuit
` [PATCH v7 14/14] sdhci: sdhci-msm: update dll configuration

[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 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 v7 11/14] mmc: sdhci-msm: Add HS400 platform support
 2016-11-15  0:53 UTC  (4+ messages)

[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 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  (5+ messages)
` [PATCH 8/9] DT: stm32f469-disco: add node for SDIO controller


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