public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-11-24 11:44:00 to 2016-11-30 21:25:09 UTC [more...]

[PATCH V8 00/20] mmc: mmc: Add Software Command Queuing
 2016-11-30 21:25 UTC  (26+ messages)
` [PATCH V8 01/20] mmc: block: Restore line inadvertently removed with packed commands
` [PATCH V8 02/20] mmc: block: Fix 4K native sector check
` [PATCH V8 03/20] mmc: queue: Fix queue thread wake-up
` [PATCH V8 04/20] mmc: queue: Factor out mmc_queue_alloc_bounce_bufs()
` [PATCH V8 05/20] mmc: queue: Factor out mmc_queue_alloc_bounce_sgs()
` [PATCH V8 06/20] mmc: queue: Factor out mmc_queue_alloc_sgs()
` [PATCH V8 07/20] mmc: queue: Factor out mmc_queue_reqs_free_bufs()
` [PATCH V8 08/20] mmc: queue: Introduce queue depth and use it to allocate and free
` [PATCH V8 09/20] mmc: mmc: Add Command Queue definitions
` [PATCH V8 10/20] mmc: mmc: Add functions to enable / disable the Command Queue
` [PATCH V8 11/20] mmc: mmc_test: Disable Command Queue while mmc_test is used
` [PATCH V8 12/20] mmc: block: Disable Command Queue while RPMB "
` [PATCH V8 13/20] mmc: core: Do not prepare a new request twice
` [PATCH V8 14/20] mmc: core: Export mmc_retune_hold() and mmc_retune_release()
` [PATCH V8 15/20] mmc: block: Use local var for mqrq_cur
` [PATCH V8 16/20] mmc: block: Introduce queue semantics
` [PATCH V8 17/20] mmc: queue: Share mmc request array between partitions
` [PATCH V8 18/20] mmc: queue: Add a function to control wake-up on new requests
` [PATCH V8 19/20] mmc: block: Add Software Command Queuing
` [PATCH V8 20/20] mmc: mmc: Enable "

[PATCH] mmc: queue: add #ifdef around bounce buffer code
 2016-11-30 21:03 UTC 

[PATCH] mmc: Hynix: add QUIRK_NOTIFY_POWEROFF_ON_SLEEP
 2016-11-30 17:05 UTC  (6+ messages)

[PATCH] mmc: pwrseq: add support for Marvell SD8787 chip
 2016-11-30 14:39 UTC  (9+ messages)

arasan,sdhci.txt "compatibility" DT binding
 2016-11-30 13:17 UTC  (18+ messages)

[PATCH v3 0/1] Hynix quirk on sleep notifcation
 2016-11-30 10:29 UTC  (5+ messages)
` [PATCH v3 1/1] mmc: Hynix: add QUIRK_NOTIFY_POWEROFF_ON_SLEEP

[PATCH 0/4] mmc: sdhci: Fix recovery from tuning timeout
 2016-11-30 10:17 UTC  (7+ messages)
` [PATCH 1/4] Revert "mmc: sdhci: Reset cmd and data circuits after tuning failure"
` [PATCH 2/4] mmc: sdhci: Fix recovery from tuning timeout
` [PATCH 3/4] mmc: sdhci: Fix tuning reset after exhausting the maximum number of loops
` [PATCH 4/4] mmc: sdhci: Always allow tuning to fall back to fixed sampling

[GIT PULL] DWMMC controller for next
 2016-11-30  8:13 UTC  (2+ messages)

[PATCH] mmc: sdhci-s3c: add spin_unlock_irq() before calling clk_round_rate
 2016-11-30  6:05 UTC 

[PATCH 0/2] mmc: sdhci: one expansion for SDHCI base code and add Cadence SDHCI driver
 2016-11-30  4:07 UTC  (3+ messages)
` [PATCH 1/2] mmc: sdhci: continue normal tuning if unsupported by platform tuning
` [PATCH 2/2] mmc: sdhci-cadence: add Cadence SD4HC support

[PATCH v3] mmc: block: delete packed command support
 2016-11-29 14:25 UTC  (6+ messages)

[PATCH 1/8] mmc: core: remove BUG_ONs from sdio
 2016-11-29 12:41 UTC  (16+ messages)
` [PATCH 2/8] mmc: debugfs: remove BUG_ON from mmc_ext_csd_open
` [PATCH 3/8] mmc: core: remove BUG_ONs from mmc
` [PATCH 4/8] mmc: core: remove BUG_ONs from sd
` [PATCH 5/8] mmc: core: remove BUG_ONs from core.c
` [PATCH 6/8] mmc: sdio_uart: remove meaningless BUG_ON
` [PATCH 7/8] mmc: queue: remove BUG_ON for bounce_sg
` [PATCH 8/8] mmc: mmc_test: remove BUG_ONs and deploy error handling

[PATCH 0/10] mmc: Add support to Marvell Xenon SD Host Controller
 2016-11-29 12:00 UTC  (26+ messages)
` [PATCH 6/10] mmc: sdhci-xenon: Add Marvell Xenon SDHC core functionality
` [PATCH 7/10] mmc: sdhci-xenon: Add support to PHYs of Marvell Xenon SDHC

[PATCH V7 00/25] mmc: mmc: Add Software Command Queuing
 2016-11-29 10:14 UTC  (59+ messages)
