linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-22 12:36:50 to 2017-10-04 09:39:38 UTC [more...]

[PATCH V9 00/15] mmc: Add Command Queue support
 2017-10-04  9:39 UTC  (39+ messages)
` [PATCH V9 01/15] mmc: core: Remove unnecessary host claim
` [PATCH V9 02/15] mmc: core: Introduce host claiming by context
` [PATCH V9 03/15] mmc: core: Add support for handling CQE requests
` [PATCH V9 04/15] mmc: mmc: Enable Command Queuing
` [PATCH V9 05/15] mmc: mmc: Enable CQE's
` [PATCH V9 06/15] mmc: block: Use local variables in mmc_blk_data_prep()
` [PATCH V9 07/15] mmc: block: Prepare CQE data
` [PATCH V9 08/15] mmc: block: Factor out mmc_setup_queue()
` [PATCH V9 09/15] mmc: core: Add parameter use_blk_mq
` [PATCH V9 10/15] mmc: core: Export mmc_start_bkops()
` [PATCH V9 11/15] mmc: core: Export mmc_start_request()
` [PATCH V9 12/15] mmc: core: Export mmc_retune_hold_now() and mmc_retune_release()
` [PATCH V9 13/15] mmc: block: Add CQE and blk-mq support
` [PATCH V9 14/15] mmc: cqhci: support for command queue enabled host
  ` [PATCH V10 "
` [PATCH V9 15/15] mmc: sdhci-pci: Add CQHCI support for Intel GLK

[PATCH v4] mmc: block: Fix bug when removing RPMB chardev
 2017-10-04  9:10 UTC 

[PATCH v3] mmc: block: Fix bug when removing RPMB chardev
 2017-10-04  9:09 UTC  (3+ messages)

[PATCH v3] mmc: sdhci-xenon: Fix clock resource by adding an optional bus clock
 2017-10-04  9:02 UTC  (3+ messages)

[PATCH v3 0/2] Add support for Meson MX "SDIO" MMC controller
 2017-10-04  9:00 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: mmc: Document the Amlogic Meson8 and Meson8b SDIO bindings
  ` [PATCH v3 2/2] mmc: meson-mx-sdio: Add a driver for the Amlogic Meson8 and Meson8b SoCs

[PATCH] mmc: sdhci-of-at91: make function sdhci_at91_set_uhs_signaling static
 2017-10-04  8:59 UTC  (2+ messages)

[PATCH] mmc: dw_mmc-k3: make array hs_timing_cfg static
 2017-10-04  8:59 UTC  (2+ messages)

[PATCH 0/3] mmc: meson-gx: fixes for v4.14
 2017-10-04  8:59 UTC  (6+ messages)
` [PATCH 1/3] mmc: meson-gx: make sure the clock is rounded down
` [PATCH 2/3] mmc: meson-gx: fix rx phase reset
` [PATCH 3/3] mmc: meson-gx: include tx phase in the tuning process

[PATCH 3/7] mmc: sdhci-s3c: Fix driver data for Exynos4 SoCs
 2017-10-04  8:59 UTC  (6+ messages)

[PATCH v2 0/4] mmc: sdhci-msm: Corrections to implementation of power irq
 2017-10-04  8:59 UTC  (10+ messages)
` [PATCH v2 1/4] mmc: sdhci-msm: fix issue with "
` [PATCH v2 2/4] mmc: sdhci-msm: Fix HW issue with power IRQ handling during reset
` [PATCH v2 3/4] mmc: Kconfig: Enable CONFIG_MMC_SDHCI_IO_ACCESSORS
` [PATCH v2 4/4] mmc: sdhci-msm: Add sdhci msm register write APIs which wait for pwr irq

[PATCH] mmc: cavium: Depend on GPIO driver
 2017-10-04  8:59 UTC  (3+ messages)

4.13 on thinkpad x220: oops when writing to SD card
 2017-10-04  8:01 UTC  (15+ messages)
` 4.14-rc2 on thinkpad x220: out of memory when inserting mmc card

[PATCH] mmc: block: Fix bug when removing RPMB chardev
 2017-10-04  6:15 UTC  (7+ messages)

[PATCH 0/3] mmc: dw_mmc: Fix the CTO timer patch
 2017-10-03 18:45 UTC  (5+ messages)
` [PATCH 1/3] mmc: dw_mmc: cancel the CTO timer after a voltage switch
` [PATCH 2/3] mmc: dw_mmc: Fix the CTO timeout calculation
` [PATCH 3/3] mmc: dw_mmc: Add locking to the CTO timer

[RFC v2 0/2] Add support for Meson MX "SDIO" MMC controller
 2017-10-03 11:19 UTC  (10+ messages)
  ` [RFC v2 1/2] dt-bindings: mmc: Document the Amlogic Meson8 and Meson8b SDIO bindings
  ` [RFC v2 2/2] mmc: meson-mx-sdio: Add a driver for the Amlogic Meson8 and Meson8b SoCs

[PATCH v2] mmc: block: Fix bug when removing RPMB chardev
 2017-10-03 10:01 UTC 

[PATCH v2] mmc: sdhci-xenon: Fix clock resource by adding an optional bus clock
 2017-10-02 14:32 UTC  (7+ messages)

