[U-Boot] [PATCH v2 3/3] net: ftmac110: Update tx/rx descriptor format

2013-07-09 Thread Kuo-Jung Su
From: Kuo-Jung Su 1. Reformat tx/rx descriptor as an uniform struct. 2. Replace uint32_t[2] with uint64_t for descriptor control. Signed-off-by: Kuo-Jung Su CC: Joe Hershberger --- drivers/net/ftmac110.c | 86 ++-- drivers/net/ftmac110.h | 70 ++

Re: [U-Boot] [PATCH v2 3/3] net: ftmac110: Update tx/rx descriptor format

2013-08-19 Thread Joe Hershberger
On Tue, Jul 9, 2013 at 8:25 PM, Kuo-Jung Su wrote: > From: Kuo-Jung Su > > 1. Reformat tx/rx descriptor as an uniform struct. > 2. Replace uint32_t[2] with uint64_t for descriptor control. > > Signed-off-by: Kuo-Jung Su > CC: Joe Hershberger > --- Applied, Thanks! -Joe