linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-12 14:19:46 to 2012-10-23 03:35:52 UTC [more...]

process hangs on do_exit when oom happens
 2012-10-23  3:35 UTC  (7+ 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] "

[RFC PATCH 0/3] dmaengine: add per channel capabilities api
 2012-10-19  2:51 UTC  (4+ 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 v2] mmc: core: Add support for idle time BKOPS
 2012-10-18 23:54 UTC  (10+ messages)
` [PATCH 1/6] mmc: core: sdio_io.c: Fixed lines with > 80 chars
  ` [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  (7+ messages)
` [PATCH 2/2] mmc: mmci: Make use of new DT capability parsing function

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

[PATCH 09/16] ARM: OMAP: Split plat/mmc.h into local headers and platform_data
 2012-10-16 21:02 UTC  (4+ messages)
  ` [PATCH 09.5/16] mmc: omap: Remove cpu_is_omap usage from the driver

[RFC PATCH v2] MMC: SD/MMC Host Controller for Wondermedia WM8505/WM8650
 2012-10-16 18:39 UTC  (2+ messages)

[RFC PATCH 0/2] MMC: Add support for Wondermedia SoC SDHC
 2012-10-16 13:34 UTC  (6+ messages)
` [RFC PATCH 1/2] MMC: DTS: Add binding for Wondermedia WM8505 SDHC
` [RFC PATCH 2/2] MMC: SD/MMC Host Controller for Wondermedia WM8505/WM8650

[PATCH] mmc: mmci: Fixup and cleanup code for DMA handling
 2012-10-16 11:44 UTC  (5+ messages)

[PATCH v6 0/9] mmc: dw_mmc: add support for device tree based instantiation
 2012-10-16 10:55 UTC  (7+ messages)
` [PATCH v6 8/9] mmc: dw_mmc: add support for implementation specific callbacks

[PATCH 0/4] MMC: some omap_hsmmc fixes
 2012-10-15 16:07 UTC  (19+ messages)
` [PATCH 1/4] MMC: omap_hsmmc: set platform data after probe from DT node
` [PATCH 2/4] MMC: omap_hsmmc: fix DMA config block
` [PATCH 4/4] MMC: omap_hsmmc: add DT property for max bus frequency

[PATCH 1/4] MMC: omap_hsmmc: claim pinctrl at probe time
 2012-10-15 16:05 UTC  (4+ messages)
` [PATCH 2/4] MMC: omap_hsmmc: add DT property for max bus frequency
` [PATCH 3/4] mmc: omap_hsmmc: fix host reference after mmc_free_host
` [PATCH 4/4] mmc: omap_hsmmc: Fix NULL pointer dereference for dt boot

[PATCH] MMC: fix sdhci-dove removal
 2012-10-15 15:07 UTC  (5+ messages)

[RFC/PATCH v2] mmc: core: Fixup signal voltage switch
 2012-10-15 12:07 UTC 

[PATCH] mmc: mmci: Support non-power-of-two block sizes for ux500v2 variant
 2012-10-15 10:24 UTC  (3+ messages)

[PATCH 1/1] mmc: sdhci-pci: Enable SDHCI_CAN_DO_HISPD for ricoh SDHCI controller
 2012-10-15  4:47 UTC 

[PATCH v5] powerpc/esdhc: disable CMD23 for some Freescale SoCs
 2012-10-15  3:07 UTC  (4+ messages)

[PATCH] sdhci: put regulator if probe fails
 2012-10-13  7:01 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).