Linux Remote Processor Subsystem development
 help / color / mirror / Atom feed
* [PATCH v2 0/2] mailbox queue length check
@ 2025-10-07 15:18 Tanmay Shah
  2025-10-07 15:18 ` [PATCH v2 1/2] mailbox: check mailbox queue is full or not Tanmay Shah
  2025-10-07 15:18 ` [PATCH v2 2/2] remoteproc: xlnx: do not kick if mbox queue is full Tanmay Shah
  0 siblings, 2 replies; 12+ messages in thread
From: Tanmay Shah @ 2025-10-07 15:18 UTC (permalink / raw)
  To: jassisinghbrar, andersson, mathieu.poirier
  Cc: linux-kernel, linux-remoteproc, Tanmay Shah

Provide mechanism to check mailbox queue length before posting new
message to mailbox queue.

Changes in v2:
  - Split patchset in two patches for two different subsystems.
  - Change design and introduce new field per channel to track mbox
    queue length.
  - use this new field in xlnx remoteproc driver to prevent sending new
    messages if no slots available in the mbox tx channel queue.

Tanmay Shah (2):
  mailbox: check mailbox queue is full or not
  remoteproc: xlnx: do not kick if mbox queue is full

 drivers/mailbox/mailbox.c               | 3 +++
 drivers/remoteproc/xlnx_r5_remoteproc.c | 5 +++++
 include/linux/mailbox_controller.h      | 2 ++
 3 files changed, 10 insertions(+)


base-commit: 56d030ea3330ab737fe6c05f89d52f56208b07ac
-- 
2.34.1


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

end of thread, other threads:[~2025-12-15 18:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-07 15:18 [PATCH v2 0/2] mailbox queue length check Tanmay Shah
2025-10-07 15:18 ` [PATCH v2 1/2] mailbox: check mailbox queue is full or not Tanmay Shah
2025-10-07 19:58   ` Jassi Brar
2025-10-08 15:55     ` Tanmay Shah
2025-10-08 16:49     ` Tanmay Shah
2025-10-15 15:26       ` Tanmay Shah
2025-11-13 21:22         ` Tanmay Shah
2025-11-15 17:38         ` Jassi Brar
2025-11-18 18:51           ` Tanmay Shah
2025-12-04  2:13             ` Jassi Brar
2025-12-15 18:31               ` Tanmay Shah
2025-10-07 15:18 ` [PATCH v2 2/2] remoteproc: xlnx: do not kick if mbox queue is full Tanmay Shah

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