linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-17 02:06:50 to 2012-10-24 03:25:44 UTC [more...]

[RFC PATCH 0/3] dmaengine: add per channel capabilities api
 2012-10-24  3:13 UTC  (10+ messages)
` [RFC PATCH 1/3] dmaengine: add dma_get_channel_caps()
` [RFC PATCH 2/3] dma: edma: add device_channel_caps() support
` [RFC PATCH 3/3] mmc: davinci: get SG segment limits with dma_get_channel_caps()

[PATCH 2/2] mmc: core: Power cycle card on voltage switch fail
 2012-10-23 22:48 UTC  (3+ messages)

[PATCH] mmc: dw_mmc: enable controller interrupt before calling mmc_start_host
 2012-10-23 21:19 UTC  (2+ messages)

[PATCH 1/2] mmc: dw_mmc: use __devinit_p macro for .remove()
 2012-10-23 21:14 UTC  (4+ messages)
` [PATCH 2/2] mmc: dw_mmc: use helper macro module_platform_driver()

[PATCH 1/2] mmc: dw_mmc: use __devinit_p macro for .remove()
 2012-10-23 21:13 UTC  (4+ messages)
` [PATCHv2] mmc: dw_mmc: use __devexit_p "

[PATCH] mmc: sdhci-s3c: use clk_prepare_enable and clk_disable_unprepare
 2012-10-23 21:10 UTC  (2+ messages)

mmc: dw_mmc: remove the compiling warning
 2012-10-23 21:08 UTC  (3+ messages)

[PATCH] mmc: dw_mmc: convert the variable type of irq
 2012-10-23 21:03 UTC  (3+ messages)

mmc: queue: amend buffer swap for non-blocking transfer
 2012-10-23 21:01 UTC  (2+ messages)

[PATCH 0/2] mmc: sdhci: Defer probe if regulators are not registered
 2012-10-23 19:41 UTC  (12+ messages)
` [PATCH 1/2] ARM: dt: tegra: Add sdhci regulators
` [PATCH 2/2] mmc: sdhci: Defer probe if regulator_get fails

process hangs on do_exit when oom happens
 2012-10-23 17:43 UTC  (18+ messages)

[PATCH 0/2] mmc: sdhci: Defer probe if regulators are not registered
 2012-10-23 16:23 UTC  (7+ messages)
` [PATCH 1/2] ARM: dt: tegra: Add sdhci regulators
` [PATCH 2/2] mmc: sdhci: Defer probe if regulator_get fails

[PATCH] mmc: sh_mmcif: fix use after free
 2012-10-23 12:08 UTC 

[PATCH] mm: make zone_pcp_reset independ on MEMORY_HOTREMOVE
 2012-10-23 10:33 UTC  (4+ messages)

[PATCH v5] powerpc/esdhc: disable CMD23 for some Freescale SoCs
 2012-10-23  8:41 UTC  (5+ messages)

[PATCH] powerpc/esdhc: enable the card insert/remove interrupt
 2012-10-23  8:39 UTC  (3+ messages)

Deferring sdhci probe if regulators are not found
 2012-10-23  7:28 UTC 

[PATCH V4] Powerpc eSDHC Recover from the ADMA error
 2012-10-23  5:49 UTC  (3+ messages)

OMAP baseline test results for v3.7-rc1
 2012-10-22 16:13 UTC  (2+ messages)

reading from eMMC boot partions: timeout or ECC error?
 2012-10-22 14:59 UTC 

[RFC/PATCH] mmc: omap_hsmmc: introduce omap_hsmmc_prepare/complete
 2012-10-22 13:27 UTC  (2+ messages)

[PATCH] MMCI: fetch pinctrl handle and set default state
 2012-10-22 13:23 UTC  (2+ messages)

[PATCH] mmc: sdio: To use multiple scatter gather list
 2012-10-22 11:01 UTC 

[PATCH 1/6] mmc: core: sdio_io.c: Fixed lines with > 80 chars
 2012-10-22  8:18 UTC  (7+ messages)
` [PATCH 2/6] mmc: core: sdio_bus.c: Removed trailing whitespace error
` [PATCH 3/6] mmc: core: sdio_bus.c: Fixed lines > 80 chars
` [PATCH 4/6] mmc: core: sdio_bus.c: Removed space between func name and ()
` [PATCH 5/6] mmc: core: sdio_bus.c: Fixed a warning for the pr_warning(
` [PATCH 6/6] mmc: core: sdio_bus.c: Removed unnecessary NULL check routine

