From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 15 Jan 2015 11:29:11 -0800 Subject: [U-Boot] [PATCH] phylib: add support for aquantia PHYs In-Reply-To: <1419935524-34134-1-git-send-email-shh.xie@gmail.com> References: <1419935524-34134-1-git-send-email-shh.xie@gmail.com> Message-ID: <54B81507.3050800@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/30/2014 02:32 AM, shh.xie at gmail.com wrote: > From: Shaohui Xie > > This patch supports AQ1202, AQ2104, AQR105 PHY. > > Signed-off-by: Shaohui Xie > --- > drivers/net/phy/Makefile | 1 + > drivers/net/phy/aquantia.c | 156 +++++++++++++++++++++++++++++++++++++++++++++ > drivers/net/phy/phy.c | 3 + > include/phy.h | 1 + > 4 files changed, 161 insertions(+) > create mode 100644 drivers/net/phy/aquantia.c Joe, Somehow this patch was delegated to me. Please comment or ack it. Or you can grab it if you want. York