linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-21 11:36:10 to 2018-06-17 17:02:17 UTC [more...]

[PATCH v3 00/14] ARM: pxa: switch to DMA slave maps
 2018-06-17 17:02 UTC  (15+ messages)
` [PATCH v3 01/14] dmaengine: pxa: use a dma slave map
` [PATCH v3 02/14] ARM: pxa: add "
` [PATCH v3 03/14] dmaengine: pxa: add a default requestor policy
` [PATCH v3 04/14] mmc: pxamci: remove the dmaengine compat need
` [PATCH v3 05/14] media: pxa_camera: "
` [PATCH v3 06/14] mtd: rawnand: marvell: "
` [PATCH v3 07/14] net: smc911x: "
` [PATCH v3 08/14] net: smc91x: "
` [PATCH v3 09/14] ASoC: pxa: "
` [PATCH v3 10/14] ata: pata_pxa: "
` [PATCH v3 11/14] dmaengine: pxa: document pxad_param
` [PATCH v3 12/14] dmaengine: pxa: make the filter function internal
` [PATCH v3 13/14] ARM: pxa: remove the DMA IO resources
` [PATCH v3 14/14] ARM: pxa: change SSP DMA channels allocation

[PATCH v3 16/27] docs: Fix more broken references
 2018-06-15 21:42 UTC  (7+ messages)
  ` [Intel-wired-lan] "
  ` [alsa-devel] "
` [PATCH v3 23/27] devicetree: fix name of pinctrl-bindings.txt

[PATCH v4 16/26] docs: Fix more broken references
 2018-06-15 16:41 UTC  (3+ messages)
` [PATCH v4 22/26] devicetree: fix name of pinctrl-bindings.txt

[PATCH v3 0/7] mmc: sunxi: Add runtime PM support
 2018-06-15 15:12 UTC  (7+ messages)
