From: patchwork-bot+netdevbpf@kernel.org
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, bh74.an@samsung.com, peppe.cavallaro@st.com,
alexandre.torgue@foss.st.com, joabreu@synopsys.com,
mcoquelin.stm32@gmail.com, vkoul@kernel.org,
bhupesh.sharma@linaro.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-stm32@st-md-mailman.stormreply.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/5] net: stmmac: qcom: drop of_match_ptr for ID table
Date: Wed, 15 Mar 2023 08:10:18 +0000 [thread overview]
Message-ID: <167886781895.24118.12865753856982903717.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230310214632.275648-1-krzysztof.kozlowski@linaro.org>
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:
On Fri, 10 Mar 2023 22:46:28 +0100 you wrote:
> The driver is specific to ARCH_QCOM which depends on OF thus the driver
> is OF-only. Its of_device_id table is built unconditionally, thus
> of_match_ptr() for ID table does not make sense.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- [1/5] net: stmmac: qcom: drop of_match_ptr for ID table
https://git.kernel.org/netdev/net-next/c/dc54e450a5dd
- [2/5] net: stmmac: generic: drop of_match_ptr for ID table
https://git.kernel.org/netdev/net-next/c/e6512465838b
- [3/5] net: marvell: pxa168_eth: drop of_match_ptr for ID table
https://git.kernel.org/netdev/net-next/c/69df36d524db
- [4/5] net: samsung: sxgbe: drop of_match_ptr for ID table
https://git.kernel.org/netdev/net-next/c/7f319fe4363c
- [5/5] net: ni: drop of_match_ptr for ID table
https://git.kernel.org/netdev/net-next/c/7e9aa8cad084
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: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, bh74.an@samsung.com, peppe.cavallaro@st.com,
alexandre.torgue@foss.st.com, joabreu@synopsys.com,
mcoquelin.stm32@gmail.com, vkoul@kernel.org,
bhupesh.sharma@linaro.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-stm32@st-md-mailman.stormreply.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/5] net: stmmac: qcom: drop of_match_ptr for ID table
Date: Wed, 15 Mar 2023 08:10:18 +0000 [thread overview]
Message-ID: <167886781895.24118.12865753856982903717.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230310214632.275648-1-krzysztof.kozlowski@linaro.org>
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:
On Fri, 10 Mar 2023 22:46:28 +0100 you wrote:
> The driver is specific to ARCH_QCOM which depends on OF thus the driver
> is OF-only. Its of_device_id table is built unconditionally, thus
> of_match_ptr() for ID table does not make sense.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- [1/5] net: stmmac: qcom: drop of_match_ptr for ID table
https://git.kernel.org/netdev/net-next/c/dc54e450a5dd
- [2/5] net: stmmac: generic: drop of_match_ptr for ID table
https://git.kernel.org/netdev/net-next/c/e6512465838b
- [3/5] net: marvell: pxa168_eth: drop of_match_ptr for ID table
https://git.kernel.org/netdev/net-next/c/69df36d524db
- [4/5] net: samsung: sxgbe: drop of_match_ptr for ID table
https://git.kernel.org/netdev/net-next/c/7f319fe4363c
- [5/5] net: ni: drop of_match_ptr for ID table
https://git.kernel.org/netdev/net-next/c/7e9aa8cad084
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-03-15 8:11 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-10 21:46 [PATCH 1/5] net: stmmac: qcom: drop of_match_ptr for ID table Krzysztof Kozlowski
2023-03-10 21:46 ` Krzysztof Kozlowski
2023-03-10 21:46 ` [PATCH 2/5] net: stmmac: generic: " Krzysztof Kozlowski
2023-03-10 21:46 ` Krzysztof Kozlowski
2023-03-13 16:27 ` Simon Horman
2023-03-13 16:27 ` Simon Horman
2023-03-10 21:46 ` [PATCH 3/5] net: marvell: pxa168_eth: " Krzysztof Kozlowski
2023-03-10 21:46 ` Krzysztof Kozlowski
2023-03-13 16:28 ` Simon Horman
2023-03-13 16:28 ` Simon Horman
2023-03-10 21:46 ` [PATCH 4/5] net: samsung: sxgbe: " Krzysztof Kozlowski
2023-03-10 21:46 ` Krzysztof Kozlowski
2023-03-13 16:27 ` Simon Horman
2023-03-13 16:27 ` Simon Horman
2023-03-10 21:46 ` [PATCH 5/5] net: ni: " Krzysztof Kozlowski
2023-03-10 21:46 ` Krzysztof Kozlowski
2023-03-13 16:27 ` Simon Horman
2023-03-13 16:27 ` Simon Horman
2023-03-13 16:26 ` [PATCH 1/5] net: stmmac: qcom: " Simon Horman
2023-03-13 16:26 ` Simon Horman
2023-03-15 8:10 ` patchwork-bot+netdevbpf [this message]
2023-03-15 8:10 ` 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=167886781895.24118.12865753856982903717.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=alexandre.torgue@foss.st.com \
--cc=bh74.an@samsung.com \
--cc=bhupesh.sharma@linaro.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=joabreu@synopsys.com \
--cc=krzysztof.kozlowski@linaro.org \
--cc=kuba@kernel.org \
--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=peppe.cavallaro@st.com \
--cc=vkoul@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.