From: Bart Van Assche <bvanassche@acm.org>
To: "Martin K . Petersen" <martin.petersen@oracle.com>
Cc: linux-scsi@vger.kernel.org, Bart Van Assche <bvanassche@acm.org>
Subject: [PATCH v2 0/2] ufs-qcom: Reduce interrupt latency
Date: Thu, 2 Apr 2026 10:14:00 -0700 [thread overview]
Message-ID: <20260402171404.3008494-1-bvanassche@acm.org> (raw)
Hi Martin,
On Android systems it is important to keep the time spent in interrupts short.
This keeps the user interface responsive and prevents audio stuttering. Hence
this patch series to reduce the time spent in the UFS interrupt handler. Please
consider this patch series for the next merge window after test results have
been shared by Qualcomm.
Thanks,
Bart.
Changes compared to v1:
- Dropped the ufshcd_mcq_compl_all_cqes_lock() changes.
- Renamed ufshcd_mcq_poll_cqe_lock_n() into ufshcd_mcq_poll_n_cqe_lock().
Bart Van Assche (2):
ufs: core: Introduce ufshcd_mcq_poll_n_cqe_lock()
ufs: qcom: Reduce interrupt latency
drivers/ufs/core/ufs-mcq.c | 14 +++++++++++---
drivers/ufs/host/ufs-qcom.c | 33 +++++++++++++++++++++++++++++----
include/ufs/ufshcd.h | 3 +++
3 files changed, 43 insertions(+), 7 deletions(-)
next reply other threads:[~2026-04-02 17:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-02 17:14 Bart Van Assche [this message]
2026-04-02 17:14 ` [PATCH v2 1/2] ufs: core: Introduce ufshcd_mcq_poll_n_cqe_lock() Bart Van Assche
2026-04-02 17:14 ` [PATCH v2 2/2] ufs: qcom: Reduce interrupt latency Bart Van Assche
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260402171404.3008494-1-bvanassche@acm.org \
--to=bvanassche@acm.org \
--cc=linux-scsi@vger.kernel.org \
--cc=martin.petersen@oracle.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox