Re: [PATCH v4] cmd: net: Add the "arp" command

2021-04-15 Thread Joe Xue
Sure will do it Thanks Joe Xue From: Heinrich Schuchardt Sent: April 15, 2021 9:29 AM To: lg...@hotmail.com ; u-boot@lists.denx.de Cc: bmeng...@gmail.com ; frederic.da...@collabora.com ; joe.hershber...@ni.com ; olaf.kr...@emh-metering.com ; patrick.delau

Re: [PATCH v3] cmd: net: Add the "arp" command

2021-04-13 Thread Joe Xue
I moved the v1 and v2 as "Superseeded" if that is what you mean. Thanks Joe Xue From: Sean Anderson Sent: April 13, 2021 11:16 AM To: lg...@hotmail.com ; u-boot@lists.denx.de Cc: bmeng...@gmail.com ; frederic.da...@collabora.com ; xypron.g

Re: [PATCH v2] cmd: net: Add the "arp" command

2021-04-10 Thread Joe Xue
use TFTP). 3 when debugging network driver. Thanks Joe Xue From: Heinrich Schuchardt Sent: April 9, 2021 8:18 PM To: lg...@hotmail.com ; u-boot@lists.denx.de Cc: bmeng...@gmail.com ; frederic.da...@collabora.com ; joe.hershber...@ni.com ; olaf.kr...@emh-metering.

[U-Boot] [PATCH] Add support Asix's AX88783 ethernet chip v1.00

2011-02-04 Thread Joe Xue
for more information about this chip, please check: http://www.asix.com.tw/products.php?op=pItemdetail&PItemID=98;65;86&PLine=6 Signed-off-by: Joe Xue Cc: Wolfgang Denk Cc: Stefano Babic --- README|6 + drivers/net/Makefile |1 + drivers/net/ax88783.

Re: [U-Boot] [PATCH] Add support for ASIX's AX88783 ethernet chip

2011-02-04 Thread Joe XUE
Than you Stefano. > Date: Wed, 2 Feb 2011 19:02:11 +0100 > From: sba...@denx.de > To: lg...@hotmail.com > CC: u-boot@lists.denx.de; w...@denx.de > Subject: Re: [U-Boot] [PATCH] Add support for ASIX's AX88783 ethernet chip > > On 01/31/2011 06:42 PM, Joe Xue wrote: >

[U-Boot] [PATCH] Add support for ASIX's AX88783 ethernet chip

2011-01-31 Thread Joe Xue
for more information about this chip, please check: http://www.asix.com.tw/products.php?op=pItemdetail&PItemID=98;65;86&PLine=65 Signed-off-by: Joe Xue --- README |7 +++ drivers/net/Makefile |1 + include/netdev.h |1 + 3 files changed, 9 insertio

[U-Boot] [PATCH] Add support for ASIX's AX88783 ethernet chip

2011-01-31 Thread Joe Xue
for more information about this chip, please check: http://www.asix.com.tw/products.php?op=pItemdetail&PItemID=98;65;86&PLine=65 Signed-off-by: Joe Xue --- README |7 +++ drivers/net/Makefile |1 + include/netdev.h |1 + 3 files changed, 9 insertio

[U-Boot] [PATCH] Add support for AX88183 ethernet chip

2011-01-28 Thread Joe Xue
Signed-off-by: Joe Xue modified: README modified: drivers/net/Makefile new file: drivers/net/ax88183.c new file: drivers/net/ax88183.h modified: include/netdev.h --- README|7 + drivers/net/Makefile |1 + drivers/net

Re: [U-Boot] [PATCH] Driver for AX88183 ethernet chip

2011-01-28 Thread Joe XUE
01/27/2011 07:55 PM, root wrote: > > From: Joe Xue > > You have to set you Signe-off-by in your patch. Please add also > a commit message to explain what your patch is doing, and on which board > you tested this driver. And set the net custodian as CC, this helps to > get f