* [PATCH] net: ravb: Add R-Car Gen4 support
@ 2022-09-09 10:10 Geert Uytterhoeven
2022-09-09 20:39 ` Sergey Shtylyov
2022-09-20 1:10 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2022-09-09 10:10 UTC (permalink / raw)
To: Sergey Shtylyov, David S . Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni
Cc: netdev, linux-renesas-soc, Geert Uytterhoeven
Add support for the Renesas Ethernet AVB (EtherAVB-IF) blocks on R-Car
Gen4 SoCs (e.g. R-Car V4H) by matching on a family-specific compatible
value.
These are treated the same as EtherAVB on R-Car Gen3.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Corresponding DT binding update in "[PATCH 0/2] dt-bindings: net:
renesas,etheravb: R-Car Gen4 updates"
https://lore.kernel.org/r/cover.1662714607.git.geert+renesas@glider.be
---
drivers/net/ethernet/renesas/ravb_main.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/ethernet/renesas/ravb_main.c b/drivers/net/ethernet/renesas/ravb_main.c
index b357ac4c56c599ad..d013cc1c8a0ad007 100644
--- a/drivers/net/ethernet/renesas/ravb_main.c
+++ b/drivers/net/ethernet/renesas/ravb_main.c
@@ -2512,6 +2512,7 @@ static const struct of_device_id ravb_match_table[] = {
{ .compatible = "renesas,etheravb-rcar-gen2", .data = &ravb_gen2_hw_info },
{ .compatible = "renesas,etheravb-r8a7795", .data = &ravb_gen3_hw_info },
{ .compatible = "renesas,etheravb-rcar-gen3", .data = &ravb_gen3_hw_info },
+ { .compatible = "renesas,etheravb-rcar-gen4", .data = &ravb_gen3_hw_info },
{ .compatible = "renesas,etheravb-rzv2m", .data = &ravb_rzv2m_hw_info },
{ .compatible = "renesas,rzg2l-gbeth", .data = &gbeth_hw_info },
{ }
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] net: ravb: Add R-Car Gen4 support
2022-09-09 10:10 [PATCH] net: ravb: Add R-Car Gen4 support Geert Uytterhoeven
@ 2022-09-09 20:39 ` Sergey Shtylyov
2022-09-20 1:10 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Sergey Shtylyov @ 2022-09-09 20:39 UTC (permalink / raw)
To: Geert Uytterhoeven, David S . Miller, Eric Dumazet,
Jakub Kicinski, Paolo Abeni
Cc: netdev, linux-renesas-soc
On 9/9/22 1:10 PM, Geert Uytterhoeven wrote:
> Add support for the Renesas Ethernet AVB (EtherAVB-IF) blocks on R-Car
> Gen4 SoCs (e.g. R-Car V4H) by matching on a family-specific compatible
> value.
>
> These are treated the same as EtherAVB on R-Car Gen3.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru>
[...]
MBR, Sergey
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] net: ravb: Add R-Car Gen4 support
2022-09-09 10:10 [PATCH] net: ravb: Add R-Car Gen4 support Geert Uytterhoeven
2022-09-09 20:39 ` Sergey Shtylyov
@ 2022-09-20 1:10 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-09-20 1:10 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: s.shtylyov, davem, edumazet, kuba, pabeni, netdev,
linux-renesas-soc
Hello:
This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:
On Fri, 9 Sep 2022 12:10:11 +0200 you wrote:
> Add support for the Renesas Ethernet AVB (EtherAVB-IF) blocks on R-Car
> Gen4 SoCs (e.g. R-Car V4H) by matching on a family-specific compatible
> value.
>
> These are treated the same as EtherAVB on R-Car Gen3.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>
> [...]
Here is the summary with links:
- net: ravb: Add R-Car Gen4 support
https://git.kernel.org/netdev/net-next/c/949f252a8594
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-09-20 1:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-09 10:10 [PATCH] net: ravb: Add R-Car Gen4 support Geert Uytterhoeven
2022-09-09 20:39 ` Sergey Shtylyov
2022-09-20 1:10 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).