[PATCH v1 1/1] Initial support for Wiznet W5500
Tom Rini
trini at konsulko.com
Fri Apr 25 01:55:18 CEST 2025
On Thu, Apr 24, 2025 at 09:43:35PM +0000, verdun at hpe.com wrote:
> From: Jean-Marie Verdun <verdun at hpe.com>
>
> Add support for the Wiznet W5500 spi to ethernet controller
>
> Signed-off-by: Jean-Marie Verdun <verdun at hpe.com>
> ---
> drivers/net/Kconfig | 54 ++---
> drivers/net/Makefile | 7 +-
> drivers/net/w5500.c | 508 +++++++++++++++++++++++++++++++++++++++++++
> drivers/net/w5500.h | 135 ++++++++++++
> 4 files changed, 662 insertions(+), 42 deletions(-)
> create mode 100644 drivers/net/w5500.c
> create mode 100644 drivers/net/w5500.h
There are spacing problems in the Kconfig file as well as a number of
unrelated and incorrect changes. The Makefile also has removing of other
drivers in it. Finally, the driver itself has checkpatch.pl issues to
resolve. Please look in to all of this for v2, thanks.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20250424/bc53893f/attachment.sig>
More information about the U-Boot
mailing list