linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-20 16:36:54 to 2013-09-27 16:17:08 UTC [more...]

[PATCH 00/27] mmc: Remove the deprecated APIs mmc_suspend|resume_host
 2013-09-27 16:08 UTC  (34+ messages)
` [PATCH 01/27] mmc: atmel-mci: Remove redundant suspend and resume callbacks
` [PATCH 02/27] mmc: au1xmmc: Move away from using deprecated APIs
` [PATCH 03/27] mmc: bfin_sdh: "
` [PATCH 04/27] mmc: cb710: "
` [PATCH 05/27] mmc: davinci_mmc: "
` [PATCH 06/27] mmc: dw_mmc: "
` [PATCH 07/27] mmc: jz4740: "
` [PATCH 08/27] mmc: msm_sdcc: "
` [PATCH 09/27] mmc: mvsdio: Remove redundant suspend and resume callbacks
` [PATCH 10/27] mmc: vub300: "
` [PATCH 11/27] mmc: sdhci: Move away from using deprecated APIs
` [PATCH 12/27] mmc: tifm_sd: "
` [PATCH 13/27] mmc: omap: Remove redundant suspend and resume callbacks
` [PATCH 14/27] mmc: omap_hsmmc: Move away from using deprecated APIs
` [PATCH 15/27] mmc: mxs-mmc: "
` [PATCH 16/27] mmc: mxcmmc: "
` [PATCH 17/27] mmc: wmt-sdmmc: "
` [PATCH 18/27] mmc: s3cmci: Remove redundant suspend and resume callbacks
` [PATCH 19/27] mmc: pxamci: "
` [PATCH 20/27] mmc: wbsd: Move away from using deprecated APIs
` [PATCH 21/27] mmc: rtsx: Remove redundant suspend and resume callbacks
` [PATCH 22/27] mmc: sdricoh_cs: Move away from using deprecated APIs
` [PATCH 23/27] mmc: sh_mmcif: "
` [PATCH 24/27] mmc: tmio: "
` [PATCH 25/27] mmc: via-sdmmc: "
` [PATCH 26/27] mmc: mmci: "
` [PATCH 27/27] mmc: core: Remove deprecated mmc_suspend|resume_host APIs

[PATCH v3] ARM: EDMA: Fix clearing of unused list for DT DMA resources
 2013-09-27 15:25 UTC  (7+ messages)

[PATCH 1/1] mmc: sdhci-of-esdhc: fix building error
 2013-09-27 14:35 UTC  (3+ messages)

How to trigger sdio bus probing from user space
 2013-09-27 13:56 UTC  (2+ messages)
` [PATCH] "

[PATCH] mmc: Reducing cache operations in the host driver
 2013-09-27 11:37 UTC 

[PATCH 0/7] mmc: core: Fixup ocr mask setup to prevent spec violation
 2013-09-27 10:44 UTC  (9+ messages)

[PATCH v2 1/1] mmc: sdhci-spear: Fix NULL pointer dereference
 2013-09-27  9:41 UTC  (3+ messages)

[PATCH 1/1] mmc: wmt-sdmmc: Fix NULL pointer dereference
 2013-09-27  9:40 UTC  (3+ messages)

[PATCH] mmc: core: remove issue_fn indirect function call
 2013-09-27  9:04 UTC  (7+ messages)

[PATCH 00/51] DMA mask changes
 2013-09-27  8:27 UTC  (47+ messages)
` [PATCH 03/51] DMA-API: net: intel/e1000e: fix 32-bit DMA mask handling
` [PATCH 04/51] DMA-API: net: intel/igb: "
` [PATCH 05/51] DMA-API: net: intel/igbvf: "
` [PATCH 06/51] DMA-API: net: intel/ixgb: "
` [PATCH 07/51] DMA-API: net: intel/ixgbe: "
` [PATCH 08/51] DMA-API: net: intel/ixgbevf: "
` [PATCH 12/51] DMA-API: net: intel/e1000: replace dma_set_mask()+dma_set_coherent_mask() with new helper
` [PATCH 22/51] DMA-API: amba: get rid of separate dma_mask
` [PATCH 23/51] DMA-API: dma: pl08x: add dma_set_mask_and_coherent() call
    ` [alsa-devel] "
` [PATCH 24/51] DMA-API: dma: pl330: "
        ` [alsa-devel] "
