messages from 2011-06-09 03:24:20 to 2011-06-20 13:40:13 UTC [more...]
[PATCH 0/5] mmc: sdhi: Allow waiting for idle
2011-06-20 13:40 UTC (10+ messages)
` [PATCH 1/5] mmc: tmio: name 0xd8 as CTL_DMA_ENABLE
` [PATCH 2/5] mmc: tmio: Share register access functions
` [PATCH 3/5] mmc: sdhi: Add write16_hook
` [PATCH 4/5] ARM: mach-shmobile: ag5evm: consistently name sdhi info structures
` [PATCH 5/5] ARM: mach-shmobile: ag5evm: SDHI requires waiting for idle
[PATCH] mmc: add dependence in Kconfig for pxav2/pxav3
2011-06-20 13:25 UTC (9+ messages)
Good Day!
2011-06-20 13:01 UTC
[PATCH v3 0/4] Extend sdhci-esdhc-imx card_detect and write_protect support for mx5
2011-06-20 10:38 UTC (5+ messages)
` [PATCH v3 1/4] mmc: sdhci: fix interrupt storm from card detection
` [PATCH v3 2/4] mmc: sdhci-esdhc-imx: SDHCI_CARD_PRESENT does not get cleared
` [PATCH v3 3/4] mmc: sdhci-esdhc-imx: remove "WP" from flag ESDHC_FLAG_GPIO_FOR_CD_WP
` [PATCH v3 4/4] mmc: sdhci-esdhc-imx: extend card_detect and write_protect support for mx5
[PATCH 0/4] Extend sdhci-esdhc-imx card_detect and write_protect support for mx5
2011-06-20 10:41 UTC (32+ messages)
` [PATCH 1/4] mmc: sdhci: fix interrupt storm from card detection
` [PATCH 2/4] mmc: sdhci-esdhc-imx: SDHCI_CARD_PRESENT does not get cleared
` [PATCH 3/4] mmc: sdhci-esdhc-imx: remove "WP" from flag ESDHC_FLAG_GPIO_FOR_CD_WP
` [PATCH 4/4] mmc: sdhci-esdhc-imx: extend card_detect and write_protect support
` [PATCH v2 4/4] mmc: sdhci-esdhc-imx: extend card_detect and write_protect support for mx5
[PATCH] mmc: dw_mmc: set the card_width bit per card
2011-06-20 9:15 UTC (2+ messages)
[PATCH] mmc: dw_mmc: protect a sequence of request and request-done
2011-06-20 9:15 UTC (2+ messages)
[PATCH 3/3] MMC: Fix checkpatch complaints about long lines
2011-06-20 7:58 UTC (3+ messages)
[PATCH v6 00/11] mmc: use nonblock mmc requests to minimize latency
2011-06-19 21:17 UTC (12+ messages)
` [PATCH v6 01/11] mmc: add non-blocking mmc request function
` [PATCH v6 02/11] omap_hsmmc: add support for pre_req and post_req
` [PATCH v6 03/11] mmci: implement pre_req() and post_req()
` [PATCH v6 04/11] mmc: mmc_test: add debugfs file to list all tests
` [PATCH v6 05/11] mmc: mmc_test: add test for non-blocking transfers
` [PATCH v6 06/11] mmc: add member in mmc queue struct to hold request data
` [PATCH v6 07/11] mmc: add a block request prepare function
` [PATCH v6 08/11] mmc: move error code in mmc_block_issue_rw_rq to a separate function
` [PATCH v6 09/11] mmc: add a second mmc queue request member
` [PATCH v6 10/11] mmc: test: add random fault injection in core.c
` [PATCH v6 11/11] mmc: add handling for two parallel block requests in issue_rw_rq
irq flood with mmc boot partitions on s3c2416 with 3.0rc1
2011-06-19 14:23 UTC (11+ messages)
SD8686 fast power-cycle problems
2011-06-19 13:10 UTC (6+ messages)
[PATCH] mmc: sdio: reset card during power_restore
2011-06-19 11:00 UTC (32+ messages)
[PATCH 2/3] MMC: Fix checkpatch warnings
2011-06-19 6:48 UTC (2+ messages)
[PATCH 1/3] MMC: Fix checkpatch errors
2011-06-19 6:43 UTC (2+ messages)
[PATCH RESEND] omap_hsmmc: use original sg_len for dma_unmap_sg
2011-06-19 3:20 UTC (2+ messages)
[PATCH v2] omap: hsmmc: fix ocr mask usage
2011-06-19 3:18 UTC (3+ messages)
[PATCH v4 0/5] Provide sdhci driver for mmp2 and pxa9xx
2011-06-19 3:16 UTC (10+ messages)
` [PATCH v4 2/5] mmc: support sdhci-pxav2.c
` [PATCH v4 5/5] ARM: mmp2: update mmp2_defconfig to support mmc
[PATCH v5 00/12] mmc: use nonblock mmc requests to minimize latency
2011-06-18 20:55 UTC (13+ messages)
` [PATCH v5 01/12] mmc: add none blocking mmc request function
` [PATCH v5 03/12] omap_hsmmc: add support for pre_req and post_req
` [PATCH v5 04/12] mmci: implement pre_req() and post_req()
` [PATCH v5 02/12] omap_hsmmc: use original sg_len for dma_unmap_sg
` [PATCH v5 05/12] mmc: mmc_test: add debugfs file to list all tests
` [PATCH v5 06/12] mmc: mmc_test: add test for none blocking transfers
` [PATCH v5 07/12] mmc: add member in mmc queue struct to hold request data
` [PATCH v5 08/12] mmc: add a block request prepare function
` [PATCH v5 09/12] mmc: move error code in mmc_block_issue_rw_rq to a separate function
` [PATCH v5 10/12] mmc: add a second mmc queue request member
` [PATCH v5 11/12] mmc: test: add random fault injection in core.c
` [PATCH v5 12/12] mmc: add handling for two parallel block requests in issue_rw_rq
[PATCH] mmci: Fix checkpatch warnings
2011-06-18 17:45 UTC
[PATCH v2 1/3] dmaengine: add new dma API for max_segment_number
2011-06-17 18:09 UTC (9+ messages)
` [PATCH v3] "
` [PATCH v3 RESEND] dma-mapping: add new "
[PATCH v4 00/12] mmc: use nonblock mmc requests to minimize latency
2011-06-17 11:02 UTC (9+ messages)
` [PATCH v4 02/12] omap_hsmmc: use original sg_len for dma_unmap_sg
` [PATCH v4 03/12] omap_hsmmc: add support for pre_req and post_req
UHS-I bus speed mode should be set last in UHS initialization
2011-06-17 9:35 UTC (5+ messages)
[PATCH v2 0/4] Extend sdhci-esdhc-imx card_detect and write_protect support for mx5
2011-06-17 8:18 UTC (8+ messages)
` [PATCH v2 1/4] mmc: sdhci: fix interrupt storm from card detection
` [PATCH v2 2/4] mmc: sdhci-esdhc-imx: SDHCI_CARD_PRESENT does not get cleared
` [PATCH v2 3/4] mmc: sdhci-esdhc-imx: remove "WP" from flag ESDHC_FLAG_GPIO_FOR_CD_WP
` [PATCH v2 4/4] mmc: sdhci-esdhc-imx: extend card_detect and write_protect support for mx5
` [PATCH v2 4/4 RESEND] "
[PATCH V2] mmc: Enable the ADMA on esdhc imx driver
2011-06-17 7:48 UTC (5+ messages)
(unknown),
2011-06-17 3:35 UTC
sdhci-esdhc-imx -- MMC 10x slower than it should be
2011-06-16 12:14 UTC (5+ messages)
sdhci-pci fails on 3.0.0-rc1 on Dell E6510
2011-06-15 18:31 UTC (10+ messages)
[PATCH] mmc: tmio: fix recursive spinlock, don't schedule with interrupts disabled
2011-06-15 16:50 UTC (2+ messages)
[Question] mmc : block.c what will be done in the block layer after __blk_end_request(req, -EIO, brq.data.blksz)
2011-06-15 14:49 UTC
[PATCH/RFC] mmc: ignore asynchronous calls on dead buses
2011-06-15 14:20 UTC (2+ messages)
(unknown),
2011-06-15 4:27 UTC
Resume issue with brcmfmac *not* loaded
2011-06-14 18:51 UTC (6+ messages)
Support for NetXtreme BCM57765 Memory Card Reader?
2011-06-13 16:13 UTC (3+ messages)
MMC runtime PM patches break libertas probe
2011-06-11 9:03 UTC (27+ messages)
mxs-mmc: sdio not working, keep resetting
2011-06-10 14:21 UTC
[PATCH] mmc: sdio: fix runtime PM path during driver removal
2011-06-09 23:40 UTC
[PATCH V2] mmc: Enable the ADMA on esdhc imx driver
2011-06-09 5:37 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox