public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-04-24 08:02:40 to 2012-05-09 09:24:37 UTC [more...]

[PATCH] mmc: atmel-mci: fix deadlock
 2012-05-09  9:23 UTC 

[PATCH 1/3] ARM: imx: enable pinctrl dummy states
 2012-05-09  9:11 UTC  (5+ messages)
` [PATCH 2/3] ARM: imx6q: switch to use pinctrl subsystem
` [PATCH 3/3] mmc: sdhci-imx-esdhc: convert "

[PATCHv2 00/16] [FS, MM, block, MMC]: eMMC High Priority Interrupt Feature
 2012-05-09  8:35 UTC  (28+ messages)
` [PATCH v2 01/16] FS: Added demand paging markers to filesystem
` [PATCH v2 02/16] MM: Added page swapping markers to memory management
` [PATCH v2 03/16] block: add queue attributes to manage dpmg and swapin requests
` [PATCH v2 04/16] block: add sysfs attributes for runtime control of dpmg and swapin
` [PATCH v2 05/16] block: Documentation: add sysfs ABI for expedite_dmpg and expedite_swapin
` [PATCH v2 06/16] block: treat DMPG and SWAPIN requests as special
` [PATCH v2 07/16] mmc: core: helper function for finding preemptible command
` [PATCH v2 08/16] mmc: core: add preemptibility tracking fields to mmc command
` [PATCH v2 09/16] mmc: core: Add MMC abort interface
` [PATCH v2 10/16] mmc: block: Detect HPI support in card and host controller
` [PATCH v2 11/16] mmc: core: Implement foreground request preemption procedure
` [PATCH v2 12/16] mmc: sysfs: Add sysfs entry for tuning preempt_time_threshold
` [PATCH v2 13/16] mmc: Documentation: Add sysfs ABI for hpi_time_threshold
` [PATCH v2 14/16] mmc: block: Implement HPI invocation and handling logic
` [PATCH v2 15/16] mmc: Update preempted request with CORRECTLY_PRG_SECTORS_NUM info
` [PATCH v2 16/16] mmc: omap_hsmmc: Implement abort_req host_ops

[PATCH v5 2/2] mmc: core: Support packed command for eMMC4.5 device
 2012-05-08 23:41 UTC  (4+ messages)

[PATCH 00/10] Add device tree support for mxs-mmc
 2012-05-08 14:43 UTC  (24+ messages)
` [PATCH 01/10] mmc: mxs-mmc: use global stmp_device functionality
` [PATCH 02/10] mmc: mxs-mmc: let ssp_is_old take host as parameter
` [PATCH 03/10] mmc: mxs-mmc: get rid of the use of cpu_is_xxx
` [PATCH 04/10] mmc: mxs-mmc: move header from mach into linux folder
` [PATCH 05/10] mmc: mxs-mmc: use devm_* helper to make cleanup simpler
` [PATCH 06/10] mmc: mxs-mmc: have dma_channel than dma_res in mxs_mmc_host
` [PATCH 07/10] mmc: mxs-mmc: copy wp_gpio in struct mxs_mmc_host
` [PATCH 08/10] mmc: mxs-mmc: add device tree support
` [PATCH 09/10] ARM: dts: enable mmc for imx23-evk
` [PATCH 10/10] ARM: dts: enable mmc for imx28-evk

[PATCH 0/8] mmc: mmci: Improved PM and SDIO support
 2012-05-08 11:57 UTC  (5+ messages)
` [PATCH 4/8] mmc: mmci: Use ios_handler to save power

[PATCH 0/3] mmc: omap: driver registration cleanups
 2012-05-08 11:35 UTC  (4+ messages)
` [PATCH 1/3] mmc: omap: convert to per instance workqueue
` [PATCH 2/3] mmc: omap: make it behave well as module
` [PATCH 3/3] mmc: omap: convert to module_platform_driver

dw_mmc: New sdio CMD53 starts with non-empty FIFO
 2012-05-08 11:27 UTC  (2+ messages)

