From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 30 Nov 2015 09:03:38 -0800 Subject: [U-Boot] [PATCH 05/10][v4] driver: ldpaa: Add api to return linked PHY ID of DPMAC In-Reply-To: <1446620162-21725-6-git-send-email-prabhakar@freescale.com> References: <1446620162-21725-1-git-send-email-prabhakar@freescale.com> <1446620162-21725-6-git-send-email-prabhakar@freescale.com> Message-ID: <565C816A.5040309@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/03/2015 10:55 PM, Prabhakar Kushwaha wrote: > DPMAC represents physical line on the board. This physical > line eventually asscociate with on-board PHY. > > So Add an api to return linked PHY ID of DPMAC object. > > Signed-off-by: Prabhakar Kushwaha > --- > Changes for v2: Sending as it is > Changes for v3: Sending as it is > Changes for v4: Sending as it is > > drivers/net/ldpaa_eth/ldpaa_wriop.c | 12 ++++++++++++ > include/fsl-mc/ldpaa_wriop.h | 3 ++- > 2 files changed, 14 insertions(+), 1 deletion(-) Applied to fsl-qoriq master. Thanks. York