linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-14 02:49:39 to 2015-12-25 12:53:11 UTC [more...]

[PATCH 0/2] omap_hsmmc: Supports slot-name also in DT
 2015-12-25 12:53 UTC  (4+ messages)
` [PATCH 1/2] mmc: omap_hsmmc: Add support for slot-name property "

[PATCH] Move the judgement of timeout into mmc_switch_status_error()
 2015-12-24 10:15 UTC  (3+ messages)

[PATCH] mmc: dw_mmc: remove the unused quirks
 2015-12-24  9:41 UTC 

1217:8520 [Dell Latitude E7450] O2 Micro, SD/MMC Card Reader doesn't work
 2015-12-23 14:24 UTC  (13+ messages)

[PATCH] mmc: host: arasan: sdhci-of-arasan: Remove no-hispd and no-cmd23 quirks for sdhci-arasan4.9a
 2015-12-23 13:29 UTC 

[PATCH 1/3] mmc: sdhci-pci: Add AMD HS200 mode tuning function
 2015-12-23  0:40 UTC  (7+ messages)
` [PATCH 2/3] mmc: sdhci-pci: Add platform tuning callback for amd hs200 mode
` [PATCH 3/3] mmc: sdhci-pci: enable AMD emmc "

[PATCHv2 0/5] sdhci-bcm2835: added quirk and removed udelay in write ops
 2015-12-22 20:13 UTC  (9+ messages)
  ` [PATCHv2 4/5] mmc: shdci-bcm2835: add verify for 32-bit back-to-back workaround

[RFC 0/6] mmc: Field Firmware Update
 2015-12-22 18:44 UTC  (7+ messages)

[PATCH v2 0/5] Tegra SDHCI UHS-I support
 2015-12-22 18:41 UTC  (6+ messages)
` [PATCH v2 2/5] mmc: tegra: disable SPI_MODE_CLKEN
` [PATCH v2 3/5] mmc: tegra: implement UHS tuning
` [PATCH v2 4/5] mmc: tegra: enable UHS-I modes
  ` [PATCH v2 1/5] mmc: tegra: implement module external clock change
  ` [PATCH v2 5/5] mmc: tegra: use correct accessor for misc ctrl register

questions about runtime pm
 2015-12-22 13:24 UTC 

[PATCH] mmc: host: arasan: sdhci-of-arasan: Remove no-hispd and no-cmd23 quirks for sdhci-arasan4.9a
 2015-12-22 13:20 UTC 

[PATCH v2 00/24] MMC/SDHCI fixes
 2015-12-22 11:40 UTC  (34+ messages)
` [PATCH v2 01/24] mmc: core: shut up "voltage-ranges unspecified" pr_info()
` [PATCH v2 02/24] mmc: core: improve mmc_of_parse_voltage() to return better status
` [PATCH v2 03/24] mmc: block: shut up "retrying because a re-tune was needed" message
` [PATCH v2 04/24] mmc: core: report tuning command execution failure reason
` [PATCH v2 05/24] mmc: sdhci: move initialisation of command error member
` [PATCH v2 06/24] mmc: sdhci: clean up command error handling
` [PATCH v2 07/24] mmc: sdhci: command response CRC "
` [PATCH v2 08/24] mmc: sdhci: avoid unnecessary mapping/unmapping of align buffer
` [PATCH v2 09/24] mmc: sdhci: clean up coding style in sdhci_adma_table_pre()
` [PATCH v2 10/24] mmc: sdhci: avoid walking SG list for writes
` [PATCH v2 11/24] mmc: sdhci: factor out common DMA cleanup in sdhci_finish_data()
` [PATCH v2 12/24] mmc: sdhci: move sdhci_pre_dma_transfer()
` [PATCH v2 13/24] mmc: sdhci: factor out sdhci_pre_dma_transfer() from sdhci_adma_table_pre()
` [PATCH v2 14/24] mmc: sdhci: pass the cookie into sdhci_pre_dma_transfer()
` [PATCH v2 15/24] mmc: sdhci: always unmap a mapped data transfer in sdhci_post_req()
` [PATCH v2 16/24] mmc: sdhci: clean up host cookie handling
` [PATCH v2 17/24] mmc: sdhci: plug DMA mapping leak on error
` [PATCH v2 18/24] mmc: sdhci-pxav3: fix higher speed mode capabilities
` [PATCH v2 19/24] mmc: sdhci: further fix for DMA unmapping in sdhci_post_req()
` [PATCH v2 20/24] mmc: sdhci: fix data timeout (part 1)
` [PATCH v2 21/24] mmc: sdhci: fix data timeout (part 2)
` [PATCH v2 22/24] mmc: sdhci: prepare DMA address/size quirk handling consolidation
` [PATCH v2 23/24] mmc: sdhci: consolidate the DMA/ADMA size/address quicks
` [PATCH v2 24/24] mmc: sdhci: further code simplication

BUG 4.4rc-4: wrong eMMC signaling voltage reported
 2015-12-22 10:28 UTC  (6+ messages)

[bug] kernel panic if writting data to mmc after suspendding
 2015-12-22  3:16 UTC  (6+ messages)

Does the Community use Coverity ?
 2015-12-21 18:22 UTC  (6+ messages)

[PATCH 0/5] Tegra SDHCI UHS-I support
 2015-12-21 13:06 UTC  (7+ messages)
  ` [PATCH 1/5] mmc: tegra: implement module external clock change
  ` [PATCH 2/5] mmc: tegra: disable SPI_MODE_CLKEN
  ` [PATCH 3/5] mmc: tegra: implement UHS tuning
  ` [PATCH 4/5] mmc: tegra: enable UHS-I modes
` [PATCH 5/5] mmc: tegra: use correct accessor for misc ctrl register

