From: William Breathitt Gray <wbg@kernel.org>
To: "Kamel Bouhara" <kamel.bouhara@bootlin.com>,
"Bence Csókás" <bence98@sch.bme.hu>,
"Dharma Balasubiramani" <dharma.b@microchip.com>
Cc: William Breathitt Gray <wbg@kernel.org>,
linux-arm-kernel@lists.infradead.org, linux-iio@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] counter: microchip-tcb-capture: Allow shared IRQ for multi-channel TCBs
Date: Mon, 13 Oct 2025 15:01:01 +0900 [thread overview]
Message-ID: <176033523436.106204.9869251013103555876.b4-ty@kernel.org> (raw)
In-Reply-To: <20251006-microchip-tcb-v1-1-09c19181bb4a@microchip.com>
On Mon, 06 Oct 2025 16:21:50 +0530, Dharma Balasubiramani wrote:
> Mark the interrupt as IRQF_SHARED to permit multiple counter channels to
> share the same TCB IRQ line.
>
> Each Timer/Counter Block (TCB) instance shares a single IRQ line among its
> three internal channels. When multiple counter channels (e.g., counter@0
> and counter@1) within the same TCB are enabled, the second call to
> devm_request_irq() fails because the IRQ line is already requested by the
> first channel.
>
> [...]
Applied, thanks!
[1/1] counter: microchip-tcb-capture: Allow shared IRQ for multi-channel TCBs
commit: 109ff654934a4752f8875ded672efd1fbfe4d31d
Best regards,
--
William Breathitt Gray <wbg@kernel.org>
prev parent reply other threads:[~2025-10-13 6:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-06 10:51 [PATCH] counter: microchip-tcb-capture: Allow shared IRQ for multi-channel TCBs Dharma Balasubiramani
2025-10-08 7:06 ` Kamel Bouhara
2025-10-08 20:46 ` Bence Csókás
2025-10-13 6:01 ` William Breathitt Gray [this message]
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=176033523436.106204.9869251013103555876.b4-ty@kernel.org \
--to=wbg@kernel.org \
--cc=bence98@sch.bme.hu \
--cc=dharma.b@microchip.com \
--cc=kamel.bouhara@bootlin.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-iio@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.