linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-15 20:24:05 to 2018-08-30 15:06:15 UTC [more...]

[PATCH v3 00/38] Tegra SDHCI add support for HS200 and UHS signaling
 2018-08-30 15:06 UTC  (15+ messages)
` [PATCH v3 01/38] dt-bindings: Add Tegra PMC pad configuration bindings
` [PATCH v3 02/38] dt-bindings: mmc: tegra: Add pad voltage control properties
` [PATCH v3 03/38] dt-bindings: Add Tegra SDHCI pad pdpu offset bindings
` [PATCH v3 04/38] dt-bindings: mmc: Add Tegra SDHCI sampling trimmer values
` [PATCH v3 05/38] soc/tegra: pmc: Fix pad voltage configuration for Tegra186
` [PATCH v3 06/38] soc/tegra: pmc: Factor out DPD register bit calculation
` [PATCH v3 07/38] soc/tegra: pmc: Implement tegra_io_pad_is_powered()
` [PATCH v3 08/38] soc/tegra: pmc: Use X macro to generate IO pad tables
` [PATCH v3 09/38] soc/tegra: pmc: Remove public pad voltage APIs
` [PATCH v3 10/38] soc/tegra: pmc: Implement pad configuration via pinctrl
` [PATCH v3 11/38] mmc: tegra: Reconfigure pad voltages during voltage switching
` [PATCH v3 12/38] mmc: tegra: Poll for calibration completion
` [PATCH v3 13/38] mmc: tegra: Set calibration pad voltage reference
` [PATCH v3 14/38] mmc: tegra: Power on the calibration pad

[PATCH v3 0/6] mmc: tmio: refactor TMIO core a bit and add UniPhier SD/eMMC controller support
 2018-08-30 12:30 UTC  (18+ messages)
` [PATCH v3 1/6] mmc: tmio: replace tmio_mmc_clk_stop() calls with tmio_mmc_set_clock()
` [PATCH v3 2/6] mmc: tmio: move tmio_mmc_set_clock() to platform hook
` [PATCH v3 3/6] dt-bindings: mmc: add DT binding for UniPhier SD/eMMC controller
` [PATCH v3 4/6] mmc: uniphier-sd: add UniPhier SD/eMMC controller driver
` [PATCH v3 5/6] mmc: renesas_sdhi: merge clk_{start,stop} functions to set_clock
` [PATCH v3 6/6] mmc: tmio: refactor CLK_CTL bit calculation

[GIT PULL] MMC fixes for v4.19-rc2
 2018-08-30 12:20 UTC 

4.19.0-rc1 rtsx_pci_sdmmc.0: error: data->host_cookie = 62, host->cookie = 63
 2018-08-30 12:03 UTC  (2+ messages)

[RFC RFT PATCH 0/4] gpiolib: speed up GPIO array processing
 2018-08-30 11:10 UTC  (20+ messages)
  ` [RFC RFT PATCH v4 1/4] gpiolib: Pass bitmaps, not integer arrays, to get/set array
  ` [RFC RFT PATCH v4 2/4] gpiolib: Identify arrays matching GPIO hardware
  ` [RFC RFT PATCH v4 3/4] gpiolib: Pass array info to get/set array functions
  ` [RFC RFT PATCH v4 4/4] gpiolib: Implement fast processing path in get/set array
  ` [PATH v5 0/4] gpiolib: speed up GPIO array processing
    ` [PATCH v5 1/4] gpiolib: Pass bitmaps, not integer arrays, to get/set array
    ` [PATCH v5 2/4] gpiolib: Identify arrays matching GPIO hardware
    ` [PATCH v5 3/4] gpiolib: Pass array info to get/set array functions
    ` [PATCH v5 4/4] gpiolib: Implement fast processing path in get/set array

[PATCH V8 0/9] mmc: add support for sdhci 4.0
 2018-08-30  8:41 UTC  (12+ messages)
` [PATCH V8 1/9] mmc: sdhci: Add version V4 definition
` [PATCH V8 2/9] mmc: sdhci: Add sd host v4 mode
` [PATCH V8 3/9] mmc: sdhci: Change SDMA address register for "
` [PATCH V8 4/9] mmc: sdhci: Add ADMA2 64-bit addressing support for V4 mode
` [PATCH V8 5/9] mmc: sdhci: Add 32-bit block count support for v4 mode
` [PATCH V8 6/9] mmc: sdhci: Add Auto CMD Auto Select support
` [PATCH V8 7/9] mmc: sdhci: SDMA may use Auto-CMD23 in v4 mode
` [PATCH V8 8/9] mmc: sdhci-sprd: Add Spreadtrum's initial host controller
` [PATCH V8 9/9] dt-bindings: sdhci-sprd: Add bindings for the sdhci-sprd controller

