public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-09-20 07:39:41 to 2012-09-26 11:44:42 UTC [more...]

[PATCH v4 00/15] mmc: sdhci: fixes and enhancements
 2012-09-26 11:38 UTC  (15+ messages)
` [PATCH v4 01/15] mmc: sdhci: fix transfer mode setting bug for cmds w/o data transfer
` [PATCH v4 02/15] mmc: sdhci: set regulator min/max voltage according to spec
` [PATCH v4 03/15] mmc: sdhci: refine code for sd clock disable/enable in set ios
` [PATCH v4 04/15] mmc: sdhci: keep the saved clock var up to date
` [PATCH v4 05/15] mmc: sdhci: fix null return check of regulator_get
` [PATCH v4 06/15] mmc: sdhci-pxav3: controller can't get base clock
` [PATCH v4 07/15] mmc: host: adjust uhs timing value
` [PATCH v4 08/15] mmc: sdhci: enhance preset value function
` [PATCH v4 09/15] mmc: sdhci-pxav3: add quirks2
` [PATCH v4 10/15] mmc: sdhci: introduce signal_voltage_switch callback function
` [PATCH v4 11/15] mmc: sdhci-pxav3: add signal_voltage_switch function
` [PATCH v4 12/15] mmc: core: add new 1.8v flag for mmc
` [PATCH v4 13/15] mmc: sdhci: add mmc 1.8v signal voltage switch function
` [PATCH v4 14/15] mmc: sdhci: fix the bug that DDR50 can't work for emmc

[PATCH] mmc: omap_hsmmc: Enable HSPE bit for high speed cards
 2012-09-26 11:37 UTC  (3+ messages)

[PATCH] mmc: Fixup broken suspend and eMMC4.5 power off notify
 2012-09-26 11:19 UTC  (12+ messages)

[PATCH] mmc: sh-mmcif: avoid Oops on spurious interrupts
 2012-09-26 10:04 UTC  (6+ messages)

[PATCH v2 2/2] mmc: core: Power cycle card on voltage switch fail
 2012-09-26  8:54 UTC  (5+ messages)

[RFC PATCH 00/13] DMA Engine support for AM33xx
 2012-09-26  8:26 UTC  (45+ messages)
  ` [RFC PATCH 01/13] ARM: davinci: move private EDMA API to arm/common
  ` [RFC PATCH 02/13] ARM: edma: remove unused transfer controller handlers
  ` [RFC PATCH 03/13] ARM: edma: add DT and runtime PM support for AM335x
  ` [RFC PATCH 04/13] dmaengine: edma: enable build "
  ` [RFC PATCH 05/13] dma: Add TI EDMA device tree binding
  ` [RFC PATCH 06/13] ARM: omap: add hsmmc am33xx specific init
  ` [RFC PATCH 07/13] mmc: omap_hsmmc: dma_request_slave_channel() support for DT platforms
  ` [RFC PATCH 08/13] mmc: omap_hsmmc: limit max_segs with the EDMA DMAC
  ` [RFC PATCH 09/13] mmc: omap_hsmmc: add generic DMA request support to the DT binding
  ` [RFC PATCH 10/13] spi: omap2-mcspi: dma_request_slave_channel() support for DT platforms
  ` [RFC PATCH 11/13] spi: omap2-mcspi: add generic DMA request support to the DT binding
  ` [RFC PATCH 12/13] ARM: dts: add am33xx EDMA support
  ` [RFC PATCH 13/13] Documentation: add schedule for removing private EDMA API

[PATCH v5] powerpc/esdhc: disable CMD23 for some Freescale SoCs
 2012-09-26  6:02 UTC 

[PATCH v4] powerpc/esdhc: disable CMD23 for some Freescale SoCs
 2012-09-26  3:17 UTC  (4+ messages)

[PATCH v3 01/11] mmc: sdhci: fixes and enhancements
 2012-09-25 15:49 UTC  (16+ messages)
` [PATCH v3 01/11] mmc: sdhci: fix transfer mode setting bug for cmds w/o data transfer
` [PATCH v3 02/11] mmc: sdhci: set regulator min/max voltage according to spec
` [PATCH v3 03/11] mmc: sdhci: refine code for sd clock disable/enable in set ios
` [PATCH v3 04/11] mmc: sdhci: keep the saved clock var up to date
` [PATCH v3 05/11] mmc: sdhci: fix null return check of regulator_get
` [PATCH v3 06/11] mmc: sdhci-pxav3: controller can't get base clock
` [PATCH v3 07/11] mmc: host: adjust uhs timing value
` [PATCH v3 08/11] mmc: sdhci: enhance preset value function
` [PATCH v3 09/11] mmc: sdhci-pxav3: add quirks2
` [PATCH v3 10/11] mmc: sdhci: introduce signal_voltage_switch callback function
` [PATCH v3 11/11] mmc: sdhci-pxav3: add signal_voltage_switch function