` [PATCH 28/51] DMA-API: sound: fix dma mask handling in a lot of drivers
` [PATCH 31/51] DMA-API: media: omap3isp: use dma_coerce_mask_and_coherent()
` [PATCH 36/51] DMA-API: usb: use dma_set_coherent_mask()
` [PATCH 37/51] DMA-API: usb: use new dma_coerce_mask_and_coherent()
` [PATCH 39/51] DMA-API: others: use dma_set_coherent_mask()
` [PATCH 43/51] DMA-API: dma: edma.c: no need to explicitly initialize DMA masks
  ` [alsa-devel] "

[PATCH 0/2] patches to enable SDIO interrupt support for omap_hsmmc for v3.13
 2013-09-27  6:38 UTC  (7+ messages)
` [PATCH 1/2] mmc: omap_hsmmc: Fix context save and restore for DT
` [PATCH 2/2] mmc: omap_hsmmc: Enable SDIO interrupt

[PATCH V5] mmc:core: Avoid useless detecting task when card is busy
 2013-09-27  3:06 UTC  (2+ messages)

[PATCH 0/8] mmc: sdhci-esdhc-imx: add SD3.0 support
 2013-09-27  0:28 UTC  (5+ messages)
` [PATCH 5/8] sdhci: sdhci-esdhc-imx: change pinctrl state according to uhs mode

[PATCH 0/7] mmc: core: cleanup and locking patches description
 2013-09-26 19:57 UTC  (9+ messages)
` [PATCH 1/7] mmc: core: rename "data" to saved_areq
` [PATCH 2/7] mmc: core: rename local var err to saved_err
` [PATCH 3/7] mmc: core: restructure error handling for start req
` [PATCH 4/7] mmc: core: use common code path to return error
` [PATCH 5/7] mmc: core: handling polling more gracefully
` [PATCH 6/7] mmc: core: protect references to host->areq with host->lock
` [PATCH 7/7] mmc: core: mmc_start_req is a misnomer -> mmc_process_areq

[PATCH v2 0/9] mmc: sdhci-esdhc-imx: add SD3.0 support
 2013-09-26 11:57 UTC  (4+ messages)

[PATCH] mmc-util: Fix typo in comment in do_enh_area_set()
 2013-09-26 11:52 UTC 

[PATCH 1/1] mmc: ushc: Fix incorrect parameter in sizeof
 2013-09-26  3:02 UTC  (2+ messages)

[PATCH 0/3] Add support for SD/MMC on SOCFPGA
 2013-09-26  3:00 UTC  (5+ messages)
` [PATCH 1/3] arm: socfpga: Set the SDMMC clock phase in system manager

[PATCH 1/2] Add defines for ext_csd field MAX_ENH_SIZE_MULT
 2013-09-26  2:26 UTC  (6+ messages)
