linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-30 19:06:41 to 2018-09-21 11:26:25 UTC [more...]

[RFC RFT PATCH 0/4] gpiolib: speed up GPIO array processing
 2018-09-21 11:26 UTC  (44+ messages)
` [PATH v5 "
  ` [PATCH v5 1/4] gpiolib: Pass bitmaps, not integer arrays, to get/set array
  ` [PATH v6 0/4] gpiolib: speed up GPIO array processing
    ` [PATCH v6 1/4] gpiolib: Pass bitmaps, not integer arrays, to get/set array
    ` [PATCH v6 2/4] gpiolib: Identify arrays matching GPIO hardware
    ` [PATCH v6 3/4] gpiolib: Pass array info to get/set array functions
    ` [PATCH v6 4/4] gpiolib: Implement fast processing path in get/set array
    ` [PATCH v7 0/4] gpiolib: speed up GPIO array processing
      ` [PATCH v7 1/4] gpiolib: Pass bitmaps, not integer arrays, to get/set array
      ` [PATCH v7 2/4] gpiolib: Identify arrays matching GPIO hardware
      ` [PATCH v7 3/4] gpiolib: Pass array info to get/set array functions
      ` [PATCH v7 4/4] gpiolib: Implement fast processing path in get/set array
      ` [PATCH v8 0/4] gpiolib: speed up GPIO array processing
        ` [PATCH v8 1/4] gpiolib: Pass bitmaps, not integer arrays, to get/set array
        ` [PATCH v8 2/4] gpiolib: Identify arrays matching GPIO hardware
        ` [PATCH v8 3/4] gpiolib: Pass array info to get/set array functions
        ` [PATCH v8 4/4] gpiolib: Implement fast processing path in get/set array

[PATCHv3 0/7] Add support for UHS-I on Exynos5422 odroid boards
 2018-09-21 11:12 UTC  (10+ messages)
` [PATCHv3 1/7] ARM: dts: exynos5422: Added UHS-I bus speed support
` [PATCHv3 2/7] ARM: dts: exynos5422: fix regulator min values of LDO13 for Odroid XU3/XU4
` [PATCHv3 3/7] ARM: dts: exynos5422: update maximum frequency for sdcard to 200MHz
` [PATCHv3 4/7] ARM: dts: exynos5422: use cd-gpio method to detect sd-card
` [PATCHv3 5/7] ARM: dts: exynos5422: use wp-gpio "
` [PATCHv3 6/7] ARM: dts: exynos5422: update maximum frequency for emmc to 200MHz
` [PATCHv3 7/7] mmc: dw_mmc-exynos: Add tuning for sdr and ddr timing for USH-I mode

[PATCH V2 1/3] mmc: sdhci: Allow platform controlled voltage switching
 2018-09-21 10:32 UTC  (5+ messages)
` [PATCH V2 2/3] dt-bindings: mmc: sdhci-msm: Add entries for passing load values
` [PATCH V2 3/3] mmc: sdhci-msm: Use internal voltage control

[PATCH V2 00/27] mmc: mmci: add sdmmc variant for stm32
 2018-09-21  9:46 UTC  (28+ messages)