[PATCH] mmc: dw_mmc: Add support for multiple SD cards on one host interface
 2017-10-02 14:31 UTC  (3+ messages)

[PATCH] mmc: dw_mmc: Increase the timeout in mci_send_cmd to 5 sec
 2017-10-02 13:29 UTC  (3+ messages)

Problems after recent changes to meson-gx-mmc driver
 2017-10-02 12:30 UTC  (7+ messages)
` [PATCH/RFT] mmc: meson-gx: include tx phase in the tuning process

mmc: mediatek: add support of mt2701/mt2712
 2017-10-02 10:49 UTC  (14+ messages)
` [PATCH 01/12] mmc: dt-bindings: update Mediatek MMC bindings
` [PATCH 02/12] arm64: dts: mt8173: remove "mediatek, mt8135-mmc" from mmc nodes
  ` [PATCH 02/12] arm64: dts: mt8173: remove "mediatek,mt8135-mmc" "
` [PATCH 03/12] mmc: mediatek: add support of mt2701/mt2712

[PATCH v3] mmc: dt-bindings: Add reg/source_cg/latch-ck for Mediatek MMC bindings
 2017-10-02 10:44 UTC  (4+ messages)

[PATCH v2] mmc: core: add driver strength selection when selecting hs400es
 2017-10-02  8:31 UTC  (3+ messages)

[PATCH V1 0/2] mmc: sd: Fix signal voltage when there is no power cycle
 2017-10-02  8:30 UTC  (4+ messages)
` [PATCH V1 1/2] mmc: core: Factor out mmc_host_set_uhs_voltage()
` [PATCH V1 2/2] mmc: sd: Fix signal voltage when there is no power cycle

[PATCH] mmc: dw_mmc: make const arrays mszs static
 2017-10-02  8:30 UTC  (2+ messages)

[PATCH] mmc: dw_mmc: correct outdated comment for use_dma
 2017-10-02  8:29 UTC  (2+ messages)

[PATCH][sdhci-next] mmc: sdhci-omap: make three functions static, fixes warnings
 2017-10-02  8:29 UTC  (2+ messages)

[PATCH] mmc: sdhci-xenon: Fix clock resource by adding an optional bus clock
 2017-09-30  2:56 UTC  (8+ messages)

next-20170926 build: 2 failures 1 warnings (next-20170926)
 2017-09-29 18:44 UTC  (3+ messages)

[PATCH 1/3] mmc: core: activate pre-erased multiple write support for sd card
 2017-09-28 14:29 UTC  (6+ messages)
` [PATCH 2/3] mmc: test: prepare sbc for preceding ACMD23 multiple block write
` [PATCH 3/3] mmc: cavium: Add ACMD23 support for dma's multiple mode

[PATCH 1/2 v6] mmc: block: Convert RPMB to a character device
 2017-09-28  6:00 UTC  (5+ messages)

[PATCH] mmc:host:sdhci-pci: Addition of Arasan PCI controller with integrated phy
 2017-09-28  3:10 UTC  (3+ messages)

bounce limit in mmc?
 2017-09-27  5:54 UTC  (3+ messages)

[GIT PULL] MMC fixes for v.4.14-rc3
 2017-09-26 23:49 UTC 

[PATCH 0/4] use setup_timer() helper function
 2017-09-26 22:24 UTC  (3+ messages)

[PATCH] mmc: rtsx: fix tuning fail on gen3 PCI-Express
 2017-09-26 22:24 UTC  (2+ messages)

[PATCH v4] mmc: dw_mmc: fix potential system abort
 2017-09-26 11:11 UTC  (2+ messages)

[PATCH] mmc: block: apply NO_CMD32 quirk to an ATP card
 2017-09-26  0:56 UTC  (8+ messages)
` [PATCH v2] mmc: core: apply NO_CMD23 "

[Patch] mmc:: ricoh: Avoid useless selection of MMC_RICOH_MMC quirk
 2017-09-25 15:16 UTC 

[PATCH] mmc: core: add driver strength selection when selecting hs400es
 2017-09-25 10:34 UTC  (2+ messages)

[Patch] MMC: Avoid useless selection of MMC_RICOH_MMC quirk
 2017-09-24 15:55 UTC 

[ulf.hansson-mmc:next 4/12] ERROR: "clk_bulk_prepare" [drivers/mmc/host/sdhci-msm.ko] undefined!
 2017-09-24 10:27 UTC 

[RFC PATCH] mmc: tmio: check mmc_regulator_get_supply return value
 2017-09-22 16:04 UTC  (3+ messages)

dw_mmc: busy check incomplete?
 2017-09-22 15:39 UTC  (2+ messages)

[PATCH V8 00/14] mmc: Add Command Queue support
 2017-09-22 14:01 UTC  (5+ messages)
` [PATCH V8 08/14] mmc: core: Add parameter use_blk_mq

[PATCH] mmc: core: Wait for Vdd to settle on card power off
 2017-09-22 13:57 UTC  (3+ messages)

[Patch] MULTIMEDIA CARD (MMC): Avoid useless selection of MMC_RICOH_MMC quirk
 2017-09-22 13:29 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).