[PATCH V7 0/9] mmc: add support for sdhci 4.0
 2018-08-30  8:23 UTC  (23+ messages)
` [PATCH V7 1/9] mmc: sdhci: Add version V4 definition
` [PATCH V7 2/9] mmc: sdhci: Add sd host v4 mode
` [PATCH V7 3/9] mmc: sdhci: Change SDMA address register for "
` [PATCH V7 4/9] mmc: sdhci: Add ADMA2 64-bit addressing support for V4 mode
` [PATCH V7 5/9] mmc: sdhci: Add 32-bit block count support for v4 mode
` [PATCH V7 6/9] mmc: sdhci: Add Auto CMD Auto Select support
` [PATCH V7 7/9] mmc: sdhci: SDMA may use Auto-CMD23 in v4 mode
` [PATCH V7 8/9] mmc: sdhci-sprd: Add Spreadtrum's initial host controller
` [PATCH V7 9/9] dt-bindings: sdhci-sprd: Add bindings for the sdhci-sprd controller

[PATCH v2 00/40] Tegra SDHCI add support for HS200 and UHS signaling
 2018-08-28 15:41 UTC  (17+ messages)
` [PATCH v2 11/40] mmc: sdhci: Add a quirk to skip clearing the transfer mode register on tuning
` [PATCH v2 25/40] mmc: sdhci: Add a quirk to disable card clock during tuning

[PATCH] mmc: Convert to using %pOFn instead of device_node.name
 2018-08-28 11:41 UTC  (3+ messages)

[PATCH v6 0/3] solve SDHCI DWC MSHC 128MB DMA boundary limitation
 2018-08-28 11:41 UTC  (6+ messages)
` [PATCH v6 1/3] mmc: sdhci: add adma_table_cnt member to struct sdhci_host
` [PATCH v6 2/3] mmc: sdhci: introduce adma_write_desc() hook to struct sdhci_ops
` [PATCH v6 3/3] mmc: sdhci-of-dwcmshc: solve 128MB DMA boundary limitation

[PATCH v5 0/3] solve SDHCI DWC MSHC 128MB DMA boundary limitation
 2018-08-28  9:53 UTC  (6+ messages)
