[PATCH v2 0/1] *** Initial Wiznet W5500 support ***
verdun at hpe.com
verdun at hpe.com
Fri Apr 25 03:07:26 CEST 2025
From: Jean-Marie Verdun <verdun at hpe.com>
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 as being strong issues.
command ran scripts/checkpatch.pl --no-tree v2-0001-Initial-support-for-Wiznet-W5500.patch
Jean-Marie Verdun (1):
Initial support for Wiznet W5500
drivers/net/Kconfig | 9 +
drivers/net/Makefile | 1 +
drivers/net/w5500.c | 508 +++++++++++++++++++++++++++++++++++++++++++
drivers/net/w5500.h | 135 ++++++++++++
4 files changed, 653 insertions(+)
create mode 100644 drivers/net/w5500.c
create mode 100644 drivers/net/w5500.h
--
2.43.0
More information about the U-Boot
mailing list