Re: [U-Boot] [PATCH] net: ftmac110: cosmetics and cleanup

2013-07-08 Thread Kuo-Jung Su
2013/7/9 Joe Hershberger : > Hi Kuo-Jung Su, > > On Wed, Jul 3, 2013 at 9:10 PM, Kuo-Jung Su wrote: >> From: Kuo-Jung Su >> >> 1. Update license statement >> >> 2. struct ftmac110_regs __iomem *regs -> struct ftmac110_regs *regs. >> >> 3. Reformat hardware tx/rx descriptor as an uniform one, >>

Re: [U-Boot] [PATCH] net: ftmac110: cosmetics and cleanup

2013-07-08 Thread Joe Hershberger
Hi Kuo-Jung Su, On Wed, Jul 3, 2013 at 9:10 PM, Kuo-Jung Su wrote: > From: Kuo-Jung Su > > 1. Update license statement > > 2. struct ftmac110_regs __iomem *regs -> struct ftmac110_regs *regs. > > 3. Reformat hardware tx/rx descriptor as an uniform one, >and replace uint32_t[2] with uint64_t

[U-Boot] [PATCH] net: ftmac110: cosmetics and cleanup

2013-07-03 Thread Kuo-Jung Su
From: Kuo-Jung Su 1. Update license statement 2. struct ftmac110_regs __iomem *regs -> struct ftmac110_regs *regs. 3. Reformat hardware tx/rx descriptor as an uniform one, and replace uint32_t[2] with uint64_t for descriptor control. Signed-off-by: Kuo-Jung Su CC: Joe Hershberger CC: Tom