linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-16 14:26:06 to 2014-04-24 22:36:29 UTC [more...]

[PATCH] mmc: sdhci: Use mmc core regulator infrastucture
 2014-04-24 22:36 UTC 

[PATCH 0/2] SDHCI should use more common MMC structs and functions
 2014-04-24 22:35 UTC  (5+ messages)
` [PATCH 1/2] mmc: sdhci: Use supplies in common mmc_host struct
` [PATCH 2/2] mmc: sdhci: Use common mmc_regulator_get_supply

[PATCH v2] mmc: core: Try other signal levels during power up
 2014-04-24 21:44 UTC 

[PATCH] mmc: core: Try other signal levels during power up
 2014-04-24 21:42 UTC  (3+ messages)

[PATCH 00/38] MMC updates, plus CuBox-i WiFi support
 2014-04-24 19:42 UTC  (56+ messages)
` [PATCH 01/38] mmc: sdio_irq: rework sdio irq handling
` [PATCH 02/38] mmc: sdhci: clean up interrupt handling
` [PATCH 03/38] mmc: sdhci: clean up sdio interrupt enable handling
` [PATCH 04/38] mmc: sdhci: convert to new SDIO IRQ handling
` [PATCH 05/38] mmc: sdhci: push card_tasklet into threaded irq handler
` [PATCH 06/38] mmc: sdhci: allow sdio interrupts while sdhci runtime suspended
` [PATCH 07/38] mmc: sdhci: more efficient interrupt enable register handling
` [PATCH 08/38] mmc: sdhci: plug hole in disabling card detection interrupts
` [PATCH 09/38] mmc: sdhci: convert generic bus width setup to library function
` [PATCH 10/38] mmc: sdhci: convert reset into a "
` [PATCH 11/38] mmc: sdhci: move FSL ESDHC reset handling quirk into esdhc code
` [PATCH 12/38] mmc: sdhci: avoid sync'ing the SG if there's no misalignment
` [PATCH 13/38] mmc: sdhci: convert ADMA descriptors to a coherent allocation
` [PATCH 14/38] mmc: sdhci: clean up sdhci_update_clock()/sdhci_set_clock()
` [PATCH 15/38] mmc: sdhci: move setting host->clock into sdhci_do_set_ios()
` [PATCH 16/38] mmc: sdhci: move setting mmc->actual_clock into set_clock handlers
` [PATCH 17/38] mmc: sdhci: convert sdhci_set_clock() into a library function
` [PATCH 18/38] mmc: sdhci-esdhc-imx: avoid DMA to kernel stack
` [PATCH 19/38] mmc: sdhci-esdhc-imx: comment runtime_pm_get_sync() in esdhc_prepare_tuning()
` [PATCH 20/38] mmc: sdhci-esdhc-imx: fix lockdep splat upon tuning
` [PATCH 21/38] mmc: sdhci: hack up driver to make it more compliant with UHS-1
` [PATCH 22/38] mmc: sdhci: set_uhs_signaling() need not return a value
` [PATCH 23/38] mmc: sdhci: convert sdhci_set_uhs_signaling() into a library function
` [PATCH 24/38] mmc: sdhci: cache timing information locally
` [PATCH 25/38] mmc: sdhci: clean up sdhci_execute_tuning() decision
` [PATCH 26/38] mmc: sdhci-esdhc-imx: remove emulation of uhs_mode
` [PATCH 27/38] mmc: sdhci-of-esdhc: remove platform_suspend/platform_resume callbacks
` [PATCH 28/38] mmc: sdhci: "
` [PATCH 29/38] mmc: sdhci-tegra: get rid of special PRESENT_STATE register handling
` [PATCH 30/38] mmc: sdhci: move regulator handling into sdhci_set_power()
` [PATCH 31/38] mmc: sdhci: move remaining power "
` [PATCH 32/38] mmc: sdhci: track whether preset mode is currently enabled in hardware
` [PATCH 33/38] mmc: sdhci: fix SDHCI dependencies
` [PATCH 34/38] mmc: add support for power-on sequencing through DT
` [PATCH 35/38] mmc: dw_mmc: call mmc_of_parse to fill in common options
` [PATCH 36/38] mmc: fix power-on sequencing for esdhc-imx driver
  ` [PATCH 37/38] ARM: cubox-i: add support for SD UHS-1 cards
` [PATCH 38/38] ARM: cubox-i: add support for Wifi/BT

[PATCH 0/5] mmc: host: omap_hsmmc: a few improvements
 2014-04-24 15:26 UTC  (13+ messages)
