messages from 2011-04-28 08:31:29 to 2011-05-07 19:14:59 UTC [more...]
[PATCH v3 00/12] mmc: use nonblock mmc requests to minimize latency
2011-05-07 19:14 UTC (6+ 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
mmc blkqueue is empty even if there are pending reads in do_generic_file_read()
2011-05-07 10:45 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)
[RESEND PATCH 4/4] mmc_spi.c: add support for the regulator framework
2011-05-06 14:30 UTC (3+ messages)
` [PATCH v2 "
[PATCH V2 00/16] omap_hsmmc patches
2011-05-06 13:26 UTC (20+ 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()
` [PATCH V2 05/16] mmc: omap_hsmmc: split duplicate code to calc_divisor() function
` [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 v4 00/15] add support for host controller v3.00
2011-05-06 10:41 UTC (28+ 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
` [PATCH v4 14/15] sdhci add hooks for UHS setting by platform specific code
` [PATCH v4 15/15] mmc add support for eMMC Dual Data Rate
[PATCH] mmc: fixed wrong SD card detection
2011-05-06 9:38 UTC
[PATCH v2 0/7] Consolidate sdhci pltfm & OF drivers and get them self registered
2011-05-06 8:39 UTC (15+ 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
[PATCH 00/22] omap_hsmmc patches
2011-05-06 8:35 UTC (28+ messages)
` [PATCH 01/22] OMAP: sDMA: descriptor autoloading feature
` [PATCH 02/22] OMAP: DMA: add omap_dma_has_sglist()
` [PATCH 03/22] OMAP: DMA: Ensure the sglist registers are cleared
` [PATCH 04/22] mmc: omap hsmmc: adaptation of sdma descriptor
` [PATCH 05/22] mmc: omap_hsmmc: fix dma sglist use
` [PATCH 06/22] mmc: omap_hsmmc: limit scatterlist size for sDMA autoloading
` [PATCH 07/22] mmc: omap_hsmmc: fix missing mmc_release_host() in no_off case
` [PATCH 08/22] mmc: omap_hsmmc: correct debug report error status mnemonics
` [PATCH 09/22] mmc: omap_hsmmc: move hardcoded frequency constants to definition block
` [PATCH 10/22] mmc: omap_hsmmc: reduce a bit the error handlers in probe()
` [PATCH 11/22] mmc: omap_hsmmc: split duplicate code to calc_divisor() function
` [PATCH 12/22] mmc: omap_hsmmc: introduce start_clock and re-use stop_clock
` [PATCH 13/22] mmc: omap_hsmmc: fix few bugs when set the clock divisor
` [PATCH 14/22] mmc: omap_hsmmc: split same pieces of code to separate functions
` [PATCH 15/22] OMAP: hsmmc: Do not mux the slot if non default muxing is already done
` [PATCH 16/22] OMAP: board-rm680: set MMC nomux flag
` [PATCH 17/22] mmc: omap_hsmmc: ensure pbias configuration is always done
` [PATCH 18/22] mmc: omap_hsmmc: fix oops in omap_hsmmc_dma_cb
` [PATCH 19/22] OMAP: hsmmc: implement clock switcher
` [PATCH 20/22] mmc: omap_hsmmc: adjust host controller clock in regard to current OPP
` [PATCH 21/22] OMAP: hsmmc: add platform data for eMMC hardware reset gpio
` [PATCH 22/22] 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-06 6:37 UTC (2+ messages)
[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
Is it possible for the ext4/btrfs file system to pass some context related info to low level block driver?
2011-05-05 20:11 UTC (8+ messages)
[PATCH v3] sdio: optimized SDIO IRQ handling for single irq
2011-05-05 19:14 UTC (2+ messages)
[PATCH v2] mmc: Add runtime and system-wide PM to the TMIO MMC driver
2011-05-05 16:13 UTC
[PATCH 2/2] mmci: fixup sg buffer handling in mmci_pio_irq
2011-05-05 11:14 UTC
[PATCH 1/2] mmci: trigger card detect IRQs on falling and rising edges
2011-05-05 11:14 UTC
[PATCH v2 1/4]enable background operations for supported eMMC card
2011-05-05 7:50 UTC (3+ messages)
DRIVERS MMC card freezes at Jmicron controllers
2011-05-04 23:45 UTC
[PATCH v2] sdio: optimized SDIO IRQ handling for single irq
2011-05-04 20:22 UTC (8+ messages)
[PATCH] mmc: mmc_add_card(): fix missing break in switch statement
2011-05-04 16:42 UTC (6+ messages)
[PATCH] sdio: optimized SDIO IRQ handling for single function
2011-05-04 16:03 UTC (5+ messages)
[PATCH] mmc: add a new quirk for NONREMOVABLE_CARD useful for sdhci-pltfm
2011-05-04 10:48 UTC
[PATCH resend] sdio: optimized SDIO IRQ handling for single function
2011-05-03 20:51 UTC
[GIT PULL] MMC fixes for 2.6.39-rc6
2011-05-03 10:24 UTC
[PATCH 7/7] mmc: msm_sdcc: Handle dma resource not present case
2011-05-02 12:40 UTC (2+ messages)
` [PATCH V2 "
[PATCH 6/7] mmc: msm_sdcc: Change initialization order of busclk_timer in probe
2011-05-02 12:40 UTC (2+ messages)
` [PATCH V2 "
[PATCH 5/7] mmc: msm_sdcc: Use MCI_INT_MASK0 for PIO interrupts
2011-05-02 12:39 UTC (2+ messages)
` [PATCH V2 "
[PATCH 4/7] msm: mmc: Remove "pio_irq" resource
2011-05-02 12:37 UTC (2+ messages)
` [PATCH V2 "
[PATCH 3/7] mmc: msm_sdcc: Enable SDC host->clk only after setting the rate
2011-05-02 12:37 UTC (2+ messages)
` [PATCH V2 "
[PATCH 2/7] mmc: msm_sdcc: Handle error cases in probe
2011-05-02 12:36 UTC (2+ messages)
` [PATCH V2 "
[PATCH 1/7] mmc: msm_sdcc: handle the platform gpio_data not present case
2011-05-02 12:33 UTC (2+ messages)
` [PATCH V2 "
[PATCH] dw_mmc: fixed regulator control
2011-05-02 7:53 UTC (3+ messages)
hard wired wifi chip on sdio
2011-04-30 16:58 UTC (2+ messages)
[PATCH] mmc: sdhci: Conditionalize regulator_get() on CONFIG_REGULATOR
2011-04-30 16:03 UTC (3+ messages)
cjb traveling May 1 - May 10
2011-04-29 23:30 UTC (2+ messages)
CMD23 plumbing and support patchset
2011-04-29 23:25 UTC (15+ messages)
` CMD23 plumbing patchset
` [[v4] 1/5] MMC: Add/remove quirks conditional support
` [[v4] 2/5] MMC: Use CMD23 for multiblock transfers when we can
` [[v4] 3/5] MMC: Implement MMC_CAP_CMD23 for SDHCI
` [[v4] 4/5] MMC: Block CMD23 support for UHS104/SDXC cards
` [[v4] 5/5] MMC: SDHCI AutoCMD23 support
[PATCH V2] mmc: sdhci add explicit callback to set f_max
2011-04-29 20:21 UTC
[PATCH v3 00/11] add support for host controller v3.00
2011-04-29 18:40 UTC (6+ messages)
` [PATCH v3 08/11] mmc: sd: add support for tuning during uhs initialization
` Question about timer in struct sdhci_host
v7 changelog for mmc ioctl patch
2011-04-29 18:18 UTC (6+ messages)
` [PATCH v7] mmc: Add mmc CMD+ACMD passthrough ioctl
[PATCH] mmc: tmio: fix PM in DMA mode
2011-04-29 17:11 UTC
[PATCH] mmc: eMMC signal voltage does not use CMD11
2011-04-29 5:52 UTC (4+ messages)
[PATCH 2/2] sdhci-pxa: add call back interface to share sdhci-pxa
2011-04-29 3:57 UTC
[PATCH 1/2] mmc: move sdhci_ops and sdhci_priv to header
2011-04-29 3:56 UTC
[PATCH 0/2] add call backs in sdhci-pxa.c
2011-04-29 3:52 UTC
[PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
2011-04-28 22:12 UTC (4+ messages)
` [linux-pm] "
[PATCH] plat-pxa: Enable ability to adjust SD/MMC clocks
2011-04-28 20:45 UTC (6+ messages)
` [PATCH v2] arm: mach-mmp: brownstone.c support multiple sd slots
[PATCH] sdhci-pxa: add platform specific code for UHS signaling
2011-04-28 19:37 UTC (3+ messages)
[PATCH] RFC: mmc: subtract boot sectors from disk size on quirky cards
2011-04-28 19:08 UTC (2+ messages)
[PATCH] mmc: subtract boot sectors from disk size for eMMC 4.3+ devices
2011-04-28 19:05 UTC (4+ messages)
mmc blkqueue is empty even if there are pending reads in do_generic_file_read()
2011-04-28 18:30 UTC
[PATCH] mmc: mxs-mmc: add support for pre_req and post_req
2011-04-28 10:10 UTC (11+ messages)
SD Patches
2011-04-28 8:31 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