` [PATCH v3 6/7] mmc: sunxi: Add runtime_pm support

[PATCH V2 0/7] mmc: add support for sdhci 4.0
 2018-06-15  9:36 UTC  (9+ messages)
` [PATCH V2 1/7] mmc: sdhci: add sd host v4 mode
` [PATCH V2 2/7] mmc: sdhci: made changes for System Address register of SDMA
` [PATCH V2 3/7] mmc: sdhci: add ADMA2 64-bit addressing support for V4 mode
` [PATCH V2 4/7] mmc: sdhci: add 32-bit block count support for v4 mode
` [PATCH V2 5/7] mmc: sdhci: add CMD23 "
` [PATCH V2 6/7] mmc: sdhci-sprd: added Spreadtrum's initial host controller
  ` [PATCH V3 "
` [PATCH V2 7/7] dt-bindings: sdhci-sprd: Add bindings for the sdhci-sprd controller

[RFC PATCH] sdhci-of-arasan: card initialization failure -84
 2018-06-15  8:18 UTC  (4+ messages)
  ` [PATCH v2] mmc: sdhci-of-arasan: Add quirk for unstable clocks

[PATCH V2 0/4] Changes for SDCC5 version
 2018-06-15  5:44 UTC  (16+ messages)
` [PATCH V2 1/4] mmc: sdhci-msm: Define new Register address map
` [PATCH V2 2/4] mmc: sdhci-msm: Add msm version specific ops and data structures
` [PATCH V2 3/4] Documentation: sdhci-msm: Add new compatible string for SDCC v5
` [PATCH V2 4/4] mmc: host: Register changes for sdcc V5

[RFC PATCH 1/3] arm64: zynqmp: dt: Add support for setting SD tap delays
 2018-06-14  5:38 UTC  (5+ messages)
` [RFC PATCH 2/3] dt: bindings: Add SD tap value properties details
` [RFC PATCH 3/3] sdhci: arasan: Add support to read Tap Delay values from DT

[PATCH 0/6] mmc: add support for sdhci 4.0
 2018-06-13  5:59 UTC  (9+ messages)
` [PATCH 1/6] mmc: sdhci: add sd host v4 mode
` [PATCH 2/6] mmc: sdhci: made changes for System Address register of SDMA
` [PATCH 3/6] mmc: sdhci: add ADMA2 64-bit addressing support for V4 mode
` [PATCH 4/6] mmc: sdhci: add 32-bit block count support for v4 mode
` [PATCH 5/6] mmc: sdhci: add CMD23 "
` [PATCH 6/6] mmc: host: sdhci-sprd: added Spreadtrum's host controller R11

[PATCH] mmc: dw_mmc should depend on COMMON_CLK
 2018-06-12 17:07 UTC  (2+ messages)

[PATCH 00/19] mmc: mmci: add stm32 sdmmc variant
 2018-06-12 13:14 UTC  (20+ messages)
` [PATCH 01/19] mmc: mmci: regroup and define dma operations
` [PATCH 02/19] mmc: mmci: merge qcom dml feature into mmci dma
` [PATCH 03/19] mmc: mmci: add datactrl block size variant property
` [PATCH 04/19] mmc: mmci: expand startbiterr to irqmask and error check
` [PATCH 05/19] mmc: mmci: allow to overwrite clock/power procedure to specific variant
` [PATCH 06/19] mmc: mmci: add variant properties to define cpsm & cmdresp bits
` [PATCH 07/19] mmc: mmci: add variant property to define dpsm bit
` [PATCH 08/19] mmc: mmci: add variant property to define irq pio mask
` [PATCH 09/19] mmc: mmci: add variant property to write datactrl before command
` [PATCH 10/19] mmc: mmci: add variant property to allow remain data
` [PATCH 11/19] mmc: mmci: add variant property to check specific data constraint
` [PATCH 12/19] mmc: mmci: add variant property to request a reset
` [PATCH 13/19] mmc: mmci: send stop cmd if a data command fail
` [PATCH 14/19] mmc: mmci: add clock divider for stm32 sdmmc
` [PATCH 15/19] mmc: mmci: add stm32 sdmmc registers
` [PATCH 16/19] mmc: mmci: add DT bindings for STM32 sdmmc
` [PATCH 17/19] mmc: mmci: add stm32 sdmmc idma support
` [PATCH 18/19] mmc: mmci: add specific clk/pwr procedure for stm32 sdmmc
` [PATCH 19/19] mmc: mmci: add stm32 sdmmc variant

[PATCH] mmc: Move the mmc driver init earlier
 2018-06-12 13:06 UTC  (7+ messages)

[PATCH] mmc: dw_mmc: fix card threshold control configuration
 2018-06-11 14:17 UTC  (3+ messages)

linux 4.17, drivers/mmc/host/sdhci-pci-o2micro.c, crash with sdcard >128G
 2018-06-11 11:10 UTC 

[PATCH] mmc: tegra: Use sdhci_pltfm_clk_get_max_clock
 2018-06-05 11:58 UTC  (5+ messages)

[GIT PULL] MMC for v.4.18
 2018-06-05  8:59 UTC 

[PATCH v2 1/1] mmc: sdhci-pci-dwc-mshc: synopsys dwc mshc support
 2018-06-01 11:20 UTC  (3+ messages)

[PATCH] mmc: sdhci-msm: Remove NO_CARD_NO_RESET quirk
 2018-05-31 11:04 UTC  (3+ messages)

mmc filesystem performance decreased on the first write after filesystem creation
 2018-05-30 16:15 UTC  (5+ messages)

[PATCH v2 0/4] mmc: sdhci-msm: Corrections to implementation of power irq
 2018-05-30 15:57 UTC  (5+ messages)
` [PATCH v2 4/4] mmc: sdhci-msm: Add sdhci msm register write APIs which wait for pwr irq

[PATCH 0/2] mmc: meson-gx: add device reset
 2018-05-30  9:47 UTC  (5+ messages)
` [PATCH 2/2] "

[PATCH] mmc: mxmmc: include linux/highmem.h
 2018-05-29 10:35 UTC  (2+ messages)

[PATCH] mmc: sunxi: mark PM functions as __maybe_unused
 2018-05-28 15:15 UTC  (7+ messages)

[PATCH 1/1] mmc: sdhci-pci-dwc-mshc: synopsys dwc mshc support
 2018-05-28 13:03 UTC  (8+ messages)

[PATCH v2] mmc: Allow non-sleeping GPIO cd
 2018-05-28 11:27 UTC  (3+ messages)

[PATCH] mmc: sdhci-*: Don't emit error msg if sdhci_add_host() fails
 2018-05-28 11:27 UTC  (5+ messages)

[PATCH 16/33] mmc: sdhci-xenon: use match_string() helper
 2018-05-28 11:27 UTC  (3+ messages)

[PATCH V1 0/3] Changes for SDCC5 version
 2018-05-25 20:46 UTC  (13+ messages)
` [PATCH V1 1/3] mmc: sdhci-msm: Define new Register address map
` [PATCH V1 2/3] mmc: sdhci-msm: Add msm version specific ops and data structures
` [PATCH V1 3/3] mmc: host: Register changes for sdcc V5

[PATCH] mmc: Allow non-sleeping GPIO cd
 2018-05-25 19:21 UTC  (4+ messages)

[PATCH v2 00/13] ARM: pxa: switch to DMA slave maps
 2018-05-25 10:59 UTC  (20+ messages)
` [PATCH v2 01/13] dmaengine: pxa: use a dma slave map
` [PATCH v2 02/13] ARM: pxa: add "
` [PATCH v2 03/13] mmc: pxamci: remove the dmaengine compat need
` [PATCH v2 04/13] media: pxa_camera: "
` [PATCH v2 05/13] mtd: rawnand: marvell: "
` [PATCH v2 06/13] net: smc911x: "
` [PATCH v2 07/13] net: smc91x: "
` [PATCH v2 08/13] ASoC: pxa: "
` [PATCH v2 09/13] ata: pata_pxa: "
` [PATCH v2 10/13] dmaengine: pxa: document pxad_param
` [PATCH v2 11/13] dmaengine: pxa: make the filter function internal
` [PATCH v2 12/13] ARM: pxa: remove the DMA IO resources
` [PATCH v2 13/13] ARM: pxa: change SSP DMA channels allocation

[GIT PULL] MMC fixes for v.4.17-rc7
 2018-05-25  8:16 UTC 

[PATCH 00/15] ARM: pxa: switch to DMA slave maps
 2018-05-23 21:54 UTC  (4+ messages)
` [PATCH 05/15] mtd: nand: pxa3xx: remove the dmaengine compat need

[PATCH v2 1/3] mmc: dw_mmc-bluefield: Add driver extension
 2018-05-21 19:35 UTC  (8+ messages)
` [PATCH v7 "
  ` [PATCH v7 2/3] dt-bindings: mmc: Add binding for BlueField SoC
  ` [PATCH v7 3/3] arm64: defconfig: Enable dw_mmc-bluefield driver

[PATCH 0/3] mmc: sdhci-iproc: UHS and 32bit access fixes
 2018-05-21 11:37 UTC  (7+ messages)
` [PATCH 1/3] mmc: sdhci-iproc: remove hard coded mmc cap 1.8v
` [PATCH 2/3] mmc: sdhci-iproc: fix 32bit writes for TRANSFER_MODE register
` [PATCH 3/3] mmc: sdhci-iproc: add SDHCI_QUIRK2_HOST_OFF_CARD_ON for cygnus

[PATCH] mmc: block: propagate correct returned value in mmc_rpmb_ioctl
 2018-05-21 11:36 UTC  (2+ 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).