` [PATCH V7 01/25] mmc: queue: Fix queue thread wake-up
` [PATCH V7 02/25] mmc: queue: Factor out mmc_queue_alloc_bounce_bufs()
` [PATCH V7 03/25] mmc: queue: Factor out mmc_queue_alloc_bounce_sgs()
` [PATCH V7 04/25] mmc: queue: Factor out mmc_queue_alloc_sgs()
` [PATCH V7 05/25] mmc: queue: Factor out mmc_queue_reqs_free_bufs()
` [PATCH V7 06/25] mmc: queue: Introduce queue depth
` [PATCH V7 07/25] mmc: queue: Use queue depth to allocate and free
` [PATCH V7 08/25] mmc: queue: Allocate queue of size qdepth
` [PATCH V7 09/25] mmc: mmc: Add Command Queue definitions
` [PATCH V7 10/25] mmc: mmc: Add functions to enable / disable the Command Queue
` [PATCH V7 11/25] mmc: mmc_test: Disable Command Queue while mmc_test is used
` [PATCH V7 12/25] mmc: block: Disable Command Queue while RPMB "
` [PATCH V7 13/25] mmc: core: Do not prepare a new request twice
` [PATCH V7 14/25] mmc: core: Export mmc_retune_hold() and mmc_retune_release()
` [PATCH V7 15/25] mmc: block: Factor out mmc_blk_requeue()
` [PATCH V7 16/25] mmc: block: Fix 4K native sector check
` [PATCH V7 17/25] mmc: block: Use local var for mqrq_cur
` [PATCH V7 18/25] mmc: block: Pass mqrq to mmc_blk_prep_packed_list()
` [PATCH V7 19/25] mmc: block: Introduce queue semantics
` [PATCH V7 20/25] mmc: queue: Share mmc request array between partitions
` [PATCH V7 21/25] mmc: queue: Add a function to control wake-up on new requests
` [PATCH V7 22/25] mmc: block: Add Software Command Queuing
` [PATCH V7 23/25] mmc: mmc: Enable "
` [PATCH V7 24/25] mmc: sdhci-pci: Enable Software Command Queuing for some Intel controllers
` [PATCH V7 25/25] mmc: sdhci-acpi: "

mmc: tmio: why enable/disable SDIO irq on every transaction with IOMOD?
 2016-11-29  8:52 UTC  (2+ messages)

[PATCH v2] mmc: sdhci-msm: Add sdhci_reset() implementation
 2016-11-29  3:40 UTC  (2+ messages)

[PATCH 0/5] Enable onboard SDHCI for Nexus 5X (msm8992)
 2016-11-28 21:53 UTC  (6+ messages)
` [PATCH 2/5] smd: Make packet size a constant
` [PATCH 3/5] arm64: dts: Enable SDHCI for Nexus 5X (msm8992)

[PATCH v3 0/2] mmc: sdhci-pci: Use ACPI to set max frequency of sdio host controller
 2016-11-28 19:16 UTC  (3+ messages)
` [PATCH v3 1/2] mmc: sdhci-pci: Add PCI ID for Intel byt sdio host controller sub-vended by NI
` [PATCH v3 2/2] mmc: sdhci-pci: Use ACPI to get max frequency for Intel byt sdio "

[PATCH] mmc: sdhci-msm: Add sdhci_reset() implementation
 2016-11-28 15:51 UTC  (3+ messages)

[PATCH 1/2] mmc: core: add DT binding for CMD23
 2016-11-28  9:40 UTC  (4+ messages)
  ` [PATCH 2/2] Documetationi: mmc: add cap-mmc-cmd23 proprerty's decription

[PATCH 1/3] mmc: dw_mmc: check the "present" variable before checking flags
 2016-11-28  1:42 UTC  (6+ messages)
    ` [PATCH 2/3] mmc: dw_mmc: add the debug message for polling and non-removable
    ` [PATCH 3/3] mmc: dw_mmc: display the clock message only one time when card is polling

Xmas Offer
 2016-11-26  2:20 UTC 

[PATCH v2] mmc: block: delete packed command support
 2016-11-25 20:38 UTC 

[PATCH mmc/next] mmc: sh_mmcif: Document r8a73a4, r8a7778 and sh73a0 DT bindings
 2016-11-25 13:31 UTC  (3+ messages)

[PATCH mmc/next] mmc: sh_mobile_sdhi: remove support for sh7372
 2016-11-25 13:30 UTC  (3+ messages)

[PATCH v2] mmc: block: delete packed command support
 2016-11-25  9:33 UTC  (9+ messages)

[PATCH mmc/next] mmc: sh_mmcif: Document r8a73a4, r8a7779 and sh73a0 DT bindings
 2016-11-25  7:56 UTC  (3+ messages)

[PATCH 1/2] mmc: sdhci-esdhc: clean up register definitions
 2016-11-25  4:00 UTC  (2+ messages)
` [PATCH 2/2] mmc: sdhci-of-esdhc: avoid clock glitch when frequency is changing

[PATCH v2] mmc: dw_mmc: add missing codes for runtime resume
 2016-11-25  3:49 UTC  (2+ messages)

[PATCH] mmc: dw_mmc: add missing codes for runtime resume
 2016-11-25  2:55 UTC  (4+ messages)

[GIT PULL] MMC fixes for v.4.9 rc7
 2016-11-24 15:04 UTC 

[PATCH] mmc: android-goldfish: drop duplicate header scatterlist.h
 2016-11-24 13:58 UTC 

[GIT PULL] DWMMC controller for next
 2016-11-24 12:30 UTC  (9+ messages)

[PATCH 0/1] mmc: mmc: Relax checking for switch errors after HS200 switch
 2016-11-24 12:02 UTC  (2+ messages)
` [PATCH 1/1] "


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