linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-05-23 07:40:55 to 2014-05-28 08:51:59 UTC [more...]

[PATCH v3 00/13] Add Qualcomm SD Card Controller support
 2014-05-28  8:51 UTC  (40+ messages)
` [PATCH v3 01/13] mmc: mmci: use NSEC_PER_SEC macro
` [PATCH v3 02/13] mmc: mmci: convert register bits to use BIT() macro
` [PATCH v3 03/13] mmc: mmci: Add Qualcomm Id to amba id table
` [PATCH v3 04/13] mmc: mmci: Add Qcom datactrl register variant
` [PATCH v3 05/13] mmc: mmci: Add register read/write wrappers
` [PATCH v3 06/13] mmc: mmci: Qcomm: Add 3 clock cycle delay after register write
` [PATCH v3 07/13] mmc: mmci: add ddrmode mask to variant data
` [PATCH v3 08/13] mmc: mmci: add 8bit bus support in "
` [PATCH v3 09/13] mmc: mmci: add edge support to data and command out "
` [PATCH v3 10/13] mmc: mmci: add Qcom specifics of clk and datactrl registers
` [PATCH v3 11/13] mmc: mmci: Add support to data commands via variant structure
` [PATCH v3 12/13] mmc: mmci: add explicit clk control
` [PATCH v3 13/13] mmc: mmci: Add Qcom specific pio_read function

RFC: representing sdio devices oob interrupt, clks, etc. in device tree
 2014-05-28  8:43 UTC  (36+ messages)

[PATCHv3 0/4] mmc: fixed the mmc_of_parse for dwmmc
 2014-05-28  5:35 UTC  (5+ messages)
` [PATCHv3 1/4] mmc: host: add slot argument to mmc_of_parse
` [PATCHv3 2/4] mmc: dw_mmc: use the __mmc_of_parse to parse the slot node
` [PATCHv3 3/4] mmc: dw_mmc: remove the "supports-highspeed" property
` [PATCHv3 4/4] ARM: dts: replace the slot property into slot sub-node for dwmmc

[PATCH 00/11] sdio wifi oob irq support for sunxi
 2014-05-27 21:28 UTC  (28+ messages)
  ` [PATCH 01/11] pinctrl: sunxi: create irq/pin mapping during init
        `  "
  ` [PATCH 02/11] pinctrl: sunxi: add IRQCHIP_SKIP_SET_WAKE flag for pinctrl irq chip
  ` [PATCH 03/11] pinctrl: sunxi: Move setting of mux to irq type from unmask to set_type
  ` [PATCH 04/11] pinctrl: sunxi: Properly handle level triggered gpio interrupts
  ` [PATCH 05/11] pinctrl: sunxi: Define enable / disable irq callbacks for level triggered irqs
  ` [PATCH 06/11] mmc: Add SDIO function devicetree subnode parsing
  ` [PATCH 07/11] dt: bindings: add bindings for Broadcom bcm43xx sdio devices
  ` [PATCH 08/11] brcmfmac: add device tree support for SDIO devices
  ` [PATCH 09/11] brcmfmac: Fix OOB interrupt not working for BCM43362
  ` [PATCH 10/11] ARM: dts: sun7i: Add #interrupt-cells to pinctrl node
  ` [PATCH 11/11] ARM: dts: sun7i: Add OOB irq support to boards with broadcom sdio wifi

[PATCH 1/1] mmc: sdhci-esdhc-imx: fix mmc ddr mode regression issue
 2014-05-27 14:27 UTC  (4+ messages)

[PATCH 1/1] mmc: moxart: Remove unneeded version.h inclusion
 2014-05-27 11:11 UTC  (2+ messages)

[PATCHv2 0/3] mmc: fixed the mmc_of_parse for dwmmc
 2014-05-27 10:38 UTC  (11+ messages)
` [PATCHv2 1/3] mmc: host: add slot argument to mmc_of_parse
` [PATCHv2 2/3] mmc: dw_mmc: use the __mmc_of_parse to parse the slot node
` [PATCHv2 3/3] ARM: dts: replace the broken-cd property into slot node for dwmmc

Your Urgent reply
 2014-05-26 18:00 UTC 

[PATCHv5] mmc: remove MMC_CAP_ERASE to enable trim in eMMC/SD Device
 2014-05-26 14:44 UTC  (2+ messages)

Avoiding / recovering from end bit errors with sdio device (bcm43362)
 2014-05-26  9:13 UTC 

[PATCH 0/3] mmc: fixed the mmc_of_parse for dwmmc
 2014-05-26  9:11 UTC  (9+ messages)
  ` [PATCH 1/3] mmc: host: add slot argument to mmc_of_parse
` [PATCH 2/3] mmc: dw_mmc: use the __mmc_of_parse to parse the slot node
` [PATCH 3/3] ARM: dts: replace the broken-cd property into slot node for dwmmc

[PATCH] mmc: sdhci-s3c: use mmc_of_parse and remove the card_tasklet
 2014-05-26  8:28 UTC  (2+ messages)

[PATCH] mmc: add new au6601 driver
 2014-05-26  7:50 UTC  (3+ messages)
  ` Repost: "

