public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v1 0/4] Fix rtl8169 compile warning and add a new device ID
@ 2023-06-21  9:05 Minda Chen
  2023-06-21  9:05 ` [PATCH v1 1/4] net: rtl8169: Fix compile warning in rtl8169 network adapter Minda Chen
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Minda Chen @ 2023-06-21  9:05 UTC (permalink / raw)
  To: Joe Hershberger, Ramon Fried, Leo, Rick Chen
  Cc: u-boot, Mason Huo, Minda Chen

StarFive JH7110 uboot support PCIe and using rtl8169 network adapter
PCIe device. But compile warning in rtl8169 driver cause CI test fail.
So commit this patch set to fix it, Also a new device ID to adjust the
PCI bar regions in rtl8169.

The StarFive JH7110 PCIe driver link:
https://patchwork.ozlabs.org/project/uboot/cover/20230509082617.119018-1-minda.chen@starfivetech.com/

patch 1 is fix make pointer from integer warning.
 eg: /home/minda/vf2/visionfive/u-boot/drivers/net/rtl8169.c:103:52: warning:
    passing argument 2 of ‘writew’ makes pointer from integer without a cast [-Wint-conversion]
patch 2 fix RISC-V 8169 descriptor less than DMA min aligned size warning
patch 3 add new device ID
patch 4 enable 8169 in JH7110 SoC configs file.

Minda Chen (4):
  net: rtl8169: Fix compile warning in rtl8169 network adapter
  net: rtl8169: Fix DMA min aligned compile warning in riscv
  net: rtl8169: Add one more device ID
  configs: starfive-jh7110: Add CONFIG_RTL8169

 configs/starfive_visionfive2_defconfig |  1 +
 drivers/net/rtl8169.c                  | 22 +++++++++++++---------
 2 files changed, 14 insertions(+), 9 deletions(-)


base-commit: 50842b217fef505a0ec6662cc2acdc55d0bb23c5
-- 
2.17.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-07-22  5:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-21  9:05 [PATCH v1 0/4] Fix rtl8169 compile warning and add a new device ID Minda Chen
2023-06-21  9:05 ` [PATCH v1 1/4] net: rtl8169: Fix compile warning in rtl8169 network adapter Minda Chen
2023-07-22  8:55   ` Ramon Fried
2023-06-21  9:05 ` [PATCH v1 2/4] net: rtl8169: Fix DMA min aligned compile warning in riscv Minda Chen
2023-07-22  8:56   ` Ramon Fried
2023-06-21  9:05 ` [PATCH v1 3/4] net: rtl8169: Add one more device ID Minda Chen
2023-07-22  8:56   ` Ramon Fried
2023-06-21  9:05 ` [PATCH v1 4/4] configs: starfive-jh7110: Add CONFIG_RTL8169 Minda Chen
2023-07-05  1:54 ` [PATCH v1 0/4] Fix rtl8169 compile warning and add a new device ID Minda Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox