public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-05-05 08:34:43 to 2015-05-12 07:33:16 UTC [more...]

[PATCH v2 1/4] mmc: Add support for disabling write-protect detection
 2015-05-12  7:33 UTC  (10+ messages)
  ` [PATCH v2 2/4] mmc: dt: Allow to specify that no write protect signal is present
` [PATCH v2 3/4] mmc: sdhci-of-arasan: Call mmc_of_parse()
` [PATCH v2 4/4] mmc: dw_mmc: Use core to handle absent write protect line

[PATCH RESEND v6 0/2] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller
 2015-05-12  7:28 UTC  (5+ messages)
  ` [PATCH RESEND v6 1/2] arm64: dts: Add the arasan sdhci nodes in apm-storm.dtsi
  ` [PATCH RESEND v6 2/2] mmc: sdhci: Add support to disable SDR104/SDR50/DDR50 based on capability register 0

[PATCHv2] mmc:Add pointer cast to uintptr_t for slave_id_rx and tx in the function, sh_mmcif_request_dma_one
 2015-05-12  0:18 UTC 

[PATCH] mmc: core: Check for timeout before checking mmc device state
 2015-05-11 21:55 UTC  (3+ messages)

[PATCH] mmc:Add pointer cast to long for slave_id_rx and tx in the function, sh_mmcif_request_dma_one
 2015-05-11 17:28 UTC 

[RFC PATCH 0/7] UHS-I support for sh_mobile_sdhi
 2015-05-11 14:58 UTC  (34+ messages)
` [RFC PATCH 1/7] mmc: tmio: Add UHS-I mode support
` [RFC PATCH 2/7] mmc: sh_mobile_sdhi: Add actual clock rate support
` [RFC PATCH 3/7] pinctrl: sh-pfc: r8a7790: Add regulators for SD voltage switch
` [RFC PATCH 4/7] ARM: shmobile: r8a7790: Add nodes for pfc SD voltage regulators
` [RFC PATCH 5/7] mmc: sh_mobile_sdhi: Add UHS-I mode support
    ` [Linux-kernel] "
` [RFC PATCH 6/7] ARM: shmobile: r8a7790-lager.dts: Set sdhi and mmcif clock rates

[PATCH] mmc: core: don't call bus_ops->power_restore if already on
 2015-05-11 14:04 UTC  (7+ messages)

[PATCH 0/2] mmc: cast to avoid unexpected error
 2015-05-11 10:31 UTC  (7+ messages)
    ` [PATCH 0/2 v2] "
      ` [PATCH 1/2 v2] mmc: cast u8 to unsigned long long "
      ` [PATCH 2/2 v2] mmc: cast unsigned int to typeof(sector_t) "

[PATCH 1/3] mmc: card: mmc_test: Simplify a trivial if-return sequence
 2015-05-11 10:31 UTC  (6+ messages)
` [PATCH 2/3] mmc: host: mxcmmc: "
` [PATCH 3/3] mmc: host: sdhci: Use BUG_ON()

[PATCH] mmc: atmel-mci: fix bad variable type for clkdiv
 2015-05-11 10:30 UTC  (2+ messages)

[PATCHv2] sdhci-of-esdhc: Support 8BIT bus width
 2015-05-11 10:30 UTC  (2+ messages)

[PATCH v3 0/7] Add Mediatek MMC driver
 2015-05-11 10:29 UTC  (11+ messages)
` [PATCH v3 2/7] mmc: mediatek: "
` [PATCH v3 3/7] mmc: mediatek: Add PM support for "

[PATCH V2 00/11] mmc: Add support for drive strength for eMMCs
 2015-05-11 10:23 UTC  (3+ messages)

[v3, 2/6] mmc: sdhci-pltfm: support both LE and BE mode for SDHCI platform
 2015-05-11 10:15 UTC  (4+ messages)

[PATCH v2] mmc: sdhci-esdhc-imx: fix abort due to missing runtime PM
 2015-05-11  9:40 UTC  (4+ messages)

[PATCH 3/3 v3] mmc: sh_mmcif: calculate best clock with parent clock
 2015-05-11  5:39 UTC  (9+ messages)
` [PATCH 0/7 v4] mmc: sh_mmcif: add parent clk support
  ` [PATCH 6/7 v4] ARM: shmobile: r8a7790: add MMCIF parent clock range

Pointer Cast to Different Type Warnings in sh_mmcif.c
 2015-05-11  5:25 UTC  (2+ messages)

[PATCH v2 1/2] mmc: sdhci-esdhc-imx: Move mmc_of_parse() to the dt probe
 2015-05-09 12:57 UTC  (2+ messages)
` [PATCH v2 2/2] mmc: sdhci-esdhc-imx: Do not break platform data boards

[PATCH 1/2] mmc: sdhci-esdhc-imx: Move mmc_of_parse() to the dt probe
 2015-05-09 12:49 UTC  (5+ messages)
` [PATCH 2/2] mmc: sdhci-esdhc-imx: Do not break platform data boards

[PATCH V7 00/14] mmc: host: Add facility to support re-tuning
 2015-05-08 13:09 UTC  (17+ messages)
` [PATCH V7 01/14] "
` [PATCH V7 02/14] mmc: core: Enable / disable re-tuning
` [PATCH V7 03/14] mmc: core: Add support for re-tuning before each request
` [PATCH V7 04/14] mmc: core: Hold re-tuning during switch commands
` [PATCH V7 05/14] mmc: core: Hold re-tuning during erase commands
` [PATCH V7 06/14] mmc: core: Hold re-tuning while bkops ongoing
` [PATCH V7 07/14] mmc: mmc: Hold re-tuning in mmc_sleep()
` [PATCH V7 08/14] mmc: core: Separate out the mmc_switch status check so it can be re-used
` [PATCH V7 09/14] mmc: core: Add support for HS400 re-tuning
` [PATCH V7 10/14] mmc: sdhci: Change to new way of doing re-tuning
` [PATCH V7 11/14] mmc: core: Flag re-tuning is needed on CRC errors
` [PATCH V7 12/14] mmc: block: Check re-tuning in the recovery path
` [PATCH V7 13/14] mmc: block: Retry errored data requests when re-tuning is needed
` [PATCH V7 14/14] mmc: core: Don't print reset warning if reset is not supported

[PATCH] mmc: sdhci-esdhc-imx: Remove unneeded code
 2015-05-08 12:27 UTC  (6+ messages)

[PATCH v6 0/2] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller
 2015-05-08  8:10 UTC  (5+ messages)
  ` [PATCH v6 1/2] arm64: dts: Add the arasan sdhci nodes in apm-storm.dtsi
` [PATCH v6 2/2] mmc: sdhci: Add support to disable SDR104/SDR50/DDR50 based on capability register 0

[GIT PULL] MMC fixes for v.4.1 rc3
 2015-05-08  7:23 UTC 

[GIT PULL] Update dw-mmc controller
 2015-05-08  7:06 UTC  (3+ messages)

[v3, 6/6] mmc: esdhc: add eMMC DDR mode support
 2015-05-08  6:51 UTC 

[v3, 5/6] powerpc/85xx: specify 'big-endian' property for eSDHC in dts
 2015-05-08  6:51 UTC 

[v3, 4/6] mmc: sdhci: apply both LE and BE mode support to sdhci-of-esdhc
 2015-05-08  6:50 UTC 

[v3, 3/6] mmc: sdhci: apply both LE and BE mode support to sdhci-of-hwld
 2015-05-08  6:50 UTC 

[v3, 1/6] mmc: core: check endian mode in mmc_of_parse
 2015-05-08  6:50 UTC 

execution order of packed command in eMMC
 2015-05-07 14:38 UTC  (3+ messages)

[PATCH v2 0/3] dw_mmc-k3 support hi6220
 2015-05-07  7:56 UTC  (4+ messages)
` [PATCH v2 1/3] Document: dw_mmc-k3: add document of hi6220 mmc
` [PATCH v2 2/3] mmc: dw_mmc: add switch_voltage
  ` [PATCH v2 3/3] mmc: dw_mmc: k3: support hi6220

[PATCH v2 0/3] dw_mmc-k3 support hi6220
 2015-05-07  7:51 UTC 

[PATCH V6 00/15] mmc: host: Add facility to support re-tuning
 2015-05-07  7:49 UTC  (20+ messages)
` [PATCH V6 03/15] mmc: core: Add support for re-tuning before each request
` [PATCH V6 08/15] mmc: mmc: Hold re-tuning if the card is put to sleep
` [PATCH V6 12/15] mmc: sdhci: Flag re-tuning is needed on CRC or End-Bit errors

[PATCH] mmc: card: not access RPMB partition for normal read and write
 2015-05-06 13:26 UTC  (4+ messages)

[PATCH v5 0/1] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller
 2015-05-06 12:47 UTC  (13+ messages)
  ` [PATCH v5 1/1] arm64: dts: Add the arasan sdhc nodes in apm-storm.dtsi

Disable and/or RPMB partitions
 2015-05-06 10:05 UTC  (2+ messages)

[PATCH/RFC] mmc: sh_mmcif: Fix timeout value for command request
 2015-05-06 10:00 UTC  (2+ messages)

[PATCH] mmc: dw_mmc: dw_mci_get_cd check MMC_CAP_NONREMOVABLE
 2015-05-06  7:23 UTC  (13+ messages)

[PATCH] sdhci-of-esdhc: Support 8BIT bus width
 2015-05-05 13:01 UTC  (6+ messages)

[PATCH] mmc: sdhci-{pxav2,pxav3}: Use of_match_ptr() macro
 2015-05-05 10:34 UTC  (3+ messages)

[PATCH 1/2] mmc: sdhci: Add quirk to disable write-protect detection
 2015-05-05 10:15 UTC  (5+ messages)
` [PATCH 2/2] mmc: sdhci: DT: Allow to specify that no write protect signal is present

[PATCH v4 0/3] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller
 2015-05-05  8:53 UTC  (4+ messages)

[PATCH mmc 0/4] Cleanup fixes for tmio_mmc
 2015-05-05  8:37 UTC  (3+ messages)
  ` [Linux-kernel] "

[PATCH 1/6] mmc: davinci: Constify platform_device_id
 2015-05-05  8:36 UTC  (2+ messages)

[PATCH 1/2] mmc: sdhci-sirf: fix the tuning count in platform_execute_tuning
 2015-05-05  8:35 UTC  (4+ messages)
` [PATCH 2/2] mmc: sdhci-sirf: fake version and capbility registers

[PATCH 1/2] mmc: sdhci_f_sdh30: Staticize local functions
 2015-05-05  8:34 UTC  (3+ messages)
` [PATCH 2/2] mmc: sdhci_f_sdh30: Fix the size passed to sdhci_alloc_host


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