Re: [PATCH v3 01/15] net: ti: am65-cpsw-nuss: Define bind method for CPSW driver

2025-03-03 Thread Vankar, Chintan
Hello Roger, On 2/27/2025 3:56 PM, Roger Quadros wrote: Hi, On 25/02/2025 13:48, Chintan Vankar wrote: CPSW driver is defined as UCLASS_MISC driver which needs to be probed explicitly. Define bind method for CPSW driver to scan and bind ethernet-ports with UCLASS_ETH driver which will eventual

Re: [PATCH v3 01/15] net: ti: am65-cpsw-nuss: Define bind method for CPSW driver

2025-02-27 Thread Roger Quadros
Hi, On 25/02/2025 13:48, Chintan Vankar wrote: > CPSW driver is defined as UCLASS_MISC driver which needs to be probed > explicitly. Define bind method for CPSW driver to scan and bind > ethernet-ports with UCLASS_ETH driver which will eventually probe CPSW > driver and avoids probing CPSW driver

[PATCH v3 01/15] net: ti: am65-cpsw-nuss: Define bind method for CPSW driver

2025-02-25 Thread Chintan Vankar
CPSW driver is defined as UCLASS_MISC driver which needs to be probed explicitly. Define bind method for CPSW driver to scan and bind ethernet-ports with UCLASS_ETH driver which will eventually probe CPSW driver and avoids probing CPSW driver explicitly. Signed-off-by: Chintan Vankar --- Link to