Re: [PATCH 2/8] net: ti: am65-cpsw: Add support for multi port independent MAC mode

2022-01-20 Thread Vignesh Raghavendra
On 21/01/22 4:49 am, Tom Rini wrote: > On Fri, Jan 21, 2022 at 01:13:54AM +0200, Ramon Fried wrote: >> On Mon, Jan 17, 2022 at 8:37 PM Tom Rini wrote: >>> >>> On Fri, Dec 24, 2021 at 12:55:30PM +0530, Vignesh Raghavendra wrote: >>> On certain TI SoC, like AM64x there is a CPSW3G which supp

Re: [PATCH 2/8] net: ti: am65-cpsw: Add support for multi port independent MAC mode

2022-01-20 Thread Vignesh Raghavendra
On 30/12/21 1:01 am, Ramon Fried wrote: > On Fri, Dec 24, 2021 at 9:25 AM Vignesh Raghavendra wrote: >> >> On certain TI SoC, like AM64x there is a CPSW3G which supports 2 >> external independent MAC ports for single CPSW instance. >> It is not possible for Ethernet driver to register more than

Re: [PATCH 2/8] net: ti: am65-cpsw: Add support for multi port independent MAC mode

2022-01-20 Thread Tom Rini
On Fri, Jan 21, 2022 at 01:13:54AM +0200, Ramon Fried wrote: > On Mon, Jan 17, 2022 at 8:37 PM Tom Rini wrote: > > > > On Fri, Dec 24, 2021 at 12:55:30PM +0530, Vignesh Raghavendra wrote: > > > > > On certain TI SoC, like AM64x there is a CPSW3G which supports 2 > > > external independent MAC port

Re: [PATCH 2/8] net: ti: am65-cpsw: Add support for multi port independent MAC mode

2022-01-20 Thread Ramon Fried
On Mon, Jan 17, 2022 at 8:37 PM Tom Rini wrote: > > On Fri, Dec 24, 2021 at 12:55:30PM +0530, Vignesh Raghavendra wrote: > > > On certain TI SoC, like AM64x there is a CPSW3G which supports 2 > > external independent MAC ports for single CPSW instance. > > It is not possible for Ethernet driver to

Re: [PATCH 2/8] net: ti: am65-cpsw: Add support for multi port independent MAC mode

2022-01-17 Thread Tom Rini
On Fri, Dec 24, 2021 at 12:55:30PM +0530, Vignesh Raghavendra wrote: > On certain TI SoC, like AM64x there is a CPSW3G which supports 2 > external independent MAC ports for single CPSW instance. > It is not possible for Ethernet driver to register more than one port > for given instance. > > This

Re: [PATCH 2/8] net: ti: am65-cpsw: Add support for multi port independent MAC mode

2021-12-29 Thread Ramon Fried
On Fri, Dec 24, 2021 at 9:25 AM Vignesh Raghavendra wrote: > > On certain TI SoC, like AM64x there is a CPSW3G which supports 2 > external independent MAC ports for single CPSW instance. > It is not possible for Ethernet driver to register more than one port > for given instance. > > This patch mo

[PATCH 2/8] net: ti: am65-cpsw: Add support for multi port independent MAC mode

2021-12-23 Thread Vignesh Raghavendra
On certain TI SoC, like AM64x there is a CPSW3G which supports 2 external independent MAC ports for single CPSW instance. It is not possible for Ethernet driver to register more than one port for given instance. This patch modifies top level CPSW NUSS as UCLASS_MISC and binds UCLASS_ETH to individ