[PATCH v3 1/2] MMC-4.5 Power OFF Notify rework
 2012-05-07 13:41 UTC  (2+ messages)
` [PATCH v3 2/2] mmc4.5: host: poweroff notify rework

[PATCH RESEND 0/9] Enable pinctrl support for mach-mxs
 2012-05-07  8:01 UTC  (5+ messages)
` [PATCH RESEND 4/9] mmc: mxs-mmc: adopt pinctrl support
` [alsa-devel] [PATCH RESEND 0/9] Enable pinctrl support for mach-mxs

[PATCH 00/29] mmc: mmcif and tmio regulator and OF support
 2012-05-04 18:26 UTC  (37+ messages)
` [PATCH 01/29] mmc: sh_mmcif: remove redundant .down_pwr() callback
` [PATCH 02/29] sh: ecovec: remove unused .down_pwr() MMCIF callback
` [PATCH 03/29] mmc: sh_mmcif: remove unused .down_pwr() callback
` [PATCH 04/29] regulator: fix devm_regulator_put() to call regulator_put() explicitly
` [PATCH 05/29] regulator: use IS_ERR_OR_NULL() instead of open-coding
` [PATCH 06/29] regulator: export a function to check if regulator can change status
` [PATCH 07/29] mmc: add a function to get a regulator, supplying card's Vdd
` [PATCH 08/29] mmc: sh_mmcif: add regulator support
` [PATCH 09/29] mmc: tmio: stop interface clock before runtime PM suspending
` [PATCH 10/29] mmc: tmio: don't needlessly enable interrupts during probing
` [PATCH 11/29] mmc: tmio: add callbacks to enable-update and disable the interface clock
` [PATCH 12/29] mmc: sdhi: implement tmio-mmc clock enable-update and disable callbacks
` [PATCH 13/29] mmc: tmio: add regulator support
` [PATCH 14/29] mmc: sdhi: do not install dummy callbacks
` [PATCH 15/29] mmc: extend and rename cd-gpio helpers to handle more slot GPIO functions
` [PATCH 16/29] mmc: tmio: use MMC opcode defines instead of numbers
` [PATCH 17/29] mmc: use a more generic name for slot function types and fields
` [PATCH 18/29] mmc: tmio: remove a duplicated comment line
` [PATCH 19/29] mmc: add two capability flags for CD and WP signal polarity
` [PATCH 20/29] mmc: add CD GPIO polling support to slot functions
` [PATCH 21/29] mmc: convert slot functions to managed allocation
` [PATCH 22/29] mmc: add WP pin handler to slot functions
` [PATCH 23/29] mmc: tmio: use generic GPIO CD and WP handlers
` [PATCH 24/29] mmc: add a simple generic OF parser
` [PATCH 25/29] mmc: tmio: add OF support
` [PATCH 26/29] mmc: sdhi: add OF support, make platform data optional
` [PATCH 27/29] mmc: mmcif: add OF support
` [PATCH 28/29] mmc: mmcif: add support for generic GPIO CD polling
` [PATCH 29/29] sh: ecovec: switch MMC power control to regulators

[PATCH 6.2/7] MMC: mmci: Enable Device Tree support for ux500
 2012-05-04 14:08 UTC 

[PATCH 0/7] mmc: dw_mmc: add support for device tree based instantiation
 2012-05-03 22:48 UTC  (19+ messages)
` [PATCH 1/7] mmc: dw_mmc: lookup for optional biu and ciu clocks
` [PATCH 2/7] mmc: dw_mmc: add quirk to indicate missing write protect line
` [PATCH 3/7] mmc: dw_mmc: add device tree support
` [PATCH 4/7] mmc: dw_mmc: add samsung exynos5250 specific extentions
` [PATCH 5/7] ARM: Samsung: Add support for MSHC controller clocks
` [PATCH 6/7] ARM: Exynos5: Add AUXDATA support for MSHC controllers
` [PATCH 7/7] ARM: dts: Add nodes for dw_mmc controllers for Samsung Exynos5250 platforms

[PATCH] mmc: dw_mmc: make multiple instances of dw_mci_card_workqueue
 2012-05-02  9:07 UTC  (3+ messages)

[PATCH 1/3] mmc/sdhci-spear: No need to check 'pdev == NULL' in probe
 2012-05-01 14:33 UTC  (4+ messages)

[PATCH V2] MMC-4.5 Power OFF Notify rework
 2012-05-01 10:41 UTC  (7+ messages)

[RFC 00/12] OMAP DMA engine conversion
 2012-04-30 15:59 UTC  (23+ messages)
` [PATCH 02/12] dmaengine: split out virtual channel DMA support from sa11x0 driver
` [PATCH 05/12] mmc: omap_hsmmc: add DMA engine support
` [PATCH 06/12] mmc: omap_hsmmc: remove private DMA API implementation
` [PATCH 07/12] mmc: omap: add DMA engine support
` [PATCH 10/12] spi: omap2-mcspi: "
` [PATCH 12/12] Add removal of old OMAP private DMA implementation to feature removal

mmc: sdio: runtime PM and 8686 problems
 2012-04-28  9:51 UTC  (14+ messages)

[RFC 0/8] DMA engine conversion for omap_hsmmc
 2012-04-27 21:41 UTC  (9+ messages)
` [PATCH 2/8] dmaengine: amba-pl08x: ensure physical channels are properly held
` [PATCH 3/8] dmaengine: split out virtual channel DMA support from sa11x0 driver

[PATCH] MMC-4.5 Power OFF Notify rework
 2012-04-27  8:53 UTC  (7+ messages)

swap on eMMC and other flash
 2012-04-27  7:34 UTC  (6+ messages)

[PATCH/RFC 0/7] mmc: tmio: regulator support, clock management, convert ecovec
 2012-04-26 12:11 UTC  (9+ messages)
` [PATCH 1/7] mmc: tmio: stop interface clock before runtime PM suspending
` [PATCH 2/7] mmc: tmio: don't needlessly enable interrupts during probing
` [PATCH 3/7] mmc: tmio: add callbacks to enable-update and disable the interface clock
` [PATCH 4/7] mmc: sdhi: implement tmio-mmc clock enable-update and disable callbacks
` [PATCH 5/7] mmc: tmio: add regulator support
` [PATCH 6/7] mmc: sdhi: do not install dummy callbacks
` [PATCH 7/7] sh: ecovec: switch MMC power control to regulators

[PATCH v3 1/1] mmc: core: skip card initialization if power class selection fails
 2012-04-25 12:55 UTC  (3+ messages)

SONY CR21Z MMC problem
 2012-04-25 11:31 UTC 

[PATCH v2 2/2] mmc: core: fix the signaling 1.8V for HS200
 2012-04-25  9:49 UTC  (2+ messages)

[PATCH v2 1/2] mmc: core: fix the decision of mmc card-type
 2012-04-25  9:48 UTC  (2+ messages)

[PATCH v2 0/2] mmc: core: fix the HS200 mode
 2012-04-25  7:17 UTC 

[PATCH 2/2] mmc: core: fix the signaling 1.8V for HS200
 2012-04-25  6:24 UTC  (4+ messages)

[PATCH 1/2] mmc: core: fix the decision of mmc card-type
 2012-04-25  6:10 UTC  (4+ messages)

patch to disable reliable write if no CMD23 support
 2012-04-25  5:27 UTC 

[PATCH] mmc: cd-gpio: allow NULL context in mmc_cd_gpio_free()
 2012-04-24 16:22 UTC  (2+ messages)

[PATCH 0/5] mmc: sh_mmcif: add regulator support
 2012-04-24 12:14 UTC  (5+ messages)
` [PATCH/RFC] sh: ecovec: switch MMC power control to regulator


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