linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-18 12:37:36 to 2016-11-25 07:56:34 UTC [more...]

[PATCH mmc/next] mmc: sh_mmcif: Document r8a73a4, r8a7779 and sh73a0 DT bindings
 2016-11-25  7:56 UTC  (3+ messages)

[PATCH mmc/next] mmc: sh_mmcif: Document r8a73a4, r8a7778 and sh73a0 DT bindings
 2016-11-25  7:56 UTC 

[PATCH 1/2] mmc: core: add DT binding for CMD23
 2016-11-25  6:52 UTC  (2+ messages)
  ` [PATCH 2/2] Documetationi: mmc: add cap-mmc-cmd23 proprerty's decription

[PATCH 1/2] mmc: sdhci-esdhc: clean up register definitions
 2016-11-25  4:00 UTC  (2+ messages)
` [PATCH 2/2] mmc: sdhci-of-esdhc: avoid clock glitch when frequency is changing

[PATCH v2] mmc: dw_mmc: add missing codes for runtime resume
 2016-11-25  3:49 UTC  (2+ messages)

[PATCH] mmc: dw_mmc: add missing codes for runtime resume
 2016-11-25  2:55 UTC  (4+ messages)

[PATCH v2] mmc: block: delete packed command support
 2016-11-25  1:43 UTC  (8+ messages)

[PATCH] mmc: sdhci-msm: Add sdhci_reset() implementation
 2016-11-24 16:06 UTC  (2+ messages)

[PATCH 0/10] mmc: Add support to Marvell Xenon SD Host Controller
 2016-11-24 15:37 UTC  (28+ messages)
` [PATCH 5/10] dt: bindings: Add bindings for "
` [PATCH 6/10] mmc: sdhci-xenon: Add Marvell Xenon SDHC core functionality
` [PATCH 7/10] mmc: sdhci-xenon: Add support to PHYs of Marvell Xenon SDHC

[GIT PULL] MMC fixes for v.4.9 rc7
 2016-11-24 15:04 UTC 

[PATCH mmc/next] mmc: sh_mobile_sdhi: remove support for sh7372
 2016-11-24 14:42 UTC  (3+ messages)

[PATCH] mmc: android-goldfish: drop duplicate header scatterlist.h
 2016-11-24 13:58 UTC 

[GIT PULL] DWMMC controller for next
 2016-11-24 12:30 UTC  (9+ messages)

[PATCH 0/1] mmc: mmc: Relax checking for switch errors after HS200 switch
 2016-11-24 12:02 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 1/3] mmc: dw_mmc: check the "present" variable before checking flags
 2016-11-24 11:04 UTC  (3+ messages)
` [PATCH 2/3] mmc: dw_mmc: add the debug message for polling and non-removable
` [PATCH 3/3] mmc: dw_mmc: display the clock message only one time when card is polling

[PATCH 0/5] Enable onboard SDHCI for Nexus 5X (msm8992)
 2016-11-24  6:14 UTC  (11+ messages)
` [PATCH 1/5] clk: gcc: Updates for SDHCI enablement
` [PATCH 2/5] smd: Make packet size a constant
` [PATCH 3/5] arm64: dts: Enable SDHCI for Nexus 5X (msm8992)
` [PATCH 4/5] sdhci: dump vendor state and regs
` [PATCH 5/5] sdhci: Add quirk for delayed IRQ ACK

[PATCH v6 0/5] Add intial support to DW MMC host on ZTE SoC
 2016-11-24  2:19 UTC  (10+ messages)
  ` [PATCH v6 1/5] mmc: dt-bindings: add ZTE ZX296718 MMC bindings
  ` [PATCH v6 3/5] Documentation: synopsys-dw-mshc: add binding for fifo quirks

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

[PATCH] mmc: delete is_first_req parameter from pre-request callback
 2016-11-23 13:02 UTC  (3+ messages)

[PATCH v2 0/7] mmc: core: Re-work CMD13 polling method for CMD6 for mmc
 2016-11-23 12:50 UTC  (12+ messages)
` [PATCH v2 1/7] mmc: core: Retry instead of ignore at CRC errors when polling for busy
` [PATCH v2 2/7] mmc: core: Remove redundant __mmc_send_status()
` [PATCH v2 3/7] mmc: core: Rename ignore_crc to retry_crc_err to reflect its purpose
` [PATCH v2 4/7] mmc: core: Check SWITCH_ERROR bit from each CMD13 response when polling
` [PATCH v2 5/7] mmc: core: Enable __mmc_switch() to change bus speed timing for the host
` [PATCH v2 6/7] mmc: core: Allow CMD13 polling when switching to HS mode for mmc
` [PATCH v2 7/7] mmc: core: Update CMD13 polling policy when switch to HS DDR mode

[PATCH 0/2] mmc: sdhci-pci: Add GLK support and misc
 2016-11-23 12:49 UTC  (4+ messages)
` [PATCH 1/2] mmc: sdhci-pci: Add support for Intel GLK
` [PATCH 2/2] mmc: sdhci-pci: Allow deferred probe for sd card detect gpio

[PATCH] mmc: sd: Meet alignment requirements for raw_ssr DMA
 2016-11-23 12:36 UTC  (4+ messages)

[PATCH] mmc: block: delete packed command support
 2016-11-23  9:40 UTC  (15+ messages)

[PATCH] mmc: dw_mmc: exynos: fix to call suspend callback
 2016-11-23  9:36 UTC 

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

[PATCH 0/9] mmc: core: Re-work CMD13 polling method for CMD6 for mmc
 2016-11-23  1:24 UTC  (18+ messages)
` [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/2] mmc: sdhci-pci: Use ACPI to set max frequency of sdio host
 2016-11-22 17:30 UTC  (8+ messages)
` [PATCH 1/2] mmc: sdhci-pci: Add PCI ID for Intel byt sdio host controller sub-vended by NI
` [PATCH 2/2] mmc: sdhci-pci: Use ACPI to get max frequency for Intel byt sdio "

[PATCH RFCv2 00/10] mmc: Add HW Command Queuing Support
 2016-11-22 12:37 UTC  (10+ messages)
` [PATCH RFCv2 01/10] mmc: core: Add support to read command queue parameters

[PATCH 1/2] mmc: tegra: Support module reset
 2016-11-22 11:30 UTC  (2+ messages)

[PATCH] RFC: mmc: block: replace semaphore with freezing
 2016-11-22  9:16 UTC  (7+ messages)

[GIT PULL] dw-mmc controller fixes
 2016-11-21 10:10 UTC  (2+ messages)

[PATCH v8 05/16] dt-bindings: sdhci-msm: Add xo_clock property
 2016-11-21  6:31 UTC  (5+ messages)
` [PATCH v8 05/16] dt-bindings: sdhci-msm: Add xo property

[PATCH v8 00/16] mmc: sdhci-msm: Add clk-rates, DDR, HS400 support
 2016-11-21  6:31 UTC  (6+ messages)
` [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 04/16] ARM: dts: Add xo_clock to sdhc nodes on qcom platforms
 2016-11-21  6:30 UTC  (4+ messages)
` [PATCH v8 04/16] ARM: dts: Add xo to sdhc clock node "

[RESEND PATCHv2] mmc: dw_mmc: fix the error handling for dma operation
 2016-11-21  4:23 UTC  (2+ messages)

[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/3] More MMC block core cleanup
 2016-11-18 14:30 UTC  (2+ messages)

[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  (5+ 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  (2+ messages)

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

arasan,sdhci.txt "compatibility" DT binding
 2016-11-18 13:22 UTC  (11+ 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).