public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-04-30 18:14:20 to 2012-05-11 12:40:11 UTC [more...]

[PATCH v8] mmc: support BKOPS feature for eMMC
 2012-05-11 12:39 UTC  (6+ messages)

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

[PATCH 0/4] mmc: core and queue cleanups
 2012-05-11 10:07 UTC  (9+ messages)
` [PATCH 4/4] mmc: core: Send HPI only till it is successful

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

[PATCH v2] mmc: core: Fix the HPI execution sequence
 2012-05-10 15:08 UTC  (6+ messages)

[PATCH 0/3] mmc: omap: driver registration cleanups
 2012-05-10 14:54 UTC  (5+ 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

reliable write to micro sd-card with O_SYNC and O_DIRECT not possible
 2012-05-10 13:50 UTC 

[PATCH 0/7] mmc: dw_mmc: add support for device tree based instantiation
 2012-05-10 13:43 UTC  (33+ 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 0/4] mmc: sdhci-esdhc-imx: i.MX6 update
 2012-05-10  9:33 UTC  (5+ messages)
` [PATCH 1/4] mmc: sdhci-esdhc-imx: Support 8 bit MMC
` [PATCH 2/4] mmc: sdhci-esdhc-imx: Support of 1.8V is board specific
` [PATCH 3/4] mmc: sdhci-esdhc-imx: Workaround for TC irq coming ealier than DMA irq
` [PATCH 4/4] mmc: sdhci-esdhc-imx: Workaround for SD dat1 glitch causes system panic

[PATCH 00/29] mmc: mmcif and tmio regulator and OF support
 2012-05-10  7:51 UTC  (38+ 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 2/2] mmc: Remove dead code
 2012-05-10  0:55 UTC  (4+ messages)

[PATCH 1/2] mmc: Avoid null pointer dereference
 2012-05-10  0:54 UTC  (4+ messages)

[PATCH RFC] mmc: Add host driver for OCTEON MMC controller
 2012-05-09 19:07 UTC 

[PATCH] mmc: core: Prevent eMMC VCC supply to be cut from late init
 2012-05-09 16:56 UTC  (3+ messages)

[PATCHv2 00/16] [FS, MM, block, MMC]: eMMC High Priority Interrupt Feature
 2012-05-09 16:54 UTC  (34+ 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

[RFC 1/2] [MMC-4.5] Disable emulation
 2012-05-09 14:48 UTC  (2+ messages)
` [RFC 2/2] [MMC-4.5] [MMC UTIL] "

[PATCH v3 1/1] mmc: core: skip card initialization if power class selection fails
 2012-05-09 14:07 UTC  (3+ messages)

[PATCH v2 0/2] mmc: core: fix the HS200 mode
 2012-05-09 14:04 UTC  (2+ messages)

[RFC 00/12] OMAP DMA engine conversion
 2012-05-09 12:25 UTC  (2+ messages)

[PATCH] mmc: atmel-mci: fix deadlock
 2012-05-09 12:12 UTC  (2+ messages)

[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

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

[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 6.2/7] MMC: mmci: Enable Device Tree support for ux500
 2012-05-04 14:08 UTC 

[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)


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