public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Reduce interrupt latency
@ 2026-03-30 18:33 Bart Van Assche
  2026-03-30 18:33 ` [PATCH 1/3] ufs: core: Fix ufshcd_mcq_force_compl_one() Bart Van Assche
                   ` (3 more replies)
  0 siblings, 4 replies; 21+ messages in thread
From: Bart Van Assche @ 2026-03-30 18:33 UTC (permalink / raw)
  To: Martin K . Petersen; +Cc: linux-scsi, Bart Van Assche

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.

Thanks,

Bart.

Bart Van Assche (3):
  ufs: core: Fix ufshcd_mcq_force_compl_one()
  ufs: core: Introduce ufshcd_mcq_poll_cqe_lock_n()
  ufs: qcom: Reduce interrupt latency

 drivers/ufs/core/ufs-mcq.c     | 32 +++++++++++---------------------
 drivers/ufs/core/ufshcd-priv.h |  2 --
 drivers/ufs/core/ufshcd.c      |  2 +-
 drivers/ufs/host/ufs-qcom.c    | 33 +++++++++++++++++++++++++++++----
 include/ufs/ufshcd.h           |  3 +++
 5 files changed, 44 insertions(+), 28 deletions(-)


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

end of thread, other threads:[~2026-04-07  8:20 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-30 18:33 [PATCH 0/3] Reduce interrupt latency Bart Van Assche
2026-03-30 18:33 ` [PATCH 1/3] ufs: core: Fix ufshcd_mcq_force_compl_one() Bart Van Assche
2026-03-31  9:41   ` Peter Wang (王信友)
2026-03-31 19:29     ` Bart Van Assche
2026-04-01 13:10       ` Peter Wang (王信友)
2026-04-01 15:51         ` Bart Van Assche
2026-04-02  7:19           ` Peter Wang (王信友)
2026-03-30 18:33 ` [PATCH 2/3] ufs: core: Introduce ufshcd_mcq_poll_cqe_lock_n() Bart Van Assche
2026-03-31  9:43   ` Peter Wang (王信友)
2026-03-31 19:31     ` Bart Van Assche
2026-04-01 13:11       ` Peter Wang (王信友)
2026-04-01 15:51         ` Bart Van Assche
2026-04-02  7:20   ` Peter Wang (王信友)
2026-03-30 18:33 ` [PATCH 3/3] ufs: qcom: Reduce interrupt latency Bart Van Assche
2026-03-31  7:09   ` Manivannan Sadhasivam
2026-03-31 19:44     ` Bart Van Assche
2026-04-04  3:11       ` Manivannan Sadhasivam
2026-04-06 16:02         ` Bart Van Assche
2026-03-30 18:36 ` [PATCH 0/3] " Bart Van Assche
2026-03-31  2:01   ` Can Guo
2026-04-07  8:20     ` Xiaosen

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