[PATCH v2] arm64: defconfig: Enable HSR driver

Meghana Malladi posted 1 patch 11 months, 2 weeks ago
There is a newer version of this series
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
[PATCH v2] arm64: defconfig: Enable HSR driver
Posted by Meghana Malladi 11 months, 2 weeks ago
From: Ravi Gunasekaran <r-gunasekaran@ti.com>

HSR is a redundancy protocol that can be realized with any
two port ethernet controller.

Many of TI's K3 SoCs support multi port ethernet controller.
So enable HSR driver inorder to support this protocol on
such SoCs.

Signed-off-by: Ravi Gunasekaran <r-gunasekaran@ti.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Meghana Malladi <m-malladi@ti.com>
---

v1: https://lore.kernel.org/all/20240419060013.14909-1-r-gunasekaran@ti.com/

v2-v1:
- Rebase to the latest tip
- Included TI specific maintainers in 'to'

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index c3df5120b23d..f3afc0ec68f0 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -177,6 +177,7 @@ CONFIG_NET_CLS_FLOWER=m
 CONFIG_NET_CLS_ACT=y
 CONFIG_NET_ACT_GACT=m
 CONFIG_NET_ACT_MIRRED=m
+CONFIG_HSR=m
 CONFIG_NET_ACT_GATE=m
 CONFIG_QRTR_SMD=m
 CONFIG_QRTR_TUN=m

base-commit: 8433c776e1eb1371f5cd40b5fd3a61f9c7b7f3ad
-- 
2.43.0
Re: [PATCH v2] arm64: defconfig: Enable HSR driver
Posted by Nishanth Menon 11 months, 2 weeks ago
On 16:15-20250226, Meghana Malladi wrote:
> From: Ravi Gunasekaran <r-gunasekaran@ti.com>
> 
> HSR is a redundancy protocol that can be realized with any
> two port ethernet controller.
> 
> Many of TI's K3 SoCs support multi port ethernet controller.
> So enable HSR driver inorder to support this protocol on
> such SoCs.

Which boards use this? cam you update the commit message for the same?

> 
> Signed-off-by: Ravi Gunasekaran <r-gunasekaran@ti.com>
> Acked-by: Arnd Bergmann <arnd@arndb.de>
> Signed-off-by: Meghana Malladi <m-malladi@ti.com>
> ---
> 
> v1: https://lore.kernel.org/all/20240419060013.14909-1-r-gunasekaran@ti.com/
> 
> v2-v1:
> - Rebase to the latest tip
> - Included TI specific maintainers in 'to'
> 
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index c3df5120b23d..f3afc0ec68f0 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -177,6 +177,7 @@ CONFIG_NET_CLS_FLOWER=m
>  CONFIG_NET_CLS_ACT=y
>  CONFIG_NET_ACT_GACT=m
>  CONFIG_NET_ACT_MIRRED=m
> +CONFIG_HSR=m
>  CONFIG_NET_ACT_GATE=m
>  CONFIG_QRTR_SMD=m
>  CONFIG_QRTR_TUN=m
> 
> base-commit: 8433c776e1eb1371f5cd40b5fd3a61f9c7b7f3ad
> -- 
> 2.43.0
> 

-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D
Re: [PATCH v2] arm64: defconfig: Enable HSR driver
Posted by Anwar, Md Danish 11 months, 2 weeks ago

On 2/26/2025 4:15 PM, Meghana Malladi wrote:
> From: Ravi Gunasekaran <r-gunasekaran@ti.com>
> 
> HSR is a redundancy protocol that can be realized with any
> two port ethernet controller.
> 
> Many of TI's K3 SoCs support multi port ethernet controller.
> So enable HSR driver inorder to support this protocol on
> such SoCs.
> 
> Signed-off-by: Ravi Gunasekaran <r-gunasekaran@ti.com>
> Acked-by: Arnd Bergmann <arnd@arndb.de>
> Signed-off-by: Meghana Malladi <m-malladi@ti.com>

Reviewed-by: MD Danish Anwar <danishanwar@ti.com>

-- 
Thanks and Regards,
Md Danish Anwar