` [PATCH 2/2] Don't use u8 for fields with more than 1 byte

[PATCH 0/3] Write-reliability settings support
 2013-09-26  2:18 UTC  (2+ messages)

[PATCH 1/2] mmc: sdhci-bcm-kona: Use sdhci_pltfm_unregister instead of open coded
 2013-09-26  2:06 UTC  (3+ messages)

[PATCH 1/3] mmc: mvsdio: Convert to devm_ioremap_resource
 2013-09-26  1:57 UTC  (7+ messages)
` [PATCH 2/3] mmc: dw_mmc-socfpga: Remove redundant of_match_ptr
` [PATCH 3/3] mmc: dw_mmc-socfpga: Staticize dw_mci_socfpga_probe

[PATCH] mmc: clean up the duplicate code
 2013-09-26  1:52 UTC  (2+ messages)

[PATCH] mmc: atmel-mci: abort transfer on timeout error
 2013-09-26  1:46 UTC  (3+ messages)

[PATCH 2/3] mmc: core: add ignorance case for CMD13 CRC error
 2013-09-26  1:41 UTC  (8+ messages)
  ` [PATCH v2] mmc: "
        ` [PATCH v3] "

[PATCH 00/22] mmc: dw_mmc: add driver's updates
 2013-09-26  1:37 UTC  (2+ messages)

[PATCH] mmc: core: remove dead function mmc_try_claim_host
 2013-09-26  1:25 UTC  (5+ messages)

[PATCH V5] mmc:core: Avoid useless detecting task when card is busy
 2013-09-25  8:33 UTC  (3+ messages)

[PATCH v4] mmc:core: Avoid useless detecting task when card is busy
 2013-09-25  7:20 UTC  (2+ messages)

[PATCH 0/6] mmc: sh_mmcif: revision-specific CCS and CLK_CTRL2 handling
 2013-09-25  7:12 UTC  (10+ messages)
` [PATCH 3/6] ARM: shmobile: armadillo800eva: disable MMCIF Command Completion Signal
` [PATCH 4/6] ARM: shmobile: kzm9g: "
` [PATCH 5/6] ARM: shmobile: ape6evm: "
` [PATCH 6/6] ARM: shmobile: lager: disable MMCIF Command Completion Signal, add CLK_CTRL2

[PATCH 1/2] mmc:sdhci-pci:Add O2Micor/BayHubTect PCI SD Host
 2013-09-25  4:11 UTC 

[PATCH 2/2] mmc: sdhci: Fix CMD12 and Tuning issues
 2013-09-25  3:22 UTC 

[PATCH 1/2] mmc:sdhci-pci:Add O2Micor/BayHubTect PCI SD Host
 2013-09-25  3:30 UTC  (2+ messages)

[PATCH V3] mmc:core: Avoid useless detecting task when card is busy
 2013-09-25  2:18 UTC  (6+ messages)

[RFC/PATCH] mmc: core: Signal wakeup event at card insert/removal
 2013-09-24 16:58 UTC  (8+ messages)

[PATCH 1/5] mmc:core: Add restrictions for data transfer and card ease
 2013-09-24  8:12 UTC  (5+ messages)
` [PATCH 2/5] mmc:sdhc: Calculate timeout_clk from actual sd clock
` [PATCH 3/5] mmc:esdhc: Update timeout clock according to actual clock
` [PATCH 4/5] mmc:esdhc: Workaround about clock glitch issue on eSDHC host
` [PATCH 5/5] mmc:esdhc: Avoid writting to power register

[PATCHv2 1/3] arm: socfpga: Set the SDMMC clock phase in system manager
 2013-09-23 22:36 UTC  (3+ messages)
  ` [PATCHv2 2/3] mmc: dw_mmc-socfpga: Clean up SOCFPGA platform specific functionality
` [PATCHv2 3/3] arm: dts: socfpga: Add support for SD/MMC

[PATCH] mmc: sdhci-esdhc-imx: Allow the usage of mmc aliases
 2013-09-23 21:27 UTC  (2+ messages)

[PATCH v2 0/4] ARCH_BCM rename
 2013-09-23 17:20 UTC  (5+ messages)
  ` [PATCH v2 1/4] rename ARCH_BCM to ARCH_BCM_MOBILE (mach-bcm)
  ` [PATCH v2 2/4] rename ARCH_BCM to ARCH_BCM_MOBILE (clocksource)
` [PATCH v2 3/4] rename ARCH_BCM to ARCH_BCM_MOBILE (mmc)
` [PATCH v2 4/4] rename ARCH_BCM to ARCH_BCM_MOBILE (dt)

[PATCH 0/7] driver core: prevent deferred probe with platform_driver_probe
 2013-09-23 16:53 UTC  (12+ messages)
  ` [PATCH 1/7] "
  ` [PATCH 2/7] mmc: mvsdio: fix deferred probe from __init
    ` [PATCH 3/7] mtd: atmel_nand: "
    ` [PATCH 5/7] usb: gadget: pxa25x_udc: "
  ` [PATCH 4/7] pcmcia: at91_cf: "
  ` [PATCH 6/7] usb: phy: gpio-vbus: "
  ` [PATCH 7/7] backlight: atmel-pwm-bl: "

Adding aliases to mmc
 2013-09-23  2:17 UTC  (16+ messages)

[PATCH] mmc: sdhci-pci: remove unnecessary pci_set_drvdata()
 2013-09-23  1:23 UTC 

[PATCH 07/19] mmc: Change variable type to bool
 2013-09-21 22:27 UTC 

[PATCH] rename ARCH_BCM to ARCH_BCM_MOBILE
 2013-09-21 19:16 UTC  (3+ messages)

[PATCH] ARM: shmobile: update SDHI DT compatibility string to the <unit>-<soc> format
 2013-09-21 17:14 UTC  (5+ messages)

OMAP35x MMC Host Controller compatibility with SDXC?
 2013-09-20 17:13 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).