linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-01-29 09:21:33 to 2013-02-05 22:26:30 UTC [more...]

[PATCH v7 00/10] DMA Engine support for AM33XX
 2013-02-05 22:26 UTC  (76+ messages)
  ` [PATCH v7 01/10] ARM: davinci: move private EDMA API to arm/common
  ` [PATCH v7 02/10] ARM: edma: remove unused transfer controller handlers
  ` [PATCH v7 05/10] dmaengine: edma: Add TI EDMA device tree binding
  ` [PATCH v7 06/10] ARM: dts: add AM33XX EDMA support
  ` [PATCH v7 07/10] dmaengine: add dma_request_slave_channel_compat()
  ` [PATCH v7 08/10] spi: omap2-mcspi: convert to dma_request_slave_channel_compat()
  ` [PATCH v7 09/10] spi: omap2-mcspi: add generic DMA request support to the DT binding
  ` [PATCH v7 10/10] ARM: dts: add AM33XX SPI DMA support
` [PATCH v7 03/10] ARM: edma: add AM33XX support to the private EDMA API
` [PATCH v7 04/10] dmaengine: edma: enable build for AM33XX

[PATCH v2] mmc: davinci: allow driver to work without DMA resource
 2013-02-05 12:22 UTC 

[PATCH 0/3] Add DT support for davinci_mmc driver
 2013-02-05 10:00 UTC  (8+ messages)
` [PATCH 1/3] ARM: davinci: da850: override mmc DT node device name
  ` [PATCH 2/3] mmc: davinci_mmc: add DT support
` [PATCH 3/3] ARM: davinci: da850: add mmc DT entries

[PATCH 0/3] rtsx: patchset for supporting new model RTS5227
 2013-02-05  8:30 UTC  (9+ messages)
` [PATCH 1/3] MMC: rtsx: remove driving adjustment
` [PATCH 2/3] mfd: rtsx: implement driving adjustment to device-dependent callbacks
` [PATCH 3/3] mfd: rtsx: support RTS5227

[PATCH v5] mmc: fix async request mechanism for sequential read scenarios
 2013-02-05  7:32 UTC  (11+ messages)
  ` [PATCH 1/2] mmc: core: fix permanent sleep of mmcqd during card removal

This is a personal email directed to you
 2013-02-05  5:50 UTC 

[PATCH v3 0/3] dmaengine: add slave sg transfer capabilities api
 2013-02-04 19:47 UTC  (4+ messages)
` [PATCH v3 1/3] dmaengine: add dma_get_slave_sg_caps()
` [PATCH v3 2/3] dma: edma: add device_slave_sg_caps() support
` [PATCH v3 3/3] mmc: davinci: get SG segment limits with dma_get_slave_sg_caps()

[PATCH] mmc: omap_hsmmc: MAINTAINERS: change omap_hsmmc maintenance to orphan
 2013-02-04 15:07 UTC  (7+ messages)
      ` [PATCH] mmc: omap_hsmmc: MAINTAINERS: update

[PATCH] mmc: davinci: allow driver to work without DMA resource
 2013-02-04 13:27 UTC  (3+ messages)

Control drive strength in software
 2013-02-04 13:08 UTC 

[PATCH] mmc: s3cmci: moved mach/regs-sdi.h into s3cmci device driver
 2013-02-04  1:16 UTC  (3+ messages)

Great Proposal!!
 2013-02-03 20:39 UTC 

[PATCH 36/62] mmc: convert to idr_alloc()
 2013-02-03  1:20 UTC 

[PATCH 0/3] omap_hsmmc DT DMA Client support
 2013-02-02  7:06 UTC  (6+ messages)
  ` [PATCH 1/3] mmc: omap_hsmmc: convert to dma_request_slave_channel_compat()
` [PATCH 2/3] mmc: omap_hsmmc: Skip platform_get_resource_byname() for dt case
` [PATCH 3/3] mmc: omap_hsmmc: add generic DMA request support to the DT binding

[PATCH v2 0/3] Fix fixed regulators support
 2013-02-01 14:40 UTC  (5+ messages)
` [PATCH 2/3] mmc: use regulator_can_change_voltage() instead of regulator_count_voltages() hacks
` [PATCH 3/3] mmc: sdhci: check voltage range only on regulators aware of voltage value

[PATCH] mmc: Adding ftrace event logging to the mmc layer
 2013-02-01 13:05 UTC 