` [PATCH V2 01/27] mmc: mmci: internalize dma map/unmap into mmci dma functions
` [PATCH V2 02/27] mmc: mmci: internalize dma_inprogress "
` [PATCH V2 03/27] mmc: mmci: convert dma_setup callback to return an int
` [PATCH V2 04/27] mmc: mmci: introduce dma_priv pointer to mmci_host
` [PATCH V2 05/27] mmc: mmci: move mmci next cookie to mci host
` [PATCH V2 06/27] mmc: mmci: merge prepare data functions
` [PATCH V2 07/27] mmc: mmci: add prepare/unprepare_data callbacks
` [PATCH V2 08/27] mmc: mmci: add get_next_data callback
` [PATCH V2 09/27] mmc: mmci: modify dma_setup callback
` [PATCH V2 10/27] mmc: mmci: add dma_release callback
` [PATCH V2 11/27] mmc: mmci: add dma_start callback
` [PATCH V2 12/27] mmc: mmci: add dma_finalize callback
` [PATCH V2 13/27] mmc: mmci: add dma_error callback
` [PATCH V2 14/27] mmc: mmci: add validate_data callback
` [PATCH V2 15/27] mmc: mmci: add set_clk/pwrreg callbacks
` [PATCH V2 16/27] mmc: mmci: add datactrl block size variant property
` [PATCH V2 17/27] mmc: mmci: expand startbiterr to irqmask and error check
` [PATCH V2 18/27] mmc: mmci: add variant properties to define cpsm & cmdresp bits
` [PATCH V2 19/27] mmc: mmci: add variant property to define dpsm bit
` [PATCH V2 20/27] mmc: mmci: add variant property to define irq pio mask
` [PATCH V2 21/27] mmc: mmci: add variant property to write datactrl before command
` [PATCH V2 22/27] mmc: mmci: add variant property to not read datacnt
` [PATCH V2 23/27] mmc: mmci: add variant property to request a reset
` [PATCH V2 24/27] mmc: mmci: add clock divider for stm32 sdmmc
` [PATCH V2 25/27] mmc: mmci: add stm32 sdmmc registers
` [PATCH V2 26/27] mmc: mmci: add DT bindings for STM32 sdmmc
` [PATCH V2 27/27] mmc: mmci: add stm32 sdmmc variant

[PATCH V2 00/27] mmc: mmci: add sdmmc variant for stm32
 2018-09-21  7:42 UTC  (30+ messages)
` [PATCH V2 01/27] mmc: mmci: internalize dma map/unmap into mmci dma functions
` [PATCH V2 02/27] mmc: mmci: internalize dma_inprogress "
` [PATCH V2 03/27] mmc: mmci: convert dma_setup callback to return an int
` [PATCH V2 04/27] mmc: mmci: introduce dma_priv pointer to mmci_host
` [PATCH V2 05/27] mmc: mmci: move mmci next cookie to mci host
` [PATCH V2 06/27] mmc: mmci: merge prepare data functions
` [PATCH V2 07/27] mmc: mmci: add prepare/unprepare_data callbacks
` [PATCH V2 08/27] mmc: mmci: add get_next_data callback
` [PATCH V2 09/27] mmc: mmci: modify dma_setup callback
` [PATCH V2 10/27] mmc: mmci: add dma_release callback
` [PATCH V2 11/27] mmc: mmci: add dma_start callback
` [PATCH V2 12/27] mmc: mmci: add dma_finalize callback
` [PATCH V2 13/27] mmc: mmci: add dma_error callback
` [PATCH V2 14/27] mmc: mmci: add validate_data callback
` [PATCH V2 15/27] mmc: mmci: add set_clk/pwrreg callbacks
` [PATCH V2 16/27] mmc: mmci: add datactrl block size variant property
` [PATCH V2 17/27] mmc: mmci: expand startbiterr to irqmask and error check
` [PATCH V2 18/27] mmc: mmci: add variant properties to define cpsm & cmdresp bits
` [PATCH V2 19/27] mmc: mmci: add variant property to define dpsm bit
` [PATCH V2 20/27] mmc: mmci: add variant property to define irq pio mask
` [PATCH V2 21/27] mmc: mmci: add variant property to write datactrl before command
` [PATCH V2 22/27] mmc: mmci: add variant property to not read datacnt
` [PATCH V2 23/27] mmc: mmci: add variant property to request a reset
` [PATCH V2 24/27] mmc: mmci: add clock divider for stm32 sdmmc
` [PATCH V2 25/27] mmc: mmci: add stm32 sdmmc registers
` [PATCH V2 26/27] mmc: mmci: add DT bindings for STM32 sdmmc
` [PATCH V2 27/27] mmc: mmci: add stm32 sdmmc variant

[PATCH] mmc: mmci: Drop support for pdata GPIO numbers
 2018-09-20 23:01 UTC 

[RFC PATCH v2 0/4] Add support for SD Tap Delay setting for ZynqMP
 2018-09-20  9:30 UTC  (5+ messages)
` [RFC PATCH v2 1/4] dt: bindings: Add SD tap value properties details for 'xlnx,zynqmp-8.9a'
` [RFC PATCH v2 2/4] firmware: xilinx: Add macros and API for SD tap delays
` [RFC PATCH v2 3/4] sdhci: arasan: Add support to read and set tap delays from DT for ZynqMP
` [RFC PATCH v2 4/4] arm64: zynqmp: Add 'xlnx,mio-bank' property in SDHCI node

[PATCH] mmc: core: Fix debounce time to use microseconds
 2018-09-18 23:16 UTC 

[PATCH] sdhci: arasan: Add runtime PM support
 2018-09-18 15:04 UTC 

[RFC PATCH 0/4] Add auto tuning support for ZynqMP SDHCI controller
 2018-09-18 13:45 UTC  (5+ messages)
` [RFC PATCH 1/4] firmware: xilinx: Add SD Node and DLL Reset Data APIs
` [RFC PATCH 2/4] dt-bindings: mmc: arasan: Document 'xlnx,zynqmp-8.9a' controller
` [RFC PATCH 3/4] mmc: sdhci-of-arasan: Add auto tuning support for ZynqMP platform
` [RFC PATCH 4/4] arm64: zynqmp: Add new SDHCI compatible string