[PATCH RFC] mmc: add slot argument to mmc_of_parse
 2014-05-26  7:49 UTC  (6+ messages)

[PATCH v2] mmc: add a driver for the Renesas usdhi6rol0 SD/SDIO host controller
 2014-05-24 10:45 UTC  (2+ messages)

[PATCH RFC 00/12] Add Qualcomm SD Card Controller support
 2014-05-24  7:32 UTC  (33+ messages)
` [PATCH v2 00/14] "
  ` [PATCH v2 05/14] mmc: mmci: Add register read/write wrappers
  ` [PATCH v2 06/14] mmc: mmci: Qcomm: Add 3 clock cycle delay after register write
  ` [PATCH v2 07/14] mmc: mmci: add ddrmode mask to variant data
  ` [PATCH v2 08/14] mmc: mmci: add 8bit bus support in "
  ` [PATCH v2 09/14] mmc: mmci: add edge support to data and command out "
  ` [PATCH v2 10/14] mmc: mmci: add Qcom specifics of clk and datactrl registers
  ` [PATCH v2 11/14] mmc: mmci: Add support to data commands via variant structure
  ` [PATCH v2 12/14] mmc: mmci: add support for fbclk to latch data and cmd
  ` [PATCH v2 13/14] mmc: mmci: add qcom specific clk control
  ` [PATCH v2 14/14] mmc: mmci: Add Qcom specific pio_read function

adding aliases to mmc ... again
 2014-05-24  5:10 UTC  (9+ messages)

(unknown),
 2014-05-24  3:48 UTC  (4+ messages)
` how to creat watchpoint in kernel for data access debug

[PATCH v7 0/4] Add modules for realtek USB card reader
 2014-05-23 11:47 UTC  (5+ messages)
` [PATCH v7 4/4] memstick: Add realtek USB memstick host driver

[PATCH RESEND] mmc: dove: fix missing MACH_DOVE dependency
 2014-05-23 16:26 UTC  (6+ messages)

[PATCH v13 0/7] mmc: omap_hsmmc: Enable SDIO IRQ
 2014-05-23 15:14 UTC  (13+ messages)
` [PATCH v13 1/7] mmc: omap_hsmmc: install dummy pm runtime hooks if !CONFIG_PM_RUNTIME
` [PATCH v13 2/7] mmc: omap_hsmmc: Enable SDIO interrupt
` [PATCH v13 3/7] mmc: omap_hsmmc: Extend debugfs by SDIO IRQ handling, runtime state
` [PATCH v13 4/7] mmc: omap_hsmmc: enable wakeup event for sdio OMAP4
` [PATCH v13 5/7] mmc: omap_hsmmc: abort runtime suspend if pending sdio irq detected
` [PATCH v13 6/7] mmc: omap_hsmmc: switch default/idle pinctrl states in runtime hooks
` [PATCH v13 7/7] mmc: omap_hsmmc: Pin remux workaround to support SDIO interrupt on AM335x

[PATCH] mmc: sd: warn if card stays busy during init
 2014-05-23 14:15 UTC 

[PATCH] mmc: implement driver stage register handling
 2014-05-23 13:34 UTC 

[PATCH] mmc: sdhci-of-esdhc: Fixup compile error
 2014-05-23 13:18 UTC  (2+ messages)

[PATCH v3 1/2] mmc: tegra: disable UHS modes
 2014-05-23 12:53 UTC  (6+ messages)
` [PATCH v3 2/2] mmc: tegra: fix reporting of base clock frequency

[PATCH] mmc: sdhci-dove: use mmc_of_parse() and remove card_tasklet CD handler
 2014-05-23 12:46 UTC  (3+ messages)

[PATCH] MMC: use mmc_of_parse in sdhci-esdhc-imx
 2014-05-23 12:33 UTC  (6+ messages)
` [PATCH 1/5] mmc: sdhci-esdhc-imx: add f_max field to private data
` [PATCH 2/5] mmc: sdhci-esdhc-imx: introduce function for parsing platform_data
` [PATCH 3/5] mmc: sdhci-esdhc-imx: straighten SDHCI_QUIRK_BROKEN_CARD_DETECTION flag
` [PATCH 4/5] mmc: sdhci-esdhc-imx: use mmc_of_parse
` [PATCH 5/5] ARM: dts: imx51-babbage: Fix esdhc setup

Question for emmc ioctl sync issue
 2014-05-23  9:32 UTC  (2+ messages)

[RESEND][PATCH] mmc: wmt-sdmmc: Remove deprecated IRQF_DISABLED
 2014-05-23  8:39 UTC  (2+ messages)

[mmc:mmc-next 79/96] drivers/mmc/host/omap_hsmmc.c:1841:30: error: 'struct dev_pm_info' has no member named 'runtime_status'
 2014-05-23  8:27 UTC  (5+ 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).