` [PATCH v5 1/3] mmc: sdhci: add adma_table_cnt member to struct sdhci_host
` [PATCH v5 2/3] mmc: sdhci: introduce adma_write_desc() hook to struct sdhci_ops
` [PATCH v5 3/3] mmc: sdhci-of-dwcmshc: solve 128MB DMA boundary limitation

[PATCH v2 0/8] Tegra SDHCI support HS400 on Tegra210 and Tegra186
 2018-08-27 11:47 UTC  (6+ messages)

[PATCH V5 00/10] mmc: add support for sdhci 4.0
 2018-08-27 11:07 UTC  (19+ messages)
` [PATCH V5 01/10] mmc: sdhci: Add version V4 definition
` [PATCH V5 02/10] mmc: sdhci: Add sd host v4 mode
` [PATCH V5 03/10] mmc: sdhci: Change SDMA address register for "
` [PATCH V5 04/10] mmc: sdhci: Add ADMA2 64-bit addressing support for V4 mode
` [PATCH V5 05/10] mmc: sdhci: Add 32-bit block count support for v4 mode
` [PATCH V5 06/10] mmc: sdhci: Disable auto-CMD23 if stuff bits is set in CMD23 argument
` [PATCH V5 07/10] mmc: sdhci: Add Auto CMD Auto Select support
` [PATCH V5 08/10] mmc: sdhci: SDMA may use Auto-CMD23 in v4 mode
` [PATCH V5 09/10] mmc: sdhci-sprd: Add Spreadtrum's initial host controller
` [PATCH V5 10/10] dt-bindings: sdhci-sprd: Add bindings for the sdhci-sprd controller

[PATCH 0/2] Tegra SDHCI rerun pad calibration periodically
 2018-08-27 10:11 UTC  (9+ messages)
` [PATCH 1/2] mmc: sdhci: Export sdhci_request()
` [PATCH 2/2] mmc: tegra: Implement periodic pad calibration

[PATCH V6 0/9] mmc: add support for sdhci 4.0
 2018-08-27  7:52 UTC  (13+ messages)
` [PATCH V6 1/9] mmc: sdhci: Add version V4 definition
` [PATCH V6 2/9] mmc: sdhci: Add sd host v4 mode
` [PATCH V6 3/9] mmc: sdhci: Change SDMA address register for "
` [PATCH V6 4/9] mmc: sdhci: Add ADMA2 64-bit addressing support for V4 mode
` [PATCH V6 5/9] mmc: sdhci: Add 32-bit block count support for v4 mode
` [PATCH V6 6/9] mmc: sdhci: Add Auto CMD Auto Select support
` [PATCH V6 7/9] mmc: sdhci: SDMA may use Auto-CMD23 in v4 mode
` [PATCH V6 8/9] mmc: sdhci-sprd: Add Spreadtrum's initial host controller
` [PATCH V6 9/9] dt-bindings: sdhci-sprd: Add bindings for the sdhci-sprd controller

[PATCH v4 0/3] solve SDHCI DWC MSHC 128MB DMA boundary limitation
 2018-08-27  7:39 UTC  (8+ messages)
` [PATCH v4 1/3] mmc: sdhci: add adma_table_cnt member to struct sdhci_host
` [PATCH v4 2/3] mmc: sdhci: introduce adma_write_desc() hook to struct sdhci_ops
` [PATCH v4 3/3] mmc: sdhci-of-dwcmshc: solve 128MB DMA boundary limitation

[PATCH] mmc: jz4740: Add support for the JZ4725B
 2018-08-22  9:49 UTC  (2+ messages)

[PATCH 00/11] tree-wide: use SPDX identifier for Renesas drivers
 2018-08-22  9:49 UTC  (4+ messages)
` [PATCH 04/11] mmc: "

[PATCH] mmc: jz4740: Drop dependency on MACH_JZ4740/80
 2018-08-22  9:48 UTC  (2+ messages)

[PATCH v2 1/1] mmc: dw_mmc: hi3798cv200: add MMC_CAP_CMD23 cap
 2018-08-22  9:48 UTC  (3+ messages)

[PATCH 0/2] Add SDHI support to r8a774a1
 2018-08-22  9:48 UTC  (9+ messages)
` [PATCH 1/2] mmc: renesas_sdhi_internal_dmac: Whitelist r8a774a1
` [PATCH 2/2] mmc: renesas_sdhi: Add r8a774a1 support

[PATCH v4 0/2] Add ACPI support to IPROC SDHCI
 2018-08-22  9:48 UTC  (2+ messages)

[PATCH] mmc: sdhci-of-arasan: Do now show error message in case of deffered probe
 2018-08-22  9:48 UTC  (2+ messages)

[PATCH 0/2] atmel-mci and maybe android-goldfish broken on 4.18
 2018-08-21 14:19 UTC  (4+ messages)
` [PATCH 1/2] mmc: atmel-mci: fix bad logic of sg_copy_{from,to}_buffer conversion
` [PATCH 2/2] mmc: android-goldfish: "

[GIT PULL] MMC updates for v4.19
 2018-08-17 10:23 UTC 

[PATCH 1/1] mmc: dw_mmc: hi3798cv200: add MMC_CAP_CMD23 capability
 2018-08-16 10:03 UTC  (3+ 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).