[PATCH] mmc-utils: Support enable/disable of eMMC H/W Reset function
 2012-10-22  7:11 UTC  (2+ messages)

[RFC PATCH v3 00/16] DMA Engine support for AM33XX
 2012-10-22  5:53 UTC  (22+ messages)
` [RFC PATCH v3 01/16] dmaengine: edma: fix slave config dependency on direction
  ` [RFC PATCH v3 02/16] ARM: davinci: move private EDMA API to arm/common
  ` [RFC PATCH v3 03/16] ARM: edma: remove unused transfer controller handlers
  ` [RFC PATCH v3 04/16] ARM: edma: add DT and runtime PM support for AM33XX
  ` [RFC PATCH v3 05/16] ARM: edma: add AM33XX crossbar event support
  ` [RFC PATCH v3 06/16] dmaengine: edma: enable build for AM33XX
  ` [RFC PATCH v3 07/16] dmaengine: edma: Add TI EDMA device tree binding
  ` [RFC PATCH v3 08/16] ARM: dts: add AM33XX EDMA support
  ` [RFC PATCH v3 09/16] dmaengine: add dma_request_slave_channel_compat()
  ` [RFC PATCH v3 10/16] mmc: omap_hsmmc: convert to dma_request_slave_channel_compat()
  ` [RFC PATCH v3 11/16] mmc: omap_hsmmc: limit max_segs with the EDMA DMAC
  ` [RFC PATCH v3 12/16] mmc: omap_hsmmc: add generic DMA request support to the DT binding
  ` [RFC PATCH v3 13/16] ARM: dts: add AM33XX MMC support
  ` [RFC PATCH v3 14/16] spi: omap2-mcspi: convert to dma_request_slave_channel_compat()
  ` [RFC PATCH v3 15/16] spi: omap2-mcspi: add generic DMA request support to the DT binding
  ` [RFC PATCH v3 16/16] ARM: dts: add AM33XX SPI support

[RFC PATCH 0/4] Enable setting of sdio device power state with ACPI
 2012-10-22  0:49 UTC  (12+ messages)
` [RFC PATCH 2/4] mmc: sdio: bind sdio device with acpi device
` [RFC PATCH 3/4] sdio: introduce sdio_platform_pm_ops
` [RFC PATCH 4/4] sdio: pm: set device's power state after driver runtime suspended it

[PATCH v1] mmc: fix async request mechanism for sequential read scenarios
 2012-10-21 23:02 UTC  (2+ messages)

[PATCH] mmc: fix async request mechanism for sequential read scenarios
 2012-10-21 22:22 UTC  (5+ messages)

[PATCH v6 0/3] Add modules to support realtek PCIE card reader
 2012-10-20  3:46 UTC  (7+ messages)

[PATCH 1/2] mmc: core: bus.c: removed unnecessary NULL check for kfree(...)
 2012-10-19 14:53 UTC  (3+ messages)
` [PATCH 2/2] mmc: core: bus.c: re-aligned the line over 80 chars

[PATCH] mmc: core: fix UHS-I card invalid allocation unit issue
 2012-10-19 10:22 UTC 

