linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-16 14:18:21 to 2013-09-24 08:17:48 UTC [more...]

[PATCH 1/5] mmc:core: Add restrictions for data transfer and card ease
 2013-09-24  8:12 UTC  (2+ messages)
` [PATCH 2/5] mmc:sdhc: Calculate timeout_clk from actual sd clock

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

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

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

[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: core: remove dead function mmc_try_claim_host
 2013-09-23 21:58 UTC  (4+ messages)

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

[PATCH 00/51] DMA mask changes
 2013-09-23 18:42 UTC  (82+ messages)
` [PATCH 01/51] DMA-API: provide a helper to set both DMA and coherent DMA masks
` [PATCH 02/51] DMA-API: net: brocade/bna/bnad.c: fix 32-bit DMA mask handling
` [PATCH 03/51] DMA-API: net: intel/e1000e: "
` [PATCH 06/51] DMA-API: net: intel/ixgb: "
` [PATCH 07/51] DMA-API: net: intel/ixgbe: "
  ` [PATCH 04/51] DMA-API: net: intel/igb: "
  ` [PATCH 05/51] DMA-API: net: intel/igbvf: "
  ` [PATCH 08/51] DMA-API: net: intel/ixgbevf: "
  ` [PATCH 09/51] DMA-API: net: broadcom/b44: replace dma_set_mask()+dma_set_coherent_mask() with new helper
  ` [PATCH 11/51] DMA-API: net: emulex/benet: "
  ` [PATCH 27/51] DMA-API: provide a helper to setup DMA masks
  ` [PATCH 43/51] DMA-API: dma: edma.c: no need to explicitly initialize "
    ` [alsa-devel] "
  ` [PATCH 44/51] DMA-API: dcdbas: update DMA mask handing
` [PATCH 10/51] DMA-API: net: broadcom/bnx2x: replace dma_set_mask()+dma_set_coherent_mask() with new helper
` [PATCH 12/51] DMA-API: net: intel/e1000: "
` [PATCH 13/51] DMA-API: net: sfc/efx.c: "
` [PATCH 14/51] DMA-API: net: b43: "
` [PATCH 15/51] DMA-API: net: b43legacy: "
` [PATCH 16/51] DMA-API: ppc: vio.c: "
` [PATCH 17/51] DMA-API: block: nvme-core: "
` [PATCH 18/51] DMA-API: staging: et131x: "
` [PATCH 19/51] DMA-API: media: dt3155v4l: "
` [PATCH 20/51] DMA-API: usb: bcma: "
` [PATCH 21/51] DMA-API: usb: ssb-hcd: "
` [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 25/51] DMA-API: video: clcd: "
` [PATCH 26/51] DMA-API: usb: ohci-sa1111: add a note about DMA masks
` [PATCH 28/51] DMA-API: sound: fix dma mask handling in a lot of drivers
` [PATCH 29/51] DMA-API: ata: pata_octeon_cf: convert to use dma_coerce_mask_and_coherent()
` [PATCH 30/51] DMA-API: dma: dw_dmac.c: "
` [PATCH 31/51] DMA-API: media: omap3isp: "
` [PATCH 32/51] DMA-API: mmc: sdhci-acpi: "
` [PATCH 33/51] DMA-API: net: nxp/lpc_eth: "
` [PATCH 34/51] DMA-API: net: octeon: "
` [PATCH 35/51] DMA-API: parport: parport_pc.c: "
` [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 38/51] DMA-API: staging: use dma_set_coherent_mask()
` [PATCH 39/51] DMA-API: others: "
` [PATCH 40/51] DMA-API: crypto: fix ixp4xx crypto platform device support
` [PATCH 41/51] DMA-API: crypto: remove last references to 'static struct device *dev'
` [PATCH 42/51] DMA-API: usb: musb: use platform_device_register_full() to avoid directly messing with dma masks
` [PATCH 45/51] DMA-API: firmware/google/gsmi.c: avoid direct access to DMA masks
` [PATCH 46/51] ARM: DMA-API: better handing of DMA masks for coherent allocations
` [PATCH 47/51] ARM: 7794/1: block: Rename parameter dma_mask to max_addr for blk_queue_bounce_limit()
` [PATCH 48/51] ARM: 7795/1: mm: dma-mapping: Add dma_max_pfn(dev) helper function
` [PATCH 49/51] ARM: 7796/1: scsi: Use dma_max_pfn(dev) helper for bounce_limit calculations
` [PATCH 50/51] ARM: 7797/1: mmc: "
` [PATCH 51/51] ARM: 7805/1: mm: change max*pfn to include the physical offset of memory

[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  (19+ 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)

[PATCH 1/2] mmc: sdhci-bcm-kona: Use sdhci_pltfm_unregister instead of open coded
 2013-09-20 17:32 UTC  (4+ messages)
` [PATCH 2/2] mmc: sdhci-bcm2835: "

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

[PATCH] mmc: core: remove issue_fn indirect function call
 2013-09-20  7:33 UTC  (2+ messages)

[PATCH 0/3] Write-reliability settings support
 2013-09-19 15:14 UTC  (4+ messages)
` [PATCH 1/3] extract PARTITION_SETTING_COMPLETE function
` [PATCH 2/3] pretty print write reliability settings
` [PATCH 3/3] support setting the OTP "

[PATCH V2] mmc:core: Avoid useless detecting task when card is busy
 2013-09-19 13:27 UTC  (6+ messages)

[PATCH] at91: mmc: fix minimum bus frequency
 2013-09-19 13:24 UTC  (4+ messages)
` [PATCH] at91: mmc: fix missing pinctrl in dt

[PATCH] ARM: at91: at91sam9x5: set default mmc[01] pinctrl-names
 2013-09-19 13:24 UTC 

[PATCH v3] ARM: EDMA: Fix clearing of unused list for DT DMA resources
 2013-09-19  9:35 UTC  (10+ messages)

mmc0: Timeout waiting for hardware interrupt
 2013-09-19  5:44 UTC  (9+ messages)

(unknown),
 2013-09-19  1:04 UTC 

[PATCH 0/3] mmc: omap_hsmmc: get rid of ti,non-removable
 2013-09-18 18:58 UTC  (4+ messages)

[PATCH v5] mmc: sdhci-msm: Add support for MSM chipsets
 2013-09-18 15:42 UTC  (3+ messages)

[PATCH 0/7] mmc: core: Fixup ocr mask setup to prevent spec violation
 2013-09-17 12:50 UTC  (9+ messages)
` [PATCH 7/7] mmc: core: Collect common code for card ocr validation

[PATCH 2/2] mmc:esdhc: Enable DMA err bit for eSDHC host
 2013-09-17  5:28 UTC  (2+ messages)
` [PATCH 1/2] mmc:sdhc: Add vendor specific interrupt and handle routine

[PATCH] dts: Fix misspelling of Synopsys
 2013-09-16 22:35 UTC  (4+ messages)

[PATCH 0/3] Add support for SD/MMC on SOCFPGA
 2013-09-16 20:29 UTC  (6+ messages)
` [PATCH 3/3] arm: dts: socfpga: Add support for SD/MMC


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