From: patchwork-bot+netdevbpf@kernel.org
To: Alex Elder <elder@linaro.org>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, caleb.connolly@linaro.org, mka@chromium.org,
evgreen@chromium.org, andersson@kernel.org,
quic_cpratapa@quicinc.com, quic_avuyyuru@quicinc.com,
quic_jponduru@quicinc.com, quic_subashab@quicinc.com,
elder@kernel.org, netdev@vger.kernel.org,
linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next v2 0/6] net: ipa: simplify IPA interrupt handling
Date: Fri, 06 Jan 2023 06:10:17 +0000 [thread overview]
Message-ID: <167298541710.969.9209439108124310998.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230104175233.2862874-1-elder@linaro.org>
Hello:
This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:
On Wed, 4 Jan 2023 11:52:27 -0600 you wrote:
> One of the IPA's two IRQs fires when data on a suspended channel is
> available (to request that the channel--or system--be resumed to
> recieve the pending data). This interrupt also handles a few
> conditions signaled by the embedded microcontroller.
>
> For this "IPA interrupt", the current code requires a handler to be
> dynamically registered for each interrupt condition. Any condition
> that has no registered handler is quietly ignored. This design is
> derived from the downstream IPA driver implementation.
>
> [...]
Here is the summary with links:
- [net-next,v2,1/6] net: ipa: introduce a common microcontroller interrupt handler
https://git.kernel.org/netdev/net-next/c/e5709b7c1ede
- [net-next,v2,2/6] net: ipa: introduce ipa_interrupt_enable()
https://git.kernel.org/netdev/net-next/c/8e461e1f092b
- [net-next,v2,3/6] net: ipa: enable IPA interrupt handlers separate from registration
https://git.kernel.org/netdev/net-next/c/d50ed3558719
- [net-next,v2,4/6] net: ipa: register IPA interrupt handlers directly
https://git.kernel.org/netdev/net-next/c/482ae3a993e4
- [net-next,v2,5/6] net: ipa: kill ipa_interrupt_add()
https://git.kernel.org/netdev/net-next/c/8d8d3f1a3ef9
- [net-next,v2,6/6] net: ipa: don't maintain IPA interrupt handler array
(no matching commit)
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2023-01-06 6:10 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-04 17:52 [PATCH net-next v2 0/6] net: ipa: simplify IPA interrupt handling Alex Elder
2023-01-04 17:52 ` [PATCH net-next v2 1/6] net: ipa: introduce a common microcontroller interrupt handler Alex Elder
2023-01-04 17:52 ` [PATCH net-next v2 2/6] net: ipa: introduce ipa_interrupt_enable() Alex Elder
2023-01-04 17:52 ` [PATCH net-next v2 3/6] net: ipa: enable IPA interrupt handlers separate from registration Alex Elder
2023-01-04 17:52 ` [PATCH net-next v2 4/6] net: ipa: register IPA interrupt handlers directly Alex Elder
2023-01-04 17:52 ` [PATCH net-next v2 5/6] net: ipa: kill ipa_interrupt_add() Alex Elder
2023-01-04 17:52 ` [PATCH net-next v2 6/6] net: ipa: don't maintain IPA interrupt handler array Alex Elder
2023-01-06 6:10 ` patchwork-bot+netdevbpf [this message]
2023-01-06 6:17 ` [PATCH net-next v2 0/6] net: ipa: simplify IPA interrupt handling Jakub Kicinski
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=167298541710.969.9209439108124310998.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andersson@kernel.org \
--cc=caleb.connolly@linaro.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=elder@kernel.org \
--cc=elder@linaro.org \
--cc=evgreen@chromium.org \
--cc=kuba@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mka@chromium.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=quic_avuyyuru@quicinc.com \
--cc=quic_cpratapa@quicinc.com \
--cc=quic_jponduru@quicinc.com \
--cc=quic_subashab@quicinc.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 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.