
On Tue, May 24, 2016 at 12:58 PM, Marek Vasut marex@denx.de wrote:
On 05/24/2016 07:35 PM, Joe Hershberger wrote:
On Tue, May 24, 2016 at 10:22 AM, Marek Vasut marex@denx.de wrote:
Add ethernet driver for the AR933x and AR934x Atheros MIPS machines. The driver could be easily extended to other WiSoCs.
Signed-off-by: Marek Vasut marex@denx.de Cc: Daniel Schwierzeck daniel.schwierzeck@gmail.com Cc: Joe Hershberger joe.hershberger@ni.com Cc: Wills Wang wills.wang@live.com
V2: - Drop the printf() in case malloc fails, it's pointless to try and print something if we cannot allocate memory, since printf also allocates memory.
<snip>
Sorry I couldn't give you any better answer(s) to the questions about the magic numbers.
OK, Please send a v3 with the one register change and I'll apply it.
Cheers, -Joe