[PATCH v9 0/1] *** Initial Wiznet W5500 support ***

2025-06-09 Thread verdun
From: Jean-Marie Verdun v9 Fix compilation issue from a missing parenthesis in v8. Fix unused variable from v8 (check) Fix a crash when using transfer bigger then 1500 bytes identified with http transfer instead of tftp. The device merge multiple packets and the local buffer into the driver must

[PATCH v8 0/1] *** Initial Wiznet W5500 support ***

2025-05-27 Thread verdun
From: Jean-Marie Verdun v8 Fix error propagation from dm_spi_xfer calls and successors Fix memory allocation check into probe v7 Fix bug exposed by using LWIP TCP/IP as primary network backend v6 Switch all log to dev_dbg call v5 Remove of_to_plat init Remove unused cmd variable from probe Rem

[PATCH v7 0/1] *** Initial Wiznet W5500 support ***

2025-05-26 Thread verdun
From: Jean-Marie Verdun v7 Fix bug exposed by using LWIP TCP/IP as primary network backend. Both networking stack are now usable v6 Switch all log to dev_dbg call v5 Remove of_to_plat init Remove unused cmd variable from probe Remove socket open command from hw mac setup code Remove read back m

[PATCH v6 0/1] *** Initial Wiznet W5500 support ***

2025-05-26 Thread verdun
From: Jean-Marie Verdun v6 Switch all log to dev_dbg call v5 Remove of_to_plat init Remove unused cmd variable from probe Remove socket open command from hw mac setup code Remove read back mac address command from hw mac setup code Improve comment about RX_RSR register usage Check error code of

[PATCH v5 0/1] *** Initial Wiznet W5500 support ***

2025-05-22 Thread verdun
From: Jean-Marie Verdun v5 Remove of_to_plat init Remove unused cmd variable from probe Remove socket open command from hw mac setup code Remove read back mac address command from hw mac setup code Improve comment about RX_RSR register usage Check error code of spi_write calls Check error code fr

[PATCH v4 0/1] *** Initial Wiznet W5500 support ***

2025-05-11 Thread verdun
From: Jean-Marie Verdun v4 Fix some comment typos Remove unnecessary IFDEF Drop w5500_eth_tx_hand_f definition and struct element as they are unused Reorder function to avoid predefinition Reorder variable definition per data size in functions Fix return value with spi_read and spi_read16 Drop re

[PATCH v3 0/1] *** Initial Wiznet W5500 support ***

2025-05-05 Thread verdun
From: Jean-Marie Verdun v3 Remove Global definition Replace polling by read_poll_timeout Remove unused function Add empty lines before returns statement Remove declaration and code mix Switch to dev_dbg Relocate read/write helpers to top of file Remove include and incorporate it into the code v2

[PATCH v2 0/1] *** Initial Wiznet W5500 support ***

2025-04-24 Thread verdun
From: Jean-Marie Verdun Rebase source tree to create patch against top of tree and avoid issues with Kconfig and Makefile Recheck checkpatch.pl output as to minimize issues to CHECK state CHECK issues reported are coming from copy/paste section from the linux kernel driver, and aren't processed a

[PATCH v1 0/1] *** Initial Wiznet W5500 support ***

2025-04-24 Thread verdun
From: Jean-Marie Verdun Jean-Marie Verdun (1): Initial support for Wiznet W5500 drivers/net/Kconfig | 54 ++--- drivers/net/Makefile | 7 +- drivers/net/w5500.c | 508 +++ drivers/net/w5500.h | 135 4 files changed, 662 insertions(+),

Re: Wiznet w5500 support

2025-04-24 Thread Verdun, Jean-Marie
the community wants. Thanks all for your support and help Jean-Marie From: Quentin Schulz Date: Thursday, April 24, 2025 at 12:24 AM To: Verdun, Jean-Marie , u-boot@lists.denx.de Subject: Re: Wiznet w5500 support Hi Jean-Marie, On 4/23/25 4:37 PM, Verdun, Jean-Marie wrote: > You don'

Re: Wiznet w5500 support

2025-04-24 Thread Quentin Schulz
Hi Jean-Marie, On 4/23/25 4:37 PM, Verdun, Jean-Marie wrote: You don't often get email from ver...@hpe.com. Learn why this is important Hi Quentin, I was looking for example like the one in pmic. I will refactor my code to take it into considerat

Re: Wiznet w5500 support

2025-04-23 Thread Verdun, Jean-Marie
doesn’t report any warning. I will add other code checks from the linux kernel moving forward Jean-Marie From: Quentin Schulz Date: Wednesday, April 23, 2025 at 2:04 AM To: Verdun, Jean-Marie , u-boot@lists.denx.de Subject: Re: Wiznet w5500 support Hi Jean-Marie, On 4/22/25 8:36 PM, Verdun, Jean

Re: Wiznet w5500 support

2025-04-23 Thread neil . armstrong
On 23/04/2025 11:03, Quentin Schulz wrote: Hi Jean-Marie, On 4/22/25 8:36 PM, Verdun, Jean-Marie wrote: [You don't often get email from ver...@hpe.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] Hi, I have written a small patch for the wiznet W5500 adapter

Re: Wiznet w5500 support

2025-04-23 Thread Quentin Schulz
Hi Jean-Marie, On 4/22/25 8:36 PM, Verdun, Jean-Marie wrote: [You don't often get email from ver...@hpe.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] Hi, I have written a small patch for the wiznet W5500 adapter. (https://docs.wiznet.io/Product/iEthernet

Wiznet w5500 support

2025-04-22 Thread Verdun, Jean-Marie
Hi, I have written a small patch for the wiznet W5500 adapter. (https://docs.wiznet.io/Product/iEthernet/W5500/overview). I am in some ways ready to push it into u-boot following approval from HPE, but as that will be a first for me, I just wanted to get feedback from you. The wiznet device all