
On Thursday, January 28, 2016 at 03:49:06 PM, Joe Hershberger wrote:
Hi Marek,
On Wed, Jan 27, 2016 at 4:10 PM, Marek Vasut marex@denx.de wrote:
Add ethernet driver for the AR71xx and AR9xxx Atheros MIPS machines.
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
arch/mips/dts/ap121.dts | 8 + arch/mips/dts/ar933x.dtsi | 16 + arch/mips/mach-ath79/cpu.c | 47 +++ configs/ap121_defconfig | 1 + drivers/net/Kconfig | 9 + drivers/net/Makefile | 1 + drivers/net/ag7xxx.c | 794 +++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 876 insertions(+) create mode 100644 drivers/net/ag7xxx.c
NOTE: This is RFC patch, it is by no means a standard submission, but it should
give you some starting point for the ethernet driver.
NOTE: The driver works and I can transfer data via TFTP, but this patch needs
splitting and cleanup. Some FIXMEs need to be sorted out of course.
NOTE: This is only tested on ar9331.
What is your plan for this?
Are you wanting a review to continue improvements (sounds like you already know of some improvements needed)?
A review (sans the few FIXME parts) would be nice. Also, the DT bindings and config bits should be split from the patch of course during the official submission.
Are you transferring it to someone else to complete? If so, who?
Just wanted to get it out so others can have fun with it.
Best regards, Marek Vasut