From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 18 Jul 2014 14:12:44 -0700 Subject: [U-Boot] [PATCH] net: phy/cortina: Add four phy addresses support In-Reply-To: <1398826470-22516-1-git-send-email-Chunhe.Lan@freescale.com> References: <1398826470-22516-1-git-send-email-Chunhe.Lan@freescale.com> Message-ID: <53C98DCC.5090307@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 04/29/2014 07:54 PM, Chunhe Lan wrote: > Before CORTINA driver only supports two phy addresses. > This patch adds the four phy addresses support for > CORTINA PHY module. > > Signed-off-by: Chunhe Lan > --- > drivers/net/phy/cortina.c | 28 ++++++++++++++++++++++------ > 1 files changed, 22 insertions(+), 6 deletions(-) > Chunhe, Does this patch depend on other patches? I don't see cortina.c file. York