From: patchwork-bot+netdevbpf@kernel.org
To: Johannes Zink <j.zink@pengutronix.de>
Cc: alexandre.torgue@foss.st.com, joabreu@synopsys.com,
davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, mcoquelin.stm32@gmail.com,
richardcochran@gmail.com, kurt@linutronix.de,
patchwork-jzi@pengutronix.de, netdev@vger.kernel.org,
linux-stm32@st-md-mailman.stormreply.com,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, kernel@pengutronix.de,
vee.khee.wong@linux.intel.com, tee.min.tan@intel.com,
rmk+kernel@armlinux.org.uk, bartosz.golaszewski@linaro.org,
ahalaney@redhat.com, horms@kernel.org
Subject: Re: [PATCH net-next v2 0/5] net: stmmac: use correct PPS input indexing
Date: Thu, 19 Oct 2023 11:10:23 +0000 [thread overview]
Message-ID: <169771382351.28433.15969551932352859252.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20231010-stmmac_fix_auxiliary_event_capture-v2-0-51d5f56542d7@pengutronix.de>
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:
On Wed, 18 Oct 2023 09:09:52 +0200 you wrote:
> The stmmac can have 0 to 4 auxiliary snapshot in channels, which can be
> used for capturing external triggers with respect to the eqos PTP timer.
>
> Previously when enabling the auxiliary snapshot, an invalid request was
> written to the hardware register, except for the Intel variant of this
> driver, where the only snapshot available was hardcoded.
>
> [...]
Here is the summary with links:
- [net-next,v2,1/5] net: stmmac: simplify debug message on stmmac_enable()
https://git.kernel.org/netdev/net-next/c/3fba82343955
- [net-next,v2,2/5] net: stmmac: use correct PPS capture input index
https://git.kernel.org/netdev/net-next/c/7e62ac24b57a
- [net-next,v2,3/5] net: stmmac: intel: remove unnecessary field struct plat_stmmacenet_data::ext_snapshot_num
https://git.kernel.org/netdev/net-next/c/1dbfe73bd648
- [net-next,v2,4/5] net: stmmac: ptp: stmmac_enable(): move change of plat->flags into mutex
https://git.kernel.org/netdev/net-next/c/7d3077482578
- [net-next,v2,5/5] net: stmmac: do not silently change auxiliary snapshot capture channel
https://git.kernel.org/netdev/net-next/c/2ddd05d1d5ed
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+netdevbpf@kernel.org
To: Johannes Zink <j.zink@pengutronix.de>
Cc: alexandre.torgue@foss.st.com, joabreu@synopsys.com,
davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, mcoquelin.stm32@gmail.com,
richardcochran@gmail.com, kurt@linutronix.de,
patchwork-jzi@pengutronix.de, netdev@vger.kernel.org,
linux-stm32@st-md-mailman.stormreply.com,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, kernel@pengutronix.de,
vee.khee.wong@linux.intel.com, tee.min.tan@intel.com,
rmk+kernel@armlinux.org.uk, bartosz.golaszewski@linaro.org,
ahalaney@redhat.com, horms@kernel.org
Subject: Re: [PATCH net-next v2 0/5] net: stmmac: use correct PPS input indexing
Date: Thu, 19 Oct 2023 11:10:23 +0000 [thread overview]
Message-ID: <169771382351.28433.15969551932352859252.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20231010-stmmac_fix_auxiliary_event_capture-v2-0-51d5f56542d7@pengutronix.de>
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:
On Wed, 18 Oct 2023 09:09:52 +0200 you wrote:
> The stmmac can have 0 to 4 auxiliary snapshot in channels, which can be
> used for capturing external triggers with respect to the eqos PTP timer.
>
> Previously when enabling the auxiliary snapshot, an invalid request was
> written to the hardware register, except for the Intel variant of this
> driver, where the only snapshot available was hardcoded.
>
> [...]
Here is the summary with links:
- [net-next,v2,1/5] net: stmmac: simplify debug message on stmmac_enable()
https://git.kernel.org/netdev/net-next/c/3fba82343955
- [net-next,v2,2/5] net: stmmac: use correct PPS capture input index
https://git.kernel.org/netdev/net-next/c/7e62ac24b57a
- [net-next,v2,3/5] net: stmmac: intel: remove unnecessary field struct plat_stmmacenet_data::ext_snapshot_num
https://git.kernel.org/netdev/net-next/c/1dbfe73bd648
- [net-next,v2,4/5] net: stmmac: ptp: stmmac_enable(): move change of plat->flags into mutex
https://git.kernel.org/netdev/net-next/c/7d3077482578
- [net-next,v2,5/5] net: stmmac: do not silently change auxiliary snapshot capture channel
https://git.kernel.org/netdev/net-next/c/2ddd05d1d5ed
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-10-19 11:10 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-18 7:09 [PATCH net-next v2 0/5] net: stmmac: use correct PPS input indexing Johannes Zink
2023-10-18 7:09 ` Johannes Zink
2023-10-18 7:09 ` [PATCH net-next v2 1/5] net: stmmac: simplify debug message on stmmac_enable() Johannes Zink
2023-10-18 7:09 ` Johannes Zink
2023-10-18 18:04 ` Andrew Halaney
2023-10-18 18:04 ` Andrew Halaney
2023-10-18 7:09 ` [PATCH net-next v2 2/5] net: stmmac: use correct PPS capture input index Johannes Zink
2023-10-18 7:09 ` Johannes Zink
2023-10-18 7:09 ` [PATCH net-next v2 3/5] net: stmmac: intel: remove unnecessary field struct plat_stmmacenet_data::ext_snapshot_num Johannes Zink
2023-10-18 7:09 ` Johannes Zink
2023-10-18 7:09 ` [PATCH net-next v2 4/5] net: stmmac: ptp: stmmac_enable(): move change of plat->flags into mutex Johannes Zink
2023-10-18 7:09 ` Johannes Zink
2023-10-18 7:09 ` [PATCH net-next v2 5/5] net: stmmac: do not silently change auxiliary snapshot capture channel Johannes Zink
2023-10-18 7:09 ` Johannes Zink
2023-10-19 11:10 ` patchwork-bot+netdevbpf [this message]
2023-10-19 11:10 ` [PATCH net-next v2 0/5] net: stmmac: use correct PPS input indexing patchwork-bot+netdevbpf
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=169771382351.28433.15969551932352859252.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=ahalaney@redhat.com \
--cc=alexandre.torgue@foss.st.com \
--cc=bartosz.golaszewski@linaro.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=j.zink@pengutronix.de \
--cc=joabreu@synopsys.com \
--cc=kernel@pengutronix.de \
--cc=kuba@kernel.org \
--cc=kurt@linutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=patchwork-jzi@pengutronix.de \
--cc=richardcochran@gmail.com \
--cc=rmk+kernel@armlinux.org.uk \
--cc=tee.min.tan@intel.com \
--cc=vee.khee.wong@linux.intel.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.