` [PATCH 3/5] mmc: host: omap_hsmmc: introduce new accessor functions

[PATCH v7] mmc: moxart: Add MOXA ART SD/MMC driver
 2014-04-24 11:52 UTC  (4+ messages)
` [PATCH v8] "

[PATCH 0/2] mmc-utils: gp partition support
 2014-04-24 10:47 UTC  (3+ messages)
` [PATCH 1/2] mmc-utils: add check for max enhanced user area
` [PATCH 2/2] mmc-utils: add support to create gp partition

[PATCH] mmc: dw_mmc: Don't print data errors
 2014-04-24  9:14 UTC  (6+ messages)

SD CRC error on mx27pdk
 2014-04-23 18:47 UTC  (4+ messages)

[PATCH] mmc: Add hardware dependencies for sdhci-pxav3 and sdhci-pxav2
 2014-04-23 12:57 UTC 

[PATCH v8 00/17] ARM: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs
 2014-04-23 10:11 UTC  (29+ messages)
  ` [PATCH v8 01/17] clk: sunxi: factors: automatic reparenting support
  ` [PATCH v8 02/17] clk: sunxi: Implement MMC phase control
  ` [PATCH v8 03/17] ARM: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs
  ` [PATCH v8 04/17] ARM: dts: sun4i: Add mmc controller nodes
  ` [PATCH v8 05/17] ARM: dts: sun4i: Add pin-muxing info for the mmc0 controller
  ` [PATCH v8 06/17] ARM: dts: sun4i: Enable mmc controller on various A10 boards
  ` [PATCH v8 07/17] ARM: dts: sun5i: Add mmc controller nodes
        ` [linux-sunxi] "
  ` [PATCH v8 08/17] ARM: dts: sun5i: Add pin-muxing info for the mmc controllers
  ` [PATCH v8 09/17] ARM: dts: sun5i: Enable mmc controller on various A10s and A13 boards
  ` [PATCH v8 10/17] ARM: dts: sun6i: Add mmc clocks
        ` [linux-sunxi] "
  ` [PATCH v8 11/17] ARM: dts: sun6i: Add mmc controller nodes
  ` [PATCH v8 12/17] ARM: dts: sun6i: Add pin-muxing info for the mmc controllers
  ` [PATCH v8 13/17] ARM: dts: sun6i: Add new sun6i-a31-m9 dts file for Mele M9
  ` [PATCH v8 14/17] ARM: dts: sun6i: Enable the mmc controller on the m9
  ` [PATCH v8 15/17] ARM: dts: sun7i: Add mmc controller nodes
  ` [PATCH v8 16/17] ARM: dts: sun7i: Add pin-muxing info for the mmc controllers
  ` [PATCH v8 17/17] ARM: dts: sun7i: Enable mmc controller on various A20 boards

[PATCH 0/3] mmc: tmio: Use modern PM ops
 2014-04-23  8:30 UTC  (19+ messages)
` [PATCH RESEND 0/5] update selection of bus speed mode for eMMC
  ` [PATCH v6 0/6] "
  ` [PATCH v6 1/6] mmc: drop the speed mode of card's state
  ` [PATCH v6 2/6] mmc: identify available device type to select
  ` [PATCH v6 3/6] mmc: step power class after final selection of bus mode
  ` [PATCH v6 4/6] mmc: rework selection of bus speed mode
  ` [PATCH v6 5/6] mmc: add support for HS400 mode of eMMC5.0
  ` [PATCH v6 6/6] mmc: core: add DT bindings for eMMC HS400 1.8/1.2V
  ` [PATCH 0/6] update selection of bus speed mode for eMMC
  ` [PATCH 1/6] mmc: drop the speed mode of card's state
  ` [PATCH 2/6] mmc: identify available device type to select
  ` [PATCH 3/6] mmc: step power class after final selection of bus mode
  ` [PATCH 4/6] mmc: rework selection of bus speed mode
  ` [PATCH 5/6] mmc: add support for HS400 mode of eMMC5.0
  ` [PATCH 6/6] mmc: core: add DT bindings for eMMC HS400 1.8/1.2V

[RFC PATCH 1/1 v6 ]mmc: Support-FFU-for-eMMC-v5.0
 2014-04-23  7:40 UTC 

[PATCH] mmc: mmci: switch the driver to using gpio descriptors
 2014-04-23  6:59 UTC  (3+ messages)

[PATCH V2] mmc: dw_mmc: exynos: Turn SDIO interrupts on
 2014-04-23  6:54 UTC  (5+ messages)

[PATCH RFC 00/12] Add Qualcomm SD Card Controller support
 2014-04-22 14:16 UTC  (19+ messages)
` [PATCH RFC 01/12] ARM: amba: Add Qualcomm vendor ID
` [PATCH RFC 02/12] mmc: mmci: Add Qualcomm Id to amba id table
` [PATCH RFC 03/12] mmc: mmci: Add Qcom datactrl register variant
` [PATCH RFC 04/12] mmc: mmci: Add register read/write wrappers
` [PATCH RFC 05/12] mmc: mmci: use NSEC_PER_SEC macro
` [PATCH RFC 06/12] mmc: mmci: Add write delay to variant structure
` [PATCH RFC 07/12] mmc: mmci: Qcomm: Add 3 clock cycle delay after each register write
` [PATCH RFC 08/12] mmc: mmci: move ST specific register extensions access under condition
` [PATCH RFC 09/12] mmc: mmci: Qcom fix MCICLK register settings
` [PATCH RFC 10/12] mmc: mmci: Add clock support for Qualcomm
` [PATCH RFC 11/12] mmc: mmci: Add Qcom variations to MCICommand register
` [PATCH RFC 12/12] mmc: mmci: Add Qcom specific pio_read function

[PATCH] linux-next: rsi: fix using of removed stuff from mmc
 2014-04-22 13:05 UTC  (6+ messages)

[PATCH] mmc: rtsx: fix possible circular locking dependency
 2014-04-21  8:43 UTC  (4+ messages)
  ` Locking issues in "mmc: rtsx: add support for pre_req and post_req" (was: Re: [PATCH] mmc: rtsx: fix possible circular locking dependency)
    ` Locking issues in "mmc: rtsx: add support for pre_req and post_req"

[PATCH 1/1 v2] mmc: sdhci-pci-o2micro Add SeaBird SeaEagle SD3 support
 2014-04-21  7:21 UTC 

[GIT PULL] MMC updates for mmc-next for 3.16, take 1
 2014-04-20 21:18 UTC  (2+ messages)

[PATCH] mmc: mxs: fix card detection function for broken card detect
 2014-04-19 21:59 UTC 

[PATCH] mmc: avoid garbage when dt properties missing
 2014-04-19  1:24 UTC 

[PATCH] mmc: sdhci: Set ocr_avail directly based on vmmc
 2014-04-18 21:23 UTC  (5+ messages)

[PATCH v2 1/2] regulator: pbias: Fix is_enabled callback implementation
 2014-04-18 17:27 UTC  (4+ messages)

3.1[34]: omap4: panda: hang on reboot?
 2014-04-18 16:54 UTC  (2+ messages)

[PATCH v9 resend 0/3] mmc: omap_hsmmc: Enable SDIO IRQ
 2014-04-18 16:46 UTC  (5+ messages)
` [PATCH v9 resend 1/3] mmc: omap_hsmmc: Enable SDIO interrupt

SDHCI DDR50 implies MMC DDR
 2014-04-18 13:55 UTC 

[PATCH 1/1] mmc: sdhci-pci-o2micro Add SeaBird SeaEagle SD3 support
 2014-04-18 11:55 UTC  (2+ messages)

[PATCH 0/4] ARM: berlin: add SDHCI support
 2014-04-18  7:20 UTC  (9+ messages)
` [PATCH 1/4] mmc: sdhci: add a driver for Berlin SoCs
` [PATCH 3/4] ARM: dts: berlin: add the SDHCI nodes for the BG2Q

[PATCH] mmc: core: Improve support for deferred regulators
 2014-04-17 23:42 UTC 

eMMC 4.2 controller vs. eMMC 4.5 memory
 2014-04-17  7:23 UTC 

[PATCH 0/4] Tegra SD/MMC fixes
 2014-04-16 23:16 UTC  (10+ messages)
` [PATCH 4/4] ARM: tegra: fix Venice2 VQMMC regulators
` [PATCH v2 0/3] Tegra SD/MMC fixes
  ` [PATCH v2 1/3] mmc: tegra: disable UHS modes
    ` [PATCH v2 2/3] mmc: tegra: fix reporting of base clock frequency
  ` [PATCH v2 3/3] ARM: tegra: fix Venice2 SD card VQMMC supply

[PATCH] sdhci: Forward EPROBE_DEFER on vmmc and vqmmc regulators
 2014-04-16 20:47 UTC  (7+ messages)

[PATCH v4 07/21] ARM: dts: parse DMA config in pxamci
 2014-04-16 17:17 UTC 


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