Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: kr494167@gmail.com
To: jassisinghbrar@gmail.com, gary.yang@cixtech.com, fugang.duan@cixtech.com
Cc: cix-kernel-upstream@cixtech.com,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Surendra Singh Chouhan <kr494167@gmail.com>
Subject: [PATCH v2 0/2] mailbox: cix: clean up channel validation and error reporting
Date: Wed, 12 Aug 2026 14:17:40 +0530	[thread overview]
Message-ID: <20260812084742.22081-1-kr494167@gmail.com> (raw)

From: Surendra Singh Chouhan <kr494167@gmail.com>

Per maintainer review feedback from Jassi Brar, this patch series splits
the CIX mailbox driver fixes into two separate patches:

Patch 1 validates fast channel index bounds before request_irq() in
cix_mbox_startup() to avoid unnecessary IRQ registration and teardown churn.

Patch 2 fixes the DT property name string typo ("cix,mbox_dir" -> "cix,mbox-dir")
and converts cix_mbox_probe() error paths to dev_err_probe().

v2:
 - Split into 2 separate patches per Jassi Brar review.
 - Drop bounced address peter.chen@cixtech.com.

Surendra Singh Chouhan (2):
  mailbox: cix: validate fast channel index before request_irq()
  mailbox: cix: fix DT property name string typo and use dev_err_probe()

 drivers/mailbox/cix-mailbox.c | 36 +++++++++++++++--------------------
 1 file changed, 15 insertions(+), 21 deletions(-)

-- 
2.55.0



             reply	other threads:[~2026-08-12  8:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-12  8:47 kr494167 [this message]
2026-08-12 10:06 ` [PATCH v2 1/2] mailbox: cix: validate fast channel index before request_irq() kr494167
2026-08-12 10:06   ` [PATCH v2 2/2] mailbox: cix: fix DT property name string typo and use dev_err_probe() kr494167

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=20260812084742.22081-1-kr494167@gmail.com \
    --to=kr494167@gmail.com \
    --cc=cix-kernel-upstream@cixtech.com \
    --cc=fugang.duan@cixtech.com \
    --cc=gary.yang@cixtech.com \
    --cc=jassisinghbrar@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    /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