mbox series

[PATHv3,0/8] net fixes prior lwip

Message ID 20231226154619.5071-1-maxim.uvarov@linaro.org
Headers show
Series net fixes prior lwip | expand

Message

Maxim Uvarov Dec. 26, 2023, 3:46 p.m. UTC
Add small net fixes prior lwip patches.

v3: - some small review fixes.
v2: - rebase on the top of master tree with descriptions fixes
      suggested in review comments.
Maxim Uvarov (8):
  test_net: print out net list
  net/smc911x: fix return from smc911x_send
  sandbox: eth-raw-os: successful return code is 0
  driver/net/rtl8139: remove debug print
  mach-socfpga: do not overlap defines with lwip
  bcm_ns3: use device specific naming for variables
  omap3: use device specific naming for mem_init
  Makefile: add dtbs to clean

 Makefile                                           | 2 ++
 arch/arm/include/asm/arch-omap3/mem.h              | 2 +-
 arch/arm/mach-omap2/omap3/board.c                  | 2 +-
 arch/arm/mach-omap2/omap3/emif4.c                  | 4 ++--
 arch/arm/mach-omap2/omap3/sdrc.c                   | 6 +++---
 arch/arm/mach-socfpga/include/mach/handoff_soc64.h | 6 ------
 arch/arm/mach-socfpga/wrap_handoff_soc64.c         | 9 +++++++++
 arch/sandbox/cpu/eth-raw-os.c                      | 2 +-
 drivers/net/rtl8139.c                              | 2 +-
 drivers/net/smc911x.c                              | 2 +-
 include/configs/bcm_ns3.h                          | 6 +++---
 test/py/tests/test_net.py                          | 2 ++
 12 files changed, 26 insertions(+), 19 deletions(-)

Comments

Tom Rini Jan. 11, 2024, 11:38 p.m. UTC | #1
On Tue, 26 Dec 2023 21:46:11 +0600, Maxim Uvarov wrote:

> Add small net fixes prior lwip patches.
> 
> v3: - some small review fixes.
> v2: - rebase on the top of master tree with descriptions fixes
>       suggested in review comments.
> Maxim Uvarov (8):
>   test_net: print out net list
>   net/smc911x: fix return from smc911x_send
>   sandbox: eth-raw-os: successful return code is 0
>   driver/net/rtl8139: remove debug print
>   mach-socfpga: do not overlap defines with lwip
>   bcm_ns3: use device specific naming for variables
>   omap3: use device specific naming for mem_init
>   Makefile: add dtbs to clean
> 
> [...]

Applied to u-boot/master, thanks!