messages from 2011-05-05 13:19:04 to 2011-05-12 06:12:29 UTC [more...]
[PATCH 1/3] SDHCI: add sdhci_get_cd callback to detect the card
2011-05-12 5:24 UTC (3+ messages)
` [PATCH 2/3] MMC/SD: add callback function to detect card
` [PATCH 3/3] SDHC/MMC: add f_min to mmc_power_on
[PATCH] mmc: fixed wrong SD card detection
2011-05-12 5:14 UTC (4+ messages)
[PATCH v3 00/12] mmc: use nonblock mmc requests to minimize latency
2011-05-12 4:28 UTC (19+ messages)
` [PATCH v3 01/12] mmc: add none blocking mmc request function
` [PATCH v3 02/12] mmc: mmc_test: add debugfs file to list all tests
` [PATCH v3 03/12] mmc: mmc_test: add test for none blocking transfers
` [PATCH v3 04/12] mmc: add member in mmc queue struct to hold request data
` [PATCH v3 05/12] mmc: add a block request prepare function
` [PATCH v3 06/12] mmc: move error code in mmc_block_issue_rw_rq to a separate function
` [PATCH v3 07/12] mmc: add a second mmc queue request member
` [PATCH v3 08/12] mmc: add handling for two parallel block requests in issue_rw_rq
` [PATCH v3 09/12] mmc: test: add random fault injection in core.c
` [PATCH v3 10/12] omap_hsmmc: use original sg_len for dma_unmap_sg
` [PATCH v3 11/12] omap_hsmmc: add support for pre_req and post_req
` [PATCH v3 12/12] mmci: implement pre_req() and post_req()
[PATCH] dw_mmc: fixed wrong regulator_enable in suspend/resume
2011-05-12 3:46 UTC (4+ messages)
[PATCH] sdhci-s3c: fixed compiler error for renamed register
2011-05-12 2:26 UTC (5+ messages)
[PATCH v4 00/15] add support for host controller v3.00
2011-05-12 1:53 UTC (48+ messages)
` [PATCH v4 01/15] mmc: sd: add support for signal voltage switch procedure
` [PATCH v4 02/15] mmc: sd: query function modes for uhs cards
` [PATCH v4 03/15] mmc: sd: add support for driver type selection
` [PATCH v4 04/15] mmc: sdhci: reset sdclk before setting high speed enable
` [PATCH v4 05/15] mmc: sd: add support for uhs bus speed mode selection
` [PATCH v4 06/15] mmc: sd: set current limit for uhs cards
` [PATCH v4 07/15] mmc: sd: report correct speed and capacity of "
` [PATCH v4 08/15] mmc: sd: add support for tuning during uhs initialization
` [PATCH v4 09/15] mmc: sdhci: enable preset value after "
` [PATCH v4 10/15] mmc: sdhci: add support for programmable clock mode
` [PATCH v4 11/15] mmc: sdhci: add support for retuning mode 1
` [PATCH v4 12/15] sdhci pxa add platform specific code for UHS signaling
` [PATCH v4 13/15] mmc eMMC signal voltage does not use CMD11
[RESEND PATCH 4/4] mmc_spi.c: add support for the regulator framework
2011-05-11 20:57 UTC (7+ messages)
` [PATCH v2 "
` [PATCH v3] "
[PATCH] pxamci: remove an ifdef about CONFIG_REGULATOR
2011-05-11 20:19 UTC (14+ messages)
` [PATCH v2 1/2] pxamci: remove the ifdef CONFIG_REGULATOR
` [PATCH 2/2] pxamci: fix coding style for multi statement conditionals
[PATCH] mmc: USB SDIO/SD/MMC Host Controller (VUB300) driver Re-Re-Resubmission
2011-05-11 13:32 UTC (3+ messages)
` [PATCH] mmc: USB SDIO/SD/MMC Host Controller (VUB300) driver Re-Re-Re-Resubmission
[PATCH 0/3] cold card detection on TMIO / SDHI
2011-05-11 16:51 UTC (4+ messages)
` [PATCH 1/3] mmc: tmio: runtime suspend the controller, where possible
` [PATCH 2/3] mmc: sdhi: allow platforms to power down the controller with no card inserted
` [PATCH 3/3] ARM: arch-shmobile: support SDHI card detection on mackerel, using a GPIO
[PATCH v5] sdio: optimized SDIO IRQ handling for single irq
2011-05-11 16:45 UTC (3+ messages)
[PATCH] MMC: fix a race between card-detect rescan and clock-gate work instances
2011-05-11 13:31 UTC (5+ messages)
[PATCHv1] mmc_test: minor clean up, use t = &test.area everywhere
2011-05-11 4:07 UTC (2+ messages)
JMicron integrated card reader dead after s2ram (Refused to change power state)
2011-05-11 15:16 UTC
[PATCH 1/3] SDHCI: add sdhci_get_cd callback to detect the card
2011-05-11 9:32 UTC (3+ messages)
` [PATCH 2/3] MMC/SD: add callback function to detect card
` [PATCH 3/3] SDHC/MMC: add f_min to mmc_power_on
[PATCH v4] sdio: optimized SDIO IRQ handling for single irq
2011-05-11 14:40 UTC (3+ messages)
[PATCH] drivers/mmc/card/block.c: fix potential null dereference 'idata'
2011-05-11 4:03 UTC (12+ messages)
[PATCH v3] sdio: optimized SDIO IRQ handling for single irq
2011-05-11 3:51 UTC (3+ messages)
[PATCH] dw_mmc: fixed regulator control
2011-05-11 3:00 UTC (5+ messages)
[PATCH] mmc: tmio: fix PM in DMA mode
2011-05-11 1:20 UTC (2+ messages)
[PATCH V2 00/16] omap_hsmmc patches
2011-05-10 12:51 UTC (22+ messages)
` [PATCH V2 01/16] mmc: omap_hsmmc: fix missing mmc_release_host() in no_off case
` [PATCH V2 02/16] mmc: omap_hsmmc: correct debug report error status mnemonics
` [PATCH V2 03/16] mmc: omap_hsmmc: move hardcoded frequency constants to definition block
` [PATCH V2 04/16] mmc: omap_hsmmc: reduce a bit the error handlers in probe()
` [PATCHv2.1] "
` [PATCH V2 05/16] mmc: omap_hsmmc: split duplicate code to calc_divisor() function
` [PATCHv2.1] "
` [PATCH V2 06/16] mmc: omap_hsmmc: introduce start_clock and re-use stop_clock
` [PATCH V2 07/16] mmc: omap_hsmmc: fix few bugs when set the clock divisor
` [PATCH V2 08/16] mmc: omap_hsmmc: split same pieces of code to separate functions
` [PATCH V2 09/16] OMAP: hsmmc: Do not mux the slot if non default muxing is already done
` [PATCH V2 10/16] OMAP: board-rm680: set MMC nomux flag
` [PATCH V2 11/16] mmc: omap_hsmmc: ensure pbias configuration is always done
` [PATCH V2 12/16] mmc: omap_hsmmc: fix oops in omap_hsmmc_dma_cb
` [PATCH V2 13/16] OMAP: hsmmc: implement clock switcher
` [PATCH V2 14/16] mmc: omap_hsmmc: adjust host controller clock in regard to current OPP
` [PATCH V2 15/16] OMAP: hsmmc: add platform data for eMMC hardware reset gpio
` [PATCH V2 16/16] mmc: omap_hsmmc: add a hardware reset before initialization
Patch "mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resume" has been added to the 2.6.32-longterm tree
2011-05-09 20:46 UTC (3+ messages)
` [stable] "
mmc: sdhi, tmio: updates
2011-05-09 9:53 UTC (8+ messages)
` [PATCH 1/6] MMC: protect the tmio_mmc driver against a theoretical race
` [PATCH 2/6] mmc: Add runtime and system-wide PM to the TMIO MMC driver
` [PATCH 3/6] mmc: tmio / sdhi: break out interrupt request/free
` [PATCH 4/6] mmc: sdhi: no need for special interrupt flags
` [PATCH 5/6] mmc: sdhi: print out something useful
` [PATCH 6/6] mmc: sdhi: support up to 3 interrupt sources
[PATCH] mmc: clear MMC_PM_KEEP_POWER flag on resume
2011-05-09 8:32 UTC
Two eMMC4.5 new featurs - 'Larger Sector size' and 'Packed commands'
2011-05-09 7:59 UTC
[PATCH v2 0/7] Consolidate sdhci pltfm & OF drivers and get them self registered
2011-05-09 6:23 UTC (16+ messages)
` [PATCH v2 1/7] mmc: sdhci: make sdhci-pltfm device drivers "
` [PATCH v2 2/7] mmc: sdhci: eliminate sdhci_of_host and sdhci_of_data
` [PATCH v2 3/7] mmc: sdhci: make sdhci-of device drivers self registered
` [PATCH v2 4/7] sdhci: rename sdhci-esdhc-imx.c to sdhci-esdhc.c
` [PATCH v2 5/7] mmc: sdhci: consolidate sdhci-of-esdhc and sdhci-esdhc-imx
` [PATCH v2 6/7] mmc: sdhci: merge two sdhci-pltfm.h into one
` [PATCH v2 7/7] ARM: mxc: remove esdhc.h and use the public one
Is it possible for the ext4/btrfs file system to pass some context related info to low level block driver?
2011-05-09 5:50 UTC (7+ messages)
[PATCH 2/2] mmci: fixup sg buffer handling in mmci_pio_irq
2011-05-08 20:13 UTC (3+ messages)
mmc blkqueue is empty even if there are pending reads in do_generic_file_read()
2011-05-08 16:23 UTC (8+ messages)
[PATCH 0/4] mmc: tmio / sdhi: support multiple IRQs
2011-05-07 0:26 UTC (6+ messages)
` [PATCH 1/4] mmc: tmio / sdhi: break out interrupt request/free
` [PATCH 2/4] mmc: sdhi: no need for special interrupt flags
` [PATCH 3/4] mmc: sdhi: print out something useful
` [PATCH 4/4] mmc: sdhi: support up to 3 interrupt sources
[PATCH v4] mmc: add runtime and system power-management support to the MMCIF driver
2011-05-06 17:59 UTC (4+ messages)
[PATCH 00/22] omap_hsmmc patches
2011-05-06 8:35 UTC (7+ messages)
` [PATCH 01/22] OMAP: sDMA: descriptor autoloading feature
` [PATCH 08/22] mmc: omap_hsmmc: correct debug report error status mnemonics
` [PATCH 19/22] OMAP: hsmmc: implement clock switcher
[106/143] mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resume
2011-05-06 0:21 UTC (2+ messages)
` [107/143] mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y
[PATCH v2] mmc: Add runtime and system-wide PM to the TMIO MMC driver
2011-05-05 16:13 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