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 v2 01/13] net: tftp: Increase TFTP pkt string length to include null character

2025-02-19 Thread Vankar, Chintan
Hello Alexander, On 2/20/2025 12:19 AM, Sverdlin, Alexander wrote: Hi Chintan! On Wed, 2025-02-19 at 16:18 +0530, Chintan Vankar wrote: To append a string to a tftp pkt, "tftp_send()" API invokes "sprintf()" function which copies a string excluding a null character causing TFTP not-null termin

Re: [PATCH 05/13] configs: am68: Add configs for enabling Ethboot in R5SPL

2025-01-09 Thread Vankar, Chintan
On 1/7/2025 8:08 PM, Roger Quadros wrote: On 07/01/2025 11:38, Chintan Vankar wrote: Add configs for enabling Ethernet boot in R5SPL. Signed-off-by: Chintan Vankar --- configs/am68_sk_r5_ethboot_defconfig | 80 1 file changed, 80 insertions(+) create mode

Re: [PATCH 01/13] net: tftp: Increase TFTP pkt string length to include null character

2025-01-08 Thread Vankar, Chintan
On 1/7/2025 7:52 PM, Tom Rini wrote: On Tue, Jan 07, 2025 at 03:08:28PM +0530, Chintan Vankar wrote: 'sprintf()' function defined in 'tiny-printf.c' is returning length of the string excluding null character. Fix this by increasing TFTP pkt length by 1 to avoid TFTP error of request being no