[PATCH] mmc: sdhci / i.MX esdhc buswidth patches
 2012-09-25  9:45 UTC  (20+ messages)
` [PATCH 1/3] mmc: sdhci: rename platform_8bit_width to platform_bus_width
` [PATCH 2/3] mmc: esdhc i.MX: Fix version register read
` [PATCH 3/3] mmc: esdhc i.MX: Support 8bit mode

[PATCH] mmc: remove MMC_CAP_NEEDS_POLL setting in sdhci_add_host
 2012-09-25  9:13 UTC  (3+ messages)

[PATCH v2 1/2] mmc: core: Proper signal voltage switch
 2012-09-25  8:40 UTC  (3+ messages)

[PATCH v2 0/8] mmc: sdhci: fixes and enhancements
 2012-09-25  8:31 UTC  (14+ messages)
` [PATCH v2 1/8] mmc: sdhci: fix transfer mode setting bug for cmds w/o data transfer
` [PATCH v2 2/8] mmc: sdhci: set regulator min/max voltage according to spec
` [PATCH v2 3/8] mmc: sdhci: refine code for sd clock disable/enable in set ios
` [PATCH v2 4/8] mmc: sdhci: keep the saved clock var up to date
` [PATCH v2 5/8] mmc: sdhci: fix null return check of regulator_get
` [PATCH v2 6/8] mmc: sdhci-pxav3: controller can't get base clock
` [PATCH v2 7/8] mmc: host: adjust uhs timing value
` [PATCH v2 8/8] mmc: sdhci: enhance preset value function

[PATCH v3] powerpc/esdhc: disable CMD23 for some Freescale SoCs
 2012-09-25  2:05 UTC  (9+ messages)

[PATCH v3 1/2] mmc: Move mmc_delay() to include/linux/mmc/core.h
 2012-09-24 15:20 UTC  (7+ messages)

[RFC/PATCH v2 0/3] mmc: sdio: add asynchronous interrupt support
 2012-09-24  9:55 UTC  (6+ messages)
` [RFC/PATCH v2 1/3] mmc: sdio: correct the name of SDIO_CCCR_IF[5] to avoid confusion
` [RFC/PATCH v2 2/3] mmc: sdio: add asynchronous interrupt support on device
` [RFC/PATCH v2 3/3] mmc: sdhci: add asynchronous interrupt support

sdhci: sdio wakeup and free_irq
 2012-09-24  5:54 UTC  (5+ messages)

[PATCH v6 0/9] mmc: dw_mmc: add support for device tree based instantiation
 2012-09-24  3:03 UTC  (14+ messages)
` [PATCH v6 6/9] mmc: dw_mmc: add device tree support
` [PATCH v6 8/9] mmc: dw_mmc: add support for implementation specific callbacks
` [PATCH v6 9/9] mmc: dw_mmc: add support for exynos specific implementation of dw-mshc

Tracking down suspend/resume ext3/mmc issues on imx233
 2012-09-22 19:59 UTC  (7+ messages)

[PATCH v2 00/34] i.MX multi-platform support
 2012-09-22 15:43 UTC  (16+ messages)
        ` [alsa-devel] "

2012春季111届广交会买家,B2B询盘买家、thomasnet 采购商,海关数据,群发软件,展会买家 仅300元!
 2012-09-21 23:06 UTC 

[PATCH] mmc: omap_hsmmc: fix max value of clkd
 2012-09-21 17:14 UTC  (3+ messages)

[PATCH v2] powerpc/esdhc: disable CMD23 for some Freescale SoCs
 2012-09-21 10:27 UTC  (3+ messages)

[PATCH] mmc-util: add the method to enable the bkops
 2012-09-21 10:21 UTC  (2+ messages)

[PATCH 3/3] mmc: sdhci-s3c: Add clk_(enable/disable) in runtime suspend/resume
 2012-09-21  6:49 UTC  (3+ messages)
` [PATCH v2 "

[RFC/PATCH v2 0/3] mmc: sdio: add asynchronous interrupt support
 2012-09-21  3:05 UTC 

[RFC/PATCH 0/3] mmc: sdio: add asynchronous interrupt support
 2012-09-21  2:19 UTC  (6+ messages)
` [RFC/PATCH 3/3] mmc: sdhci: "

[PATCH] ARM: exynos: remove the MMC_CAP2_BROKEN_VOLTAGE
 2012-09-21  1:19 UTC  (3+ messages)

[PATCH 1/2] mmc: core: Proper signal voltage switch
 2012-09-20 18:40 UTC 

[PATCH 2/2] mmc: core: Power cycle card on voltage switch fail
 2012-09-20 18:42 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox