From: patchwork-bot+netdevbpf@kernel.org
To: Christian Marangi <ansuelsmth@gmail.com>
Cc: peppe.cavallaro@st.com, alexandre.torgue@foss.st.com,
joabreu@synopsys.com, davem@davemloft.net, kuba@kernel.org,
pabeni@redhat.com, mcoquelin.stm32@gmail.com,
netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [net-next PATCH v2 1/2] net: ethernet: stmmac: add missing sgmii configure for ipq806x
Date: Thu, 16 Jun 2022 08:20:16 +0000 [thread overview]
Message-ID: <165536761624.29035.5999130282955171127.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220614112228.1998-1-ansuelsmth@gmail.com>
Hello:
This series was applied to netdev/net-next.git (master)
by Paolo Abeni <pabeni@redhat.com>:
On Tue, 14 Jun 2022 13:22:27 +0200 you wrote:
> The different gmacid require different configuration based on the soc
> and on the gmac id. Add these missing configuration taken from the
> original driver.
>
> Signed-off-by: Christian 'Ansuel' Marangi <ansuelsmth@gmail.com>
> ---
> drivers/net/ethernet/stmicro/stmmac/Kconfig | 1 +
> .../ethernet/stmicro/stmmac/dwmac-ipq806x.c | 93 +++++++++++++++----
> 2 files changed, 78 insertions(+), 16 deletions(-)
Here is the summary with links:
- [net-next,v2,1/2] net: ethernet: stmmac: add missing sgmii configure for ipq806x
https://git.kernel.org/netdev/net-next/c/9ec092d2feb6
- [net-next,v2,2/2] net: ethernet: stmmac: reset force speed bit for ipq806x
https://git.kernel.org/netdev/net-next/c/8bca458990dd
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: Christian Marangi <ansuelsmth@gmail.com>
Cc: peppe.cavallaro@st.com, alexandre.torgue@foss.st.com,
joabreu@synopsys.com, davem@davemloft.net, kuba@kernel.org,
pabeni@redhat.com, mcoquelin.stm32@gmail.com,
netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [net-next PATCH v2 1/2] net: ethernet: stmmac: add missing sgmii configure for ipq806x
Date: Thu, 16 Jun 2022 08:20:16 +0000 [thread overview]
Message-ID: <165536761624.29035.5999130282955171127.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220614112228.1998-1-ansuelsmth@gmail.com>
Hello:
This series was applied to netdev/net-next.git (master)
by Paolo Abeni <pabeni@redhat.com>:
On Tue, 14 Jun 2022 13:22:27 +0200 you wrote:
> The different gmacid require different configuration based on the soc
> and on the gmac id. Add these missing configuration taken from the
> original driver.
>
> Signed-off-by: Christian 'Ansuel' Marangi <ansuelsmth@gmail.com>
> ---
> drivers/net/ethernet/stmicro/stmmac/Kconfig | 1 +
> .../ethernet/stmicro/stmmac/dwmac-ipq806x.c | 93 +++++++++++++++----
> 2 files changed, 78 insertions(+), 16 deletions(-)
Here is the summary with links:
- [net-next,v2,1/2] net: ethernet: stmmac: add missing sgmii configure for ipq806x
https://git.kernel.org/netdev/net-next/c/9ec092d2feb6
- [net-next,v2,2/2] net: ethernet: stmmac: reset force speed bit for ipq806x
https://git.kernel.org/netdev/net-next/c/8bca458990dd
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:[~2022-06-16 8:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-14 11:22 [net-next PATCH v2 1/2] net: ethernet: stmmac: add missing sgmii configure for ipq806x Christian 'Ansuel' Marangi
2022-06-14 11:22 ` Christian 'Ansuel' Marangi
2022-06-14 11:22 ` [net-next PATCH v2 2/2] net: ethernet: stmmac: reset force speed bit " Christian 'Ansuel' Marangi
2022-06-14 11:22 ` Christian 'Ansuel' Marangi
2022-06-16 8:20 ` patchwork-bot+netdevbpf [this message]
2022-06-16 8:20 ` [net-next PATCH v2 1/2] net: ethernet: stmmac: add missing sgmii configure " 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=165536761624.29035.5999130282955171127.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=alexandre.torgue@foss.st.com \
--cc=ansuelsmth@gmail.com \
--cc=davem@davemloft.net \
--cc=joabreu@synopsys.com \
--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 \
/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.