[PATCH 00/17] MMC/SDHCI fixes
 2015-12-21 11:04 UTC  (28+ messages)
` [PATCH 01/17] mmc: core: shut up "voltage-ranges unspecified" pr_info()
` [PATCH 02/17] mmc: block: shut up "retrying because a re-tune was needed" message
` [PATCH 03/17] mmc: core: report tuning command execution failure reason
` [PATCH 04/17] mmc: sdhci: move initialisation of command error member
` [PATCH 05/17] mmc: sdhci: clean up command error handling
` [PATCH 06/17] mmc: sdhci: command response CRC "
` [PATCH 07/17] mmc: sdhci: avoid unnecessary mapping/unmapping of align buffer
` [PATCH 08/17] mmc: sdhci: clean up coding style in sdhci_adma_table_pre()
` [PATCH 09/17] mmc: sdhci: avoid walking SG list for writes
` [PATCH 10/17] mmc: sdhci: factor out common DMA cleanup in sdhci_finish_data()
` [PATCH 11/17] mmc: sdhci: move sdhci_pre_dma_transfer()
` [PATCH 12/17] mmc: sdhci: factor out sdhci_pre_dma_transfer() from sdhci_adma_table_pre()
` [PATCH 13/17] mmc: sdhci: pass the cookie into sdhci_pre_dma_transfer()
` [PATCH 14/17] mmc: sdhci: always unmap a mapped data transfer in sdhci_post_req()
` [PATCH 15/17] mmc: sdhci: clean up host cookie handling
` [PATCH 16/17] mmc: sdhci: plug DMA mapping leak on error
` [PATCH 17/17] mmc: sdhci-pxav3: fix higher speed mode capabilities
` [PATCH 18/17] mmc: sdhci: further fix for DMA unmapping in sdhci_post_req()
` [PATCH 19/17] mmc: sdhci: fix data timeout (part 1)
` [PATCH 20/17] mmc: sdhci: fix data timeout (part 2)

[PATCH] mmc: core: Enable tuning according to the actual timing
 2015-12-20 11:51 UTC  (2+ messages)

[PATCH] mmc: pwrseq_simple: Fix regression with optional GPIOs
 2015-12-18 22:31 UTC  (5+ messages)

SDHCI long sleep with interrupts off
 2015-12-18 20:09 UTC  (10+ messages)

Review & Reply
 2015-12-18 10:18 UTC 

[PATCH v2] mmc: sdhci: restore behavior when setting VDD via external regulator
 2015-12-18  9:55 UTC  (6+ messages)

[PATCH] mmc: It is not an error for the card to be removed while suspended
 2015-12-18  9:54 UTC  (4+ messages)

[PATCH 1/2] mmc: core: enable CMD19 tuning for DDR50 mode
 2015-12-18  5:52 UTC  (17+ messages)

[PATCH] mmc: core: Optimize boot time by detecting cards simultaneously
 2015-12-18  3:05 UTC  (8+ messages)

BUG: SDHCI fails to DMA-unmap, and other warnings
 2015-12-17 22:37 UTC  (4+ messages)

[PATCH v2 00/14] Initial Microchip PIC32MZDA Support
 2015-12-17 18:05 UTC  (6+ messages)
` [PATCH v2 12/14] mmc: sdhci-pic32: Add PIC32 SDHCI host controller driver

[v4, 0/6] eSDHC patches introduction
 2015-12-17 11:30 UTC  (18+ messages)
` [v4, 1/6] soc: fsl: add GUTS driver for QorIQ platforms
` [v4, 2/6] dt: move guts devicetree doc out of powerpc directory
` [v4, 3/6] powerpc/fsl: move mpc85xx.h to include/linux
` [v4, 4/6] mmc: sdhci-of-esdhc: get SVR from global utilities registers
` [v4, 5/6] mmc: kconfig: select FSL_GUTS for MMC_SDHCI_OF_ESDHC
` [v4, 6/6] mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0

Review & Reply
 2015-12-17  0:55 UTC 

[PATCH v2] mmc: sdhci-msm: Boost controller core clock
 2015-12-16 13:49 UTC  (9+ messages)

4.3 kernel panics when MMC/SDHC card is inserted on thinkpad
 2015-12-16  7:50 UTC  (3+ messages)

[PATCH] mmc: sdhci-acpi: set non-removable in ACPI table
 2015-12-16  1:17 UTC  (5+ messages)

[RESEND PATCH v4 3/3] mmc: sdhci-of-arasan: add runtime pm support
 2015-12-15 16:16 UTC  (4+ messages)

[RFC][PATCH v2] mmc_block: Allow more than 8 partitions per card
 2015-12-15 15:11 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).