linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-08 09:14:46 to 2015-04-23 13:42:52 UTC [more...]

[RFC/RFT 4/6] mmc: sdhci-msm: convert driver to use runtime PM apis
 2015-04-23 13:42 UTC  (3+ messages)

[PATCH] mmc: core: add missing pm event in mmc_pm_notify to fix hib restore
 2015-04-23 13:19 UTC  (2+ messages)

[PATCH v2] mmc: sdio: add reset callback to bus operations
 2015-04-23 11:15 UTC 

mmc: sh_mmcif: add PLL support
 2015-04-23 10:07 UTC  (37+ messages)
  ` [PATCH 1/3] mmc: sh_mmcif: move mmcif_of_match to upside
  ` [PATCH 2/3] mmc: sh_mmcif: cleanup to use dev instead of &pdev->dev
  ` [PATCH 3/3] mmc: sh_mmcif: calculate best clock with PLL
` [PATCH 0/3 v2] mmc: sh_mmcif: add PLL support
  ` [PATCH 1/3 v2] mmc: sh_mmcif: move mmcif_of_match to upside
  ` [PATCH 2/3 v2] mmc: sh_mmcif: cleanup to use dev instead of &pdev->dev
  ` [PATCH 3/3 v2] mmc: sh_mmcif: calculate best clock with parent clock
` [PATCH 0/3 v3] mmc: sh_mmcif: add PLL support
  ` [PATCH 1/3 v3] mmc: sh_mmcif: move mmcif_of_match to upside
  ` [PATCH 2/3 v3] mmc: sh_mmcif: cleanup to use dev instead of &pdev->dev
  ` [PATCH 3/3 v3] mmc: sh_mmcif: calculate best clock with parent clock
` [PATCH 0/7 v4] mmc: sh_mmcif: add parent clk support
  ` [PATCH 1/7 v4] mmc: sh_mmcif: move mmcif_of_match to upside
  ` [PATCH 2/7 v4] mmc: sh_mmcif: cleanup to use dev instead of &pdev->dev
  ` [PATCH 3/7 v4] mmc: sh_mmcif: remove unnecessary int clk from struct sh_mmcif_host
  ` [PATCH 4/7 v4] mmc: sh_mmcif: separate sh_mmcif_clk_update() into setup and prepare
  ` [PATCH 5/7 v4] mmc: sh_mmcif: calculate best clock with parent clock
  ` [PATCH 6/7 v4] ARM: shmobile: r8a7790: add MMCIF parent clock range
  ` [PATCH 7/7 v4] ARM: shmobile: r8a7791: "

[PATCH] mmc-utils: remove obsolete do_write_extcsd function declaration
 2015-04-22 17:42 UTC  (3+ messages)
` [PATCH] mmc-utils: change .gitignore file to hide temporal files in sub folders
` [PATCH] mmc-utils: delete dependency files after make clean invocation

emmc 4.4x fast boot question
 2015-04-22 13:11 UTC 

[PATCH 07/10] brcmfmac: fix sdio suspend and resume
 2015-04-22 13:02 UTC  (4+ messages)

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

[GIT PULL] MMC fixes for v.4.1 rc1
 2015-04-22  8:05 UTC 

[RFC] i.MX25/35/SDHCI: switch off DMA usage
 2015-04-22  7:33 UTC  (4+ messages)

[PATCH v2 RESEND 0/2] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller
 2015-04-21 15:46 UTC  (4+ messages)
  ` [PATCH v2 RESEND 1/2] arm64: dts: Add the arasan sdhc nodes in apm-storm.dtsi
  ` [PATCH v2 RESEND 2/2] mmc: host: Add some quirks to be read from fdt in sdhci-pltm.c

[RFC/PATCH] mmc: block: use block layer pm helpers for pm of card device
 2015-04-21 14:20 UTC 

[RFC PATCH 0/4] mmc: sdhci: Support maximum DMA latency request via PM QoS
 2015-04-21 10:25 UTC  (6+ messages)
` [RFC PATCH 1/4] PM / QoS: Add pm_qos_cancel_request_lazy() that doesn't sleep

[PATCH] sdhci-of-esdhc: Support 8BIT bus width
 2015-04-20 21:11 UTC 

[PATCH] sdhci-of-esdhc: Pre divider starts at 1
 2015-04-20 21:12 UTC 

[PATCH 5/7] mmc: host: sdhci-esdhc-imx: fix broken email address
 2015-04-20 13:51 UTC 

[PATCH v2 0/5] Add Mediatek MMC driver
 2015-04-20  8:31 UTC  (15+ messages)
` [PATCH v2 1/5] mmc: dt-bindings: add Mediatek MMC bindings
` [PATCH v2 2/5] mmc: mediatek: Add Mediatek MMC driver
    ` 答复: "
` [PATCH v2 3/5] mmc: mediatek: Add PM support for "

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

[PATCH] Revert "mmc: core: Convert mmc_driver to device_driver"
 2015-04-16 22:44 UTC  (2+ messages)

[PATCH V4 00/15] mmc: host: Add facility to support re-tuning
 2015-04-16 11:28 UTC  (27+ messages)