[PATCH V1 0/3] Internal voltage control for platform drivers
 2018-09-18 11:35 UTC  (4+ messages)
` [PATCH V1 3/3] mmc: sdhci-msm: Use internal voltage control

[PATCH] mmc: mxcmmc: replace spin_lock_irqsave with spin_lock in ISR
 2018-09-17 18:35 UTC  (3+ messages)

[PATCH mmc-next] mmc: sdhci: fix __sdhci_adma_write_desc
 2018-09-17 18:35 UTC  (3+ messages)

[GIT PULL] MMC fixes for v4.19-rc4
 2018-09-13 15:06 UTC 

[PATCH 00/25] Change tty_port(standard)_install's return type
 2018-09-12 14:41 UTC  (30+ messages)
` [PATCH 01/25] tty: Change return type to void
` [PATCH 02/25] isdn: i4l: isdn_tty: "
` [PATCH 03/25] s390: char: con3215: "
` [PATCH 04/25] s390: char: tty3270: "
` [PATCH 05/25] tty: hvc: hvc_console: "
` [PATCH 06/25] tty: hvc: hvcs: "
` [PATCH 07/25] tty: mips_ejtag_fdc: "
` [PATCH 08/25] tty: n_gsm: "
` [PATCH 09/25] tty: serial: kgdb_nmi: "
` [PATCH 10/25] tty: synclink: "
` [PATCH 11/25] tty: synclinkmp: "
` [PATCH 12/25] tty: vt: "
` [PATCH 13/25] usb: xhci: dbc: "
` [PATCH 14/25] Bluetooth: "
` [PATCH 15/25] um: "
` [PATCH 16/25] isdn: capi: "
` [PATCH 17/25] misc: pti: "
` [PATCH 18/25] mmc: core: sdio_uart: "
` [PATCH 19/25] staging: fwserial: "
` [PATCH 20/25] staging: gdm724x: gdm_tty: "
` [PATCH 21/25] staging: greybus: uart: "
` [PATCH 22/25] tty: nozomi: "
` [PATCH 23/25] tty: vcc: "
` [PATCH 24/25] usb: cdc-acm: "
` [PATCH 25/25] usb: usb-serial: "

Rockchip RV1108 mainline kernel support
 2018-09-10 12:42 UTC  (2+ messages)

[PATCH resend] mmc: sunxi: Use new timing mode for A64 eMMC controller
 2018-09-07  8:51 UTC  (3+ messages)

[PATCH] mmc: sunxi: Clarify new timing mode usage and implementation
 2018-09-07  8:51 UTC  (3+ messages)

[PATCH V8 0/9] mmc: add support for sdhci 4.0
 2018-09-07  8:51 UTC  (2+ messages)

[PATCH 00/14] mmc: mmci: prepare dma callbacks with mmci_host_ops
 2018-09-05 10:43 UTC  (14+ messages)
` [PATCH 02/14] mmc: mmci: internalize dma map/unmap into mmci dma functions
` [PATCH 03/14] mmc: mmci: internalize dma_inprogress "
` [PATCH 04/14] mmc: mmci: introduce dma_priv pointer to mmci_host
` [PATCH 06/14] mmc: mmci: merge prepare data functions
` [PATCH 07/14] mmc: mmci: add prepare/unprepare_data callbacks

[PATCH v2] tty: Change tty_{port|standard}_install() return type to void
 2018-09-05  2:50 UTC 

[PATCH] mmc: omap_hsmmc: fix wakeirq handling on removal
 2018-09-04 20:11 UTC  (4+ messages)

[PATCH] mmc: tegra: fix inconsistent IS_ERR and PTR_ERR
 2018-09-04 14:34 UTC  (3+ messages)

[PATCH 0/2] Tegra SDHCI rerun pad calibration periodically
 2018-09-03  6:14 UTC  (4+ messages)
` [PATCH 2/2] mmc: tegra: Implement periodic pad calibration

[PATCH v2 0/8] Tegra SDHCI support HS400 on Tegra210 and Tegra186
 2018-09-03  6:14 UTC  (3+ messages)

[PATCH v3 00/38] Tegra SDHCI add support for HS200 and UHS signaling
 2018-08-31 13:59 UTC  (11+ messages)
` [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 11/38] mmc: tegra: Reconfigure pad voltages during voltage switching

4.19.0-rc1 rtsx_pci_sdmmc.0: error: data->host_cookie = 62, host->cookie = 63
 2018-08-31  6:37 UTC  (4+ 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).