linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Introduce the request_atomic() for the host
@ 2019-12-26 11:29 Baolin Wang
  2019-12-26 11:29 ` [PATCH 1/3] mmc: host: " Baolin Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Baolin Wang @ 2019-12-26 11:29 UTC (permalink / raw)
  To: adrian.hunter, ulf.hansson
  Cc: orsonzhai, zhang.lyra, arnd, linus.walleij, baolin.wang,
	baolin.wang7, linux-mmc, linux-kernel

This patch set introduces a new request_atomic() interface for the
MMC host controller, which is used to submit a request to host in
the atomic context, such as in the irq hard handler, to reduce the
request latency.

This patch set is based on mmc/next_host_sq branch:
https://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git/log/?h=next_host_sq

Any comments are welcome. Thanks.

Baolin Wang (3):
  mmc: host: Introduce the request_atomic() for the host
  mmc: host: sdhci-sprd: Implement the request_atomic() API
  mmc: host: hsq: Support request_atomic() API

 drivers/mmc/host/mmc_hsq.c    |    5 ++++-
 drivers/mmc/host/sdhci-sprd.c |   28 ++++++++++++++++++++++++++--
 drivers/mmc/host/sdhci.c      |   27 +++++++++++++++++++--------
 drivers/mmc/host/sdhci.h      |    1 +
 include/linux/mmc/host.h      |    3 +++
 5 files changed, 53 insertions(+), 11 deletions(-)

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-12-26 11:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-26 11:29 [PATCH 0/3] Introduce the request_atomic() for the host Baolin Wang
2019-12-26 11:29 ` [PATCH 1/3] mmc: host: " Baolin Wang
2019-12-26 11:29 ` [PATCH 2/3] mmc: host: sdhci-sprd: Implement the request_atomic() API Baolin Wang
2019-12-26 11:29 ` [PATCH 3/3] mmc: host: hsq: Support " Baolin Wang

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).