[PATCH v6 00/10] DMA Engine support for AM33XX
 2013-02-01 11:57 UTC  (22+ messages)
  ` [PATCH v6 01/10] ARM: davinci: move private EDMA API to arm/common
  ` [PATCH v6 03/10] ARM: edma: add AM33XX support to the private EDMA API
  ` [PATCH v6 04/10] dmaengine: edma: enable build for AM33XX
  ` [PATCH v6 05/10] dmaengine: edma: Add TI EDMA device tree binding
  ` [PATCH v6 06/10] ARM: dts: add AM33XX EDMA support
  ` [PATCH v6 08/10] spi: omap2-mcspi: convert to dma_request_slave_channel_compat()
  ` [PATCH v6 09/10] spi: omap2-mcspi: add generic DMA request support to the DT binding
  ` [PATCH v6 10/10] ARM: dts: add AM33XX SPI DMA support
` [PATCH v6 02/10] ARM: edma: remove unused transfer controller handlers
` [PATCH v6 07/10] dmaengine: add dma_request_slave_channel_compat()

[PATCH RESEND v2] mmc: sdhci-pxav3: add pm runtime support
 2013-02-01  9:48 UTC 

[PATCH] mmc: core: fixing for the wrong indent
 2013-02-01  5:32 UTC 

[PATCH] mmc: sdhci-s3c: fix the card detection in runtime-pm
 2013-02-01  5:25 UTC  (6+ messages)
` [PATCH v2] "
      ` [PATCH 2/2] mmc: block: don't start new request when the card is removed

[PATCH v2 00/11] mmc: core and driver DT and related development
 2013-02-01  4:23 UTC  (20+ messages)
` [PATCH v2 02/11] mmc: deprecate redundant cd-inverted and wp-inverted DT properties
` [PATCH/RFC v2 06/11] mmc: tmio-mmc: define device-tree bindings

Antigen forwarded attachment
 2013-01-31 23:36 UTC 

[PATCH v2 0/3] dmaengine: add per channel capabilities api
 2013-01-31 22:25 UTC  (4+ messages)

MMC Driver Throughput
 2013-01-31 13:36 UTC  (2+ messages)

[PATCH] mmc: core: fix the aysync mechanism when card removed
 2013-01-31 11:03 UTC  (6+ messages)

[PATCH] mmc: sdhci-esdhc-imx: Remove unused variables
 2013-01-31  7:00 UTC  (3+ messages)

[PATCH v2 5/7] mmc: sdhci: enhance preset value function
 2013-01-31  3:31 UTC 

[PATCH v5 00/14] DMA Engine support for AM33XX
 2013-01-31  1:31 UTC  (9+ messages)
` [PATCH v5 03/14] ARM: edma: add AM33XX support to the private EDMA API
` [PATCH v5 07/14] dmaengine: add dma_request_slave_channel_compat()

[PATCH] mmc: mmc_spi: Fix return value evaluation of irq_of_parse_and_map()
 2013-01-30 17:05 UTC 

[PATCH] mmc: omap_hsmmc: support deferred probing for GPIOs
 2013-01-30  9:07 UTC 

[PATCH 0/7] mmc: sdhci: misc code enhancement
 2013-01-30  8:59 UTC  (8+ messages)
` [PATCH 1/7] mmc: sdhci: avoid redundant loops in sdhci_irq for card int
` [PATCH 2/7] mmc: sdhci: UHS-I should be disabled if vqmmc 1.8v check return error
` [PATCH 3/7] mmc: sdhci: remove redundant clock disable/enable in set ios
` [PATCH 4/7] mmc: sdhci: remove check for CONFIG_REGULATOR
` [PATCH 5/7] mmc: sdhci: enhance preset value function
` [PATCH 6/7] mmc: sdhci: add regulator notifier for vqmmc
` [PATCH 7/7] mmc: sdhci-pxav3: "

timeout error with jmb38x rev30
 2013-01-30  5:03 UTC 

[PATCH] mmc: bcm2835: set SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK
 2013-01-30  4:26 UTC 

[PATCH] mmc: sdhci-pltfm: Add a common clk API based implementation of get_timeout_clock
 2013-01-30  4:22 UTC  (4+ messages)

[PATCH v2 2/5] mmc: sdhci: add function to get retunig timer count
 2013-01-29  9:41 UTC 


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