[PATCH] mmc: sdhci-s3c: fix the card detection in runtime-pm
 2012-10-19  8:10 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 1/6] mmc: core: sdio_io.c: Fixed lines with > 80 chars
 2012-10-18 23:54 UTC  (8+ messages)
  ` [PATCH 2/6] mmc: core: sdio_bus.c: Removed trailing whitespace error
  ` [PATCH 3/6] mmc: core: sdio_bus.c: Fixed lines > 80 chars
  ` [PATCH 4/6] mmc: core: sdio_bus.c: Removed space between func name and ()
  ` [PATCH 5/6] mmc: core: sdio_bus.c: Fixed a warning for the pr_warning(
  ` [PATCH 6/6] mmc: core: sdio_bus.c: Removed unnecessary NULL check routine

[PATCH 1/4] mmc: core: sd.c: Added a space after comma on an argument definition
 2012-10-18 17:55 UTC  (5+ messages)
` [PATCH 2/4] mmc: core: sd.c: Made alignment for the multiline function calls
` [PATCH 3/4] mmc: core: sd.c: Modified pr_warning to pr_warn
` [PATCH 4/4] mmc: core: sd.c: Fixed line over 80 chars

[PATCH 1/2] mmc: core: sdio_cis.c: Fixed pointer casting coding style error
 2012-10-18 16:52 UTC  (2+ messages)
` [PATCH 2/2] mmc: core: sdio_cis.c: Fixed the position of opening braces {

[PATCH 1/3] drivers: mmc: core: sdio.c: fixed lines with > 80 chars
 2012-10-18 16:10 UTC  (4+ messages)
` [PATCH 2/3] drivers: mmc: core: sdio.c: fixed coding style error on for() statement
` [PATCH 3/3] drivers: mmc: core: sdio.c: fixed from pr_warning(... to pr_warn(

[PATCH] dma: add new DMA control commands
 2012-10-18 15:25 UTC  (17+ messages)

[PATCH] mmc: sdhci-s3c: ensure non-transaction of bus before clk_disable
 2012-10-18 11:01 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/3] mmc: sdhci-s3c: fixes and enhancements
 2012-10-18  9:52 UTC  (7+ messages)
` [PATCH 3/3] mmc: sdhci-s3c: Add clk_(enable/disable) in runtime suspend/resume

(unknown),
 2012-10-18  7:19 UTC  (8+ messages)
` [PATCH 1/3] mmc: esdhc: enable polling to detect card by itself

[PATCH] mmc: sdhci-pci: fix 'Invalid iomem size' error message condition
 2012-10-18  6:54 UTC 

[PATCH 1/2] mmc: core: Support all MMC capabilities when booting from Device Tree
 2012-10-17 19:56 UTC  (6+ messages)

[PATCH 1/3] drivers: mmc: core: sdio.c: fixed lines with > 80 chars
 2012-10-17 19:35 UTC  (4+ messages)
` [PATCH 2/3] drivers: mmc: core: sdio.c: fixed coding style error on for() statement
` [PATCH 3/3] drivers: mmc: core: sdio.c: fixed from pr_warning(... to pr_warn(

[PATCH 1/2] ARM: OMAP: Trivial driver changes to remove include plat/cpu.h
 2012-10-17 18:13 UTC  (5+ messages)

[PATCH v6 00/14] mmc: sdhci: mmc: sdhci: fixes and enhancements
 2012-10-17 11:11 UTC 

mmc: sdhci: fixes and enhancements
 2012-10-17 11:04 UTC  (15+ messages)
` [PATCH v6 01/14] mmc: sdhci: fix transfer mode setting bug for cmds w/o data transfer
` [PATCH v6 02/14] mmc: sdhci: refine voltage support caps setting
` [PATCH v6 03/14] mmc: sdhci: refine code for sd clock disable/enable in set ios
` [PATCH v6 04/14] mmc: sdhci: keep the saved clock var up to date
` [PATCH v6 05/14] mmc: sdhci: fix null return check of regulator_get
` [PATCH v6 06/14] mmc: sdhci-pxav3: controller can't get base clock
` [PATCH v6 07/14] mmc: host: adjust uhs timing value
` [PATCH v6 08/14] mmc: sdhci: enhance preset value function
` [PATCH v6 09/14] mmc: sdhci-pxav3: add quirks2
` [PATCH v6 10/14] mmc: sdhci: introduce signal_voltage_switch callback function
` [PATCH v6 11/14] mmc: sdhci: fix the bug that DDR50 can't work for emmc
` [PATCH v6 12/14] mmc: sdhci-pxav3: remove set_uhs_signaling function
` [PATCH v6 13/14] mmc: sdhci: solve several vmmc/vqmmc regulator issues
` [PATCH v6 14/14] mmc: sdhci: add function to get retunig timer count

[PATCH] dw_mmc: fix multiple drv_data NULL dereferences
 2012-10-17  9:11 UTC  (3+ 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).