From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 30 Nov 2015 09:19:53 -0800 Subject: [U-Boot] [PATCH] net: phy: added aquantia PHY AQR405 support In-Reply-To: <1447154193-48862-1-git-send-email-shh.xie@gmail.com> References: <1447154193-48862-1-git-send-email-shh.xie@gmail.com> Message-ID: <565C8539.2070206@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 11/10/2015 03:16 AM, shh.xie at gmail.com wrote: > From: Shaohui Xie > > The phy can share driver with other aquantia PHYs, so we only added PHY > ID. > > Signed-off-by: Shaohui Xie > --- > drivers/net/phy/aquantia.c | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) Applied to fsl-qoriq master. Thanks. York