From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Wed, 12 Sep 2012 12:19:37 +0200 Subject: [U-Boot] [PATCH 2/4 v2] net: Add driver for Zynq Gem IP In-Reply-To: <1345098630-27902-2-git-send-email-monstr@monstr.eu> References: <1345098630-27902-1-git-send-email-monstr@monstr.eu> <1345098630-27902-2-git-send-email-monstr@monstr.eu> Message-ID: <505061B9.9070606@monstr.eu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/16/2012 08:30 AM, Michal Simek wrote: > Device driver for Zynq Gem IP. > > Signed-off-by: Michal Simek > CC: Joe Hershberger > > --- > v2: Remove phylib protection > Rename driver file name xilinx_gem to zynq_gem > Rename XEMACPSS to ZYNQ_GEM > Rename gemac_priv to zynq_gem_priv > Rename gem_regs to zynq_gem_regs > Add zynq_ prefix to several functions > Remove phy detection > Rename driver name XGem to Gem > Change setup_mac function to reflect u-boot style > --- > drivers/net/Makefile | 1 + > drivers/net/zynq_gem.c | 453 ++++++++++++++++++++++++++++++++++++++++++++++++ > include/netdev.h | 2 +- > 3 files changed, 455 insertions(+), 1 deletions(-) > create mode 100644 drivers/net/zynq_gem.c Joe: I am not sure if you have seen this patch. Can you please review it and comment it. If is ok, I would like to ask you to add this patch to your net custodian tree or sending me your ACK. Thanks, Michal -- Michal Simek, Ing. (M.Eng) w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/ Microblaze U-BOOT custodian