From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 28 Jan 2016 15:52:38 +0100 Subject: [U-Boot] [PATCH] [RFC] net: Add ag7xxx driver for Atheros MIPS In-Reply-To: References: <1453932608-6011-1-git-send-email-marex@denx.de> Message-ID: <201601281552.38259.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 wrote: > > Add ethernet driver for the AR71xx and AR9xxx Atheros MIPS machines. > > > > Signed-off-by: Marek Vasut > > Cc: Daniel Schwierzeck > > Cc: Joe Hershberger > > Cc: Wills Wang > > --- > > > > 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