linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH 0/3] Introduce the request_atomic() for the host
@ 2020-03-04  7:41 Baolin Wang
  2020-03-04  7:42 ` [RESEND PATCH 1/3] mmc: host: " Baolin Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Baolin Wang @ 2020-03-04  7:41 UTC (permalink / raw)
  To: adrian.hunter, ulf.hansson
  Cc: orsonzhai, zhang.lyra, baolin.wang7, arnd, 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.

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


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

end of thread, other threads:[~2020-03-17  9:17 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-04  7:41 [RESEND PATCH 0/3] Introduce the request_atomic() for the host Baolin Wang
2020-03-04  7:42 ` [RESEND PATCH 1/3] mmc: host: " Baolin Wang
2020-03-16 11:47   ` Ulf Hansson
2020-03-17  2:00     ` Baolin Wang
2020-03-16 13:08   ` Adrian Hunter
2020-03-17  3:36     ` Baolin Wang
2020-03-17  7:32       ` Adrian Hunter
2020-03-17  9:17         ` Baolin Wang
2020-03-04  7:42 ` [RESEND PATCH 2/3] mmc: host: sdhci-sprd: Implement the request_atomic() API Baolin Wang
2020-03-16 11:47   ` Ulf Hansson
2020-03-17  2:02     ` Baolin Wang
2020-03-04  7:42 ` [RESEND 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).