messages from 2011-06-11 11:47:40 to 2011-06-20 22:47:16 UTC [more...]
[PATCH 0/4] PCI: fix cardbus and sriov regressions
2011-06-20 22:47 UTC (2+ messages)
` [PATCH 3/4] PCI: make SRIOV resources nice-to-have
SDHCI I/O errors
2011-06-20 21:25 UTC (4+ messages)
[PATCH 0/3] Make DMA slave ID 0 invalid to simplify platform data
2011-06-20 19:37 UTC (4+ messages)
` [PATCH 3/3] mmc: SDHI: DMA slave ID 0 is invalid
irq flood with mmc boot partitions on s3c2416 with 3.0rc1
2011-06-20 19:34 UTC (12+ messages)
[PATCH 0/3] Improve MMC error handling (3rd rev)
2011-06-20 19:34 UTC (5+ messages)
` [PATCH 1/3] MMC: allow get_card_status() to return error status
` [PATCH 2/3] MMC: improve error recovery from command channel errors
` [PATCH 3/3] MMC: add checking of r/w command response
[PATCH] mmc: tmio: fix regression: restore TMIO_MMC_WRPROTECT_DISABLE handling
2011-06-20 19:25 UTC (2+ messages)
[PATCH] mmc: dw_mmc: protect a sequence of request and request-done
2011-06-20 18:58 UTC (3+ messages)
[PATCH] mmc: dw_mmc: set the card_width bit per card
2011-06-20 18:57 UTC (3+ messages)
[PATCH] mmc: sdhci-pxa move platform data to include/linux/platform_data
2011-06-20 17:48 UTC (3+ messages)
[PATCH] mmc: tmio: fix recursive spinlock, don't schedule with interrupts disabled
2011-06-20 16:27 UTC (3+ messages)
` [PATCH v2] "
[PATCH v3 0/4] Extend sdhci-esdhc-imx card_detect and write_protect support for mx5
2011-06-20 15:59 UTC (6+ 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 v6 00/11] mmc: use nonblock mmc requests to minimize latency
2011-06-20 15:17 UTC (13+ 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
Good Day!
2011-06-20 12:29 UTC
[PATCH 0/5] mmc: sdhi: Allow waiting for idle
2011-06-20 13:42 UTC (12+ 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 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 3/3] MMC: Fix checkpatch complaints about long lines
2011-06-20 7:58 UTC (3+ 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 (30+ 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 (6+ messages)
` [PATCH v4 2/5] mmc: support sdhci-pxav2.c
[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)
[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)
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