From: patchwork-bot+netdevbpf@kernel.org
To: Jisheng Zhang <jszhang@kernel.org>
Cc: peppe.cavallaro@st.com, alexandre.torgue@foss.st.com,
joabreu@synopsys.com, davem@davemloft.net, edumazet@google.com,
kuba@kernel.org, pabeni@redhat.com, mcoquelin.stm32@gmail.com,
shawnguo@kernel.org, s.hauer@pengutronix.de,
kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com,
vz@mleia.com, neil.armstrong@linaro.org, khilman@baylibre.com,
jbrunet@baylibre.com, martin.blumenstingl@googlemail.com,
kernel@esmil.dk, samin.guo@starfivetech.com, wens@csie.org,
jernej.skrabec@gmail.com, samuel@sholland.org,
thierry.reding@gmail.com, nobuhiro1.iwamatsu@toshiba.co.jp,
linux@armlinux.org.uk, matthias.bgg@gmail.com,
angelogioacchino.delregno@collabora.com, netdev@vger.kernel.org,
linux-stm32@st-md-mailman.stormreply.com,
linux-arm-kernel@lists.infradead.org,
linux-amlogic@lists.infradead.org, linux-sunxi@lists.linux.dev,
linux-tegra@vger.kernel.org, linux-mediatek@lists.infradead.org
Subject: Re: [PATCH net-next v2 00/22] convert to devm_stmmac_probe_config_dt
Date: Mon, 18 Sep 2023 11:50:29 +0000 [thread overview]
Message-ID: <169503782973.2272.13506822186977436052.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230916075829.1560-1-jszhang@kernel.org>
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:
On Sat, 16 Sep 2023 15:58:06 +0800 you wrote:
> Russell pointed out there's a new devm_stmmac_probe_config_dt()
> helper now when reviewing my starfive gmac error handling patch[1].
> After greping the code, this nice helper was introduced by Bartosz in
> [2], I think it's time to convert all dwmac users to this helper and
> finally complete the TODO in [2] "but once all users of the old
> stmmac_pltfr_remove() are converted to the devres helper, it will be
> renamed back to stmmac_pltfr_remove() and the no_dt function removed."
>
> [...]
Here is the summary with links:
- [net-next,v2,01/23] net: stmmac: dwmac-anarion: use devm_stmmac_probe_config_dt()
https://git.kernel.org/netdev/net-next/c/6f799fd9dda7
- [net-next,v2,02/23] net: stmmac: dwmac-dwc-qos-eth: use devm_stmmac_probe_config_dt()
https://git.kernel.org/netdev/net-next/c/0485825dd6a8
- [net-next,v2,03/23] net: stmmac: dwmac-generic: use devm_stmmac_probe_config_dt()
https://git.kernel.org/netdev/net-next/c/d53b19d2a1a8
- [net-next,v2,04/23] net: stmmac: dwmac-generic: use devm_stmmac_pltfr_probe()
https://git.kernel.org/netdev/net-next/c/14ec0fc582c5
- [net-next,v2,05/23] net: stmmac: dwmac-imx: use devm_stmmac_probe_config_dt()
https://git.kernel.org/netdev/net-next/c/115c9248b19b
- [net-next,v2,06/23] net: stmmac: dwmac-ingenic: use devm_stmmac_probe_config_dt()
https://git.kernel.org/netdev/net-next/c/6bb53b2abf30
- [net-next,v2,07/23] net: stmmac: dwmac-intel-plat: use devm_stmmac_probe_config_dt()
https://git.kernel.org/netdev/net-next/c/abea8fd5e801
- [net-next,v2,08/23] net: stmmac: dwmac-ipq806x: use devm_stmmac_probe_config_dt()
https://git.kernel.org/netdev/net-next/c/72ab86c27d4e
- [net-next,v2,09/23] net: stmmac: dwmac-lpc18xx: use devm_stmmac_probe_config_dt()
https://git.kernel.org/netdev/net-next/c/d30c08a3b001
- [net-next,v2,10/23] net: stmmac: dwmac-mediatek: use devm_stmmac_probe_config_dt()
https://git.kernel.org/netdev/net-next/c/d7209c056a49
- [net-next,v2,11/23] net: stmmac: dwmac-meson: use devm_stmmac_probe_config_dt()
https://git.kernel.org/netdev/net-next/c/780b63ae208e
- [net-next,v2,12/23] net: stmmac: dwmac-meson8b: use devm_stmmac_probe_config_dt()
https://git.kernel.org/netdev/net-next/c/551022d680ec
- [net-next,v2,13/23] net: stmmac: dwmac-rk: use devm_stmmac_probe_config_dt()
https://git.kernel.org/netdev/net-next/c/8eee20e10d6f
- [net-next,v2,14/23] net: stmmac: dwmac-socfpga: use devm_stmmac_probe_config_dt()
https://git.kernel.org/netdev/net-next/c/9086d3f2b560
- [net-next,v2,15/23] net: stmmac: dwmac-starfive: use devm_stmmac_probe_config_dt()
https://git.kernel.org/netdev/net-next/c/6d6c11937359
- [net-next,v2,16/23] net: stmmac: dwmac-sti: use devm_stmmac_probe_config_dt()
https://git.kernel.org/netdev/net-next/c/c9445e0bd729
- [net-next,v2,17/23] net: stmmac: dwmac-stm32: use devm_stmmac_probe_config_dt()
https://git.kernel.org/netdev/net-next/c/373845154618
- [net-next,v2,18/23] net: stmmac: dwmac-sun8i: use devm_stmmac_probe_config_dt()
https://git.kernel.org/netdev/net-next/c/9bdf6909877c
- [net-next,v2,19/23] net: stmmac: dwmac-sunxi: use devm_stmmac_probe_config_dt()
https://git.kernel.org/netdev/net-next/c/291595337626
- [net-next,v2,20/23] net: stmmac: dwmac-tegra: use devm_stmmac_probe_config_dt()
https://git.kernel.org/netdev/net-next/c/acf73ccff08e
- [net-next,v2,21/23] net: stmmac: dwmac-visconti: use devm_stmmac_probe_config_dt()
https://git.kernel.org/netdev/net-next/c/d336a117b593
- [net-next,v2,22/23] net: stmmac: rename stmmac_pltfr_remove_no_dt to stmmac_pltfr_remove
https://git.kernel.org/netdev/net-next/c/2c9fc838067b
- [net-next,v2,23/23] net: stmmac: make stmmac_{probe|remove}_config_dt static
https://git.kernel.org/netdev/net-next/c/b2504f649bda
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-09-18 11:50 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-16 7:58 [PATCH net-next v2 00/22] convert to devm_stmmac_probe_config_dt Jisheng Zhang
2023-09-16 7:58 ` [PATCH net-next v2 01/23] net: stmmac: dwmac-anarion: use devm_stmmac_probe_config_dt() Jisheng Zhang
2023-09-18 19:27 ` Serge Semin
2023-09-16 7:58 ` [PATCH net-next v2 02/23] net: stmmac: dwmac-dwc-qos-eth: " Jisheng Zhang
2023-09-18 19:11 ` Serge Semin
2023-09-16 7:58 ` [PATCH net-next v2 03/23] net: stmmac: dwmac-generic: " Jisheng Zhang
2023-09-16 7:58 ` [PATCH net-next v2 04/23] net: stmmac: dwmac-generic: use devm_stmmac_pltfr_probe() Jisheng Zhang
2023-09-16 7:58 ` [PATCH net-next v2 05/23] net: stmmac: dwmac-imx: use devm_stmmac_probe_config_dt() Jisheng Zhang
2023-09-16 7:58 ` [PATCH net-next v2 06/23] net: stmmac: dwmac-ingenic: " Jisheng Zhang
2023-09-16 7:58 ` [PATCH net-next v2 07/23] net: stmmac: dwmac-intel-plat: " Jisheng Zhang
2023-09-18 19:47 ` Serge Semin
2023-09-16 7:58 ` [PATCH net-next v2 08/23] net: stmmac: dwmac-ipq806x: " Jisheng Zhang
2023-09-16 7:58 ` [PATCH net-next v2 09/23] net: stmmac: dwmac-lpc18xx: " Jisheng Zhang
2023-09-16 7:58 ` [PATCH net-next v2 10/23] net: stmmac: dwmac-mediatek: " Jisheng Zhang
2023-09-16 7:58 ` [PATCH net-next v2 11/23] net: stmmac: dwmac-meson: " Jisheng Zhang
2023-09-16 7:58 ` [PATCH net-next v2 12/23] net: stmmac: dwmac-meson8b: " Jisheng Zhang
2023-09-16 7:58 ` [PATCH net-next v2 13/23] net: stmmac: dwmac-rk: " Jisheng Zhang
2023-09-16 7:58 ` [PATCH net-next v2 14/23] net: stmmac: dwmac-socfpga: " Jisheng Zhang
2023-09-16 7:58 ` [PATCH net-next v2 15/23] net: stmmac: dwmac-starfive: " Jisheng Zhang
2023-09-16 7:58 ` [PATCH net-next v2 16/23] net: stmmac: dwmac-sti: " Jisheng Zhang
2023-09-16 7:58 ` [PATCH net-next v2 17/23] net: stmmac: dwmac-stm32: " Jisheng Zhang
2023-09-16 7:58 ` [PATCH net-next v2 18/23] net: stmmac: dwmac-sun8i: " Jisheng Zhang
2023-09-17 14:42 ` Jernej Škrabec
2023-09-16 7:58 ` [PATCH net-next v2 19/23] net: stmmac: dwmac-sunxi: " Jisheng Zhang
2023-09-17 14:43 ` Jernej Škrabec
2023-09-16 7:58 ` [PATCH net-next v2 20/23] net: stmmac: dwmac-tegra: " Jisheng Zhang
2023-09-16 7:58 ` [PATCH net-next v2 21/23] net: stmmac: dwmac-visconti: " Jisheng Zhang
2023-09-16 7:58 ` [PATCH net-next v2 22/23] net: stmmac: rename stmmac_pltfr_remove_no_dt to stmmac_pltfr_remove Jisheng Zhang
2023-09-16 7:58 ` [PATCH net-next v2 23/23] net: stmmac: make stmmac_{probe|remove}_config_dt static Jisheng Zhang
2023-09-17 22:25 ` [PATCH net-next v2 00/22] convert to devm_stmmac_probe_config_dt Emil Renner Berthing
2023-09-18 11:50 ` patchwork-bot+netdevbpf [this message]
2023-09-18 20:14 ` Serge Semin
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=169503782973.2272.13506822186977436052.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=alexandre.torgue@foss.st.com \
--cc=angelogioacchino.delregno@collabora.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=festevam@gmail.com \
--cc=jbrunet@baylibre.com \
--cc=jernej.skrabec@gmail.com \
--cc=joabreu@synopsys.com \
--cc=jszhang@kernel.org \
--cc=kernel@esmil.dk \
--cc=kernel@pengutronix.de \
--cc=khilman@baylibre.com \
--cc=kuba@kernel.org \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=linux-sunxi@lists.linux.dev \
--cc=linux-tegra@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=martin.blumenstingl@googlemail.com \
--cc=matthias.bgg@gmail.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=neil.armstrong@linaro.org \
--cc=netdev@vger.kernel.org \
--cc=nobuhiro1.iwamatsu@toshiba.co.jp \
--cc=pabeni@redhat.com \
--cc=peppe.cavallaro@st.com \
--cc=s.hauer@pengutronix.de \
--cc=samin.guo@starfivetech.com \
--cc=samuel@sholland.org \
--cc=shawnguo@kernel.org \
--cc=thierry.reding@gmail.com \
--cc=vz@mleia.com \
--cc=wens@csie.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