public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-01-28 19:52:36 to 2015-02-06 12:15:10 UTC [more...]

[PATCH V2 00/11] mmc: Add support for drive strength for eMMCs
 2015-02-06 12:12 UTC  (10+ messages)
` [PATCH V2 01/11] mmc: core: Reset driver type to default
` [PATCH V2 02/11] mmc: core: Allow card drive strength to be different to host
` [PATCH V2 03/11] mmc: core: Simplify card drive strength mask
` [PATCH V2 04/11] mmc: core: Add 'card' to drive strength selection callback
` [PATCH V2 05/11] mmc: core: Factor out common code in drive strength selection
` [PATCH V2 06/11] mmc: core: Record card drive strength
` [PATCH V2 07/11] mmc: mmc: Read card's valid driver strength mask
` [PATCH V2 08/11] mmc: mmc: Add driver strength selection
` [PATCH V2 09/11] mmc: sdhci: Add a callback to select drive strength

[PATCH 0/7] mmc: sdhci: set .remove to sdhci_pltfm_unregister()
 2015-02-06  6:40 UTC  (10+ messages)
` [PATCH 1/7] mmc: sdhci-dove: remove the unneeded error check
` [PATCH 2/7] mmc: sdhci-dove: kill the driver specific private struct
` [PATCH 3/7] mmc: tegra: use devm help functions to get the clk and gpio
` [PATCH 4/7] mmc: sdhci-sirf: kill the "clk" member in driver private struct
` [PATCH 5/7] mmc: sdhci-bcm-kona: kill the "external_clk" "
` [PATCH 6/7] mmc: sdhci: disable the clock in sdhci_pltfm_unregister()
` [PATCH 7/7] mmc: sdhci: set the .remove to sdhci_pltfm_unregister()

[PATCH v5 0/2] mmc: dw_mmc: exynos: Add HS400 support
 2015-02-06  6:07 UTC  (7+ messages)
` [PATCH V5 1/2] mmc: dw_mmc: exynos: Support eMMC's HS400 mode
` [PATCH V5 2/2] ARM: dts: Add HS400 support for exynos5420 and exynos5800

[PATCH 00/12] mmc: Add support for drive strength for eMMCs
 2015-02-05 13:13 UTC  (13+ messages)
` [PATCH 01/12] mmc: core: Reset driver type to default
` [PATCH 02/12] mmc: core: Allow card drive strength to be different to host
` [PATCH 03/12] mmc: core: Simplify card drive strength mask
` [PATCH 04/12] mmc: core: Add 'card' to drive strength selection callback
` [PATCH 05/12] mmc: core: Factor out common code in drive strength selection
` [PATCH 06/12] mmc: core: Record card drive strength
` [PATCH 07/12] mmc: mmc: Read card's valid driver strength mask
` [PATCH 08/12] mmc: mmc: Add driver strength selection
` [PATCH 09/12] mmc: core: Add function to read driver-strength device property
` [PATCH 10/12] mmc: sdhci: Add a callback to select drive strength
` [PATCH 11/12] mmc: sdhci-pci: Add support for drive strength selection for SPT
` [PATCH 12/12] mmc: sdhci-pci: Enable HS400 for some Intel host controllers

[PATCH] mmc: core: add runtime-resume caps to support resume at runtime_resume
 2015-02-05 11:50 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] mmc: dw_mmc: fix bug that cause 'Timeout sending command'
 2015-02-05 11:13 UTC 

[RFC] mmc: sdhci: implement light and heavy runtime pm resume
 2015-02-05 10:20 UTC 

[PATCH 0/2] fix bug that cause tuning failure
 2015-02-05  1:49 UTC  (19+ messages)
` [PATCH 1/2] mmc: core: use card pointer as the first parameter of execute_tuning()
` [PATCH 2/2] mmc: dw_mmc: wait until card ready if tuning fails

[PATCH v2 0/3] Add support for hardware reset of eMMC card on reboot
 2015-02-04 15:39 UTC  (13+ messages)
` [PATCH v2 1/3] mmc: pwrseq: add driver for emmc hardware reset
    ` [PATCH v3 "
        ` [PATCH v4 "
` [PATCH v2 2/3] ARM: dts: exynos4412-odroid*: add eMMC reset line
` [PATCH v2 3/3] ARM: dts: exynos5422-odroidxu3: "

[PATCH v3 0/6] Add multiple GPIO and external clock to MMC pwrseq_simple
 2015-02-04 15:22 UTC  (14+ messages)
` [PATCH v3 1/6] mmc: pwrseq: Document that simple sequence support more than one GPIO
` [PATCH v3 2/6] mmc: pwrseq_simple: Extend to support more pins
` [PATCH v3 3/6] mmc: pwrseq: Document optional clock for the simple power sequence
` [PATCH v3 4/6] mmc: pwrseq_simple: Add optional reference clock support
` [PATCH v3 5/6] ARM: dts: exynos5250-snow: Enable wifi power-on
` [PATCH v3 6/6] ARM: dts: exynos5250-snow: Add cap-sdio-irq to wifi mmc node

[PATCH V2 00/15] mmc: host: Add facility to support re-tuning
 2015-02-04 13:35 UTC  (17+ messages)
` [PATCH V2 01/15] "
` [PATCH V2 02/15] mmc: core: Disable re-tuning when card is no longer initialized
` [PATCH V2 03/15] mmc: core: Add support for re-tuning before each request
` [PATCH V2 04/15] mmc: core: Check re-tuning before retrying
` [PATCH V2 05/15] mmc: core: Hold re-tuning during switch commands
` [PATCH V2 06/15] mmc: core: Hold re-tuning during erase commands
` [PATCH V2 07/15] mmc: core: Hold re-tuning while bkops ongoing
` [PATCH V2 08/15] mmc: mmc: Comment that callers need to hold re-tuning if the card is put to sleep
` [PATCH V2 09/15] mmc: core: Separate out the mmc_switch status check so it can be re-used
` [PATCH V2 10/15] mmc: core: Add support for HS400 re-tuning
  ` [PATCH V3 "
` [PATCH V2 11/15] mmc: sdhci: Change to new way of doing re-tuning
` [PATCH V2 12/15] mmc: sdhci: Flag re-tuning is needed on CRC or End-Bit errors
` [PATCH V2 13/15] mmc: block: Check re-tuning in the recovery path
` [PATCH V2 14/15] mmc: block: Retry data requests when re-tuning is needed
` [PATCH V2 15/15] mmc: core: Don't print reset warning if reset is not supported

[PATCH RESEND] mmc: sdhci-s3c: solve problem with sleeping in atomic context
 2015-02-04 12:41 UTC  (3+ messages)

[PATCH] mmc: core: make the poll interval for the broken CD adjustable
 2015-02-04 11:25 UTC 

[PATCH] mmc: moxart: fix probe logic
 2015-02-04  8:40 UTC  (12+ messages)
  ` [PATCH v2] "
        ` [PATCH v3] "
            ` [PATCH v4] "

[PATCH] mmc: sdhci-pltfm: remove the unneeded check of disabled device
 2015-02-04  6:33 UTC 

mmc0: error -84 whilst initialising SD card
 2015-02-04  5:37 UTC 

[PATCH V4 0/4] mmc: core: Add support for MMC power sequences
 2015-02-03 12:39 UTC  (9+ messages)
` [PATCH V4 1/4] mmc: core: Initial "

[PATCH] mmc: core: Invoke mmc_pwrseq_post_power_on() prior MMC_POWER_ON state
 2015-02-02 19:00 UTC  (2+ messages)

"Timeout waiting for hardware interrupt" on Lenovo Thinkpad Tablet 10
 2015-02-02 14:06 UTC  (2+ messages)

"Timeout waiting for hardware interrupt" on Lenovo Thinkpad Tablet 10
 2015-02-02 12:29 UTC 

[PATCH v2] mmc: Resolve BKOPS compatability issue
 2015-02-02  2:00 UTC  (5+ messages)

[PATCH 0/5] drivers; mmc: card:
 2015-02-01 20:20 UTC  (7+ messages)
` [PATCH 1/5] drivers: mmc: card: Fix replaces simple_strtoul func call with kstrtoul
  ` [PATCH 2/5] drivers: mmc: card: Fixes Missing blank line after variable initialization, coding style warning
    ` [PATCH 3/5] drivers: mmc: card: Fixes WARNING braces are not necessary for single statement
      ` [PATCH 4/5] drivers: mmc: card: Fixed ERROR that open brace should be on the previous line
        ` [PATCH 5/5] drivers: mmc: card: Fixed warning line over 80 characters in file block

[PATCH] drivers: mmc: card: Fixing few coding style errors from file block.c
 2015-01-31 18:44 UTC  (2+ messages)

[PATCH 11/15] mmc: kconfig: replace PPC_OF with PPC
 2015-01-31 13:47 UTC 

[PATCH-v2 0/4] mmc: switch to 1-bit mode which stopping clocks
 2015-01-30 19:05 UTC  (5+ messages)
` [PATCH 2/4] mmc: core: allow non-blocking form of mmc_claim_host
` [PATCH 1/4] mmc: core: fold mmc_set_bus_width calls into sdio_enable_4bit_bus
` [PATCH 3/4] mmc: sdio: support switching to 1-bit before turning off clocks
` [PATCH 4/4] mmc: omap_hsmmc: switch to 1-bit before stopping clocks

mmc does not work in qemu n900
 2015-01-30 14:23 UTC  (4+ messages)

[PATCH] mmc: Add hardware dependencies for sdhci-pxav3 and sdhci-pxav2
 2015-01-30 12:00 UTC  (9+ messages)

[PATCH 1/4] mmc: core: add support for hardware reset gpio line
 2015-01-30 11:35 UTC  (7+ messages)

[PATCH] mmc: card: Fixing few coding style errors
 2015-01-29 16:19 UTC 

[PATCH v2 0/6] Add multiple GPIO and external clock to MMC pwrseq_simple
 2015-01-29 13:53 UTC  (4+ messages)
` [PATCH v2 4/6] mmc: pwrseq_simple: Add optional reference clock support

[PATCH] mmc: sdhci: Apply FSL ESDHC reset handling quirk to OF
 2015-01-29 12:19 UTC  (2+ messages)

[PATCH v4 0/7] Fixes and improvements for SDHCI on Armada 38x
 2015-01-29 12:09 UTC  (9+ messages)
` [PATCH v4 1/7] mmc: sdhci-pxav3: Fix SDR50 and DDR50 capabilities for the Armada 38x flavor
` [PATCH v4 2/7] mmc: sdhci-pxav3: Fix Armada 38x controller's caps according to erratum ERR-7878951
` [PATCH v4 3/7] mmc: sdhci-pxav3: Extend binding with SDIO3 conf reg for the Armada 38x
  ` [PATCH v4 4/7] mmc: sdhci-pxav3: Modify clock settings for the SDR50 and DDR50 modes
  ` [PATCH v4 5/7] ARM: mvebu: Use macros for interrupt flags on Armada 38x sdhci node
` [PATCH v4 6/7] ARM: mvebu: Update the SDHCI node on Armada 38x
` [PATCH v4 7/7] ARM: mvebu: Add Device Tree description of SDHCI for Armada 388 RD

[PATCH] mmc: sdhci: switch voltage before sdhci_set_ios in runtime resume
 2015-01-29 10:28 UTC  (2+ messages)

[PATCH] mmc: sdhci-pxav3: fix setting of pdata->clk_delay_cycles
 2015-01-29 10:27 UTC  (2+ messages)

[PATCH v2] mmc: tegra: Write xfer_mode, CMD regs in together
 2015-01-29 10:24 UTC  (2+ messages)

[PATCH v2 0/7] Fixes and improvements for SDHCI on Armada 38x
 2015-01-29 10:01 UTC  (7+ messages)
` [PATCH v2 1/7] mmc: sdhci-pxav3: Fix SDR50 and DDR50 capabilities for the Armada 38x flavor

[RFC PATCH 0/1] mmc: dw_mmc: Add runtime pm to dw_mmc
 2015-01-29  8:58 UTC  (4+ messages)
` [RFC PATCH 1/1] "

[PATCH v3 0/7] Fixes and improvements for SDHCI on Armada 38x
 2015-01-29  8:51 UTC  (4+ messages)
` [PATCH v3 4/7] mmc: sdhci-pxav3: Modify clock settings for the SDR50 and DDR50 modes

[RFC PATCH 0/7] msdc: Add mediatek MMC driver
 2015-01-29  7:29 UTC  (4+ messages)
` [PATCH 1/7] pinctrl: mediatek: emulate GPIO interrupt on both-edges

[PATCH] mmc: Manual BKOPs enablement bug fix
 2015-01-28 20:58 UTC  (5+ messages)

[PATCH v4 0/2] mmc: dw_mmc: exynos: Add HS400 support
 2015-01-29  2:43 UTC  (6+ messages)
` [PATCH v4 2/2] ARM: dts: Add HS400 support for exynos5420 and exynos5800

[PATCH-RFC 0/3] mmc: switch to 1-bit mode which stopping clocks
 2015-01-28 21:08 UTC  (4+ messages)
` [PATCH 3/3] mmc: omap_hsmmc: switch to 1-bit before turning off clocks if interrupts expected

[PATCH 0/2] mmc: pwrseq: Add support to multiple gpios in pwrseq simple
 2015-01-28 13:17 UTC  (3+ messages)
` [PATCH 1/2] mmc: pwrseq: Add support to control multiple gpios in simple pwrseq
` [PATCH 2/2] mmc: pwrseq: Update document with multiple gpios support


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