` [PATCH V4 01/15] "

[PATCH] mmc: pwrseq: dt: example with reset clock and active low pin
 2015-04-16  8:03 UTC 

[v2, 4/4] mmc: esdhc: add eMMC DDR mode support
 2015-04-14 10:05 UTC 

[v2, 3/4] mmc: sdhci: apply little-endian mode support to sdhci-of-esdhc
 2015-04-14 10:05 UTC 

[v2, 2/4] mmc: sdhci: apply little-endian mode support to sdhci-of-hwld
 2015-04-14 10:05 UTC 

[v2, 1/4] mmc: sdhci-pltfm: add little-endian mode support for SDHCI platform
 2015-04-14 10:04 UTC 

[PATCH 1/1] mmc: pwrseq: Fix error code propagation in mmc_pwrseq_simple_alloc()
 2015-04-14  9:20 UTC  (3+ messages)

[PATCH 0/2][RFC] mmc: cast to avoid unexpected error
 2015-04-14  4:07 UTC  (6+ messages)
      ` [PATCH 2/2][RFC] mmc: cast unsigned int to typeof(sector_t) "
    ` [PATCH 0/2] mmc: cast "
      ` [PATCH 1/2] mmc: cast u8 to unsigned long long "
      ` [PATCH 2/2] mmc: cast unsigned int to typeof(sector_t) "

[PATCH] mmc: sdio: add reset callback to bus operations
 2015-04-13  9:30 UTC 

[GIT PULL] MMC for v.4.1
 2015-04-13  8:46 UTC 

[PATCH] mmc: dw_mmc: add fixed divider for ciu_clk on SoCFPGA
 2015-04-10 18:21 UTC  (4+ messages)

[PATCH v5 0/9] Add sd/emmc support for stih407 family silicon
 2015-04-10 11:06 UTC  (11+ messages)
` [PATCH v5 1/9] mmc: sdhci-st: Add macros for register offsets and bitfields for mmcss glue regs
` [PATCH v5 2/9] mmc: sdhci-st: Add support for de-asserting reset signal and top regs resource
` [PATCH v5 3/9] mmc: sdhci-st: Add delay management functions for top registers (eMMC)
` [PATCH v5 4/9] mmc: sdhci-st: Add st_mmcss_cconfig function to configure mmcss glue registers
` [PATCH v5 5/9] mmc: sdhci-st: Add sdhci_st_set_uhs_signaling function
` [PATCH v5 6/9] mmc: sdhci-st: Update the quirks for this controller
` [PATCH v5 7/9] mmc: sdhci-st: Update ST SDHCI binding documentation
` [PATCH v5 9/9] ARM: STi: DT: STiH418: Add dt nodes for sdhci and emmc
  ` [PATCH v5 8/9] ARM: STi: DT: STiH407: "

[PATCH v4 0/9] Add sd/emmc support for stih407 family silicon
 2015-04-10  9:15 UTC  (11+ messages)
` [PATCH v4 1/9] mmc: sdhci-st: Add macros for register offsets and bitfields for mmcss glue regs
` [PATCH v4 2/9] mmc: sdhci-st: Add support for de-asserting reset signal and top regs resource
` [PATCH v4 3/9] mmc: sdhci-st: Add delay management functions for top registers (eMMC)
` [PATCH v4 4/9] mmc: sdhci-st: Add st_mmcss_cconfig function to configure mmcss glue registers
` [PATCH v4 5/9] mmc: sdhci-st: Add sdhci_st_set_uhs_signaling function
` [PATCH v4 6/9] mmc: sdhci-st: Update the quirks for this controller
` [PATCH v4 7/9] mmc: sdhci-st: Update ST SDHCI binding documentation
` [PATCH v4 8/9] ARM: STi: DT: STiH407: Add dt nodes for sdhci and emmc
` [PATCH v4 9/9] ARM: STi: DT: STiH418: "

[PATCH v2 0/2] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller
 2015-04-09 16:11 UTC  (5+ messages)
` [PATCH v2 2/2] mmc: host: Add some quirks to be read from fdt in sdhci-pltm.c

[PATCH v4 0/1] mmc: dw_mmc: Add runtime pm to dw_mmc
 2015-04-09  9:43 UTC  (4+ messages)
` [PATCH v4 1/1] "

[PATCH v3] mmc: sdhci-esdhc-imx: Call mmc_of_parse()
 2015-04-09  7:16 UTC  (2+ messages)

[GIT PULL] Update codes relevant to dw-mmc controller for mmc-next
 2015-04-09  7:12 UTC  (2+ messages)

[PATCH v2] mmc: sdhci-esdhc-imx: Call mmc_pwrseq_alloc()
 2015-04-08 12:52 UTC  (3+ messages)

[PATCH v4 2/4] mmc: core: Add mmc_regulator_set_vqmmc()
 2015-04-08 11:28 UTC  (2+ messages)

[PATCH] mmc: sdhci-of-arasan: Call OF parsing for MMC
 2015-04-08 10:08 UTC  (2+ messages)

[PATCH] sdhci: rtsx: fix 64 BIT DMA quirks
 2015-04-08 10:07 UTC  (2+ messages)

[PATCH] mmc: sleep notification
 2015-04-08  9:49 UTC  (16+ messages)

[PATCH 1/2] mmc: esdhc: add eSDHC little-endian mode support
 2015-04-08  9:35 UTC  (2+ 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).