From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 30 Nov 2015 09:01:46 -0800 Subject: [U-Boot] [PATCH 01/10][v4] armv8: lsch3: Fix lane protocol parsing logic In-Reply-To: <1446620162-21725-2-git-send-email-prabhakar@freescale.com> References: <1446620162-21725-1-git-send-email-prabhakar@freescale.com> <1446620162-21725-2-git-send-email-prabhakar@freescale.com> Message-ID: <565C80FA.6020400@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: > Current implementation only consider SGMIIs for dpmac initialization. > XFI serdes protocols also uses dpmac. > > Also, fix lane protocol parsing logic to consider both XFIs and SGMIIs. > > Signed-off-by: Prabhakar Kushwaha > --- > Changes for v2: Sending as it is > Changes for v3: Sending as it is > Changes for v4: Update SerDes Parsing logic > > .../cpu/armv8/fsl-layerscape/fsl_lsch3_serdes.c | 25 ++++++++++++++++++++-- > 1 file changed, 23 insertions(+), 2 deletions(-) Squashed with patch "driver: net: ldpaa: Update the lane number to DPMAC mapping". Applied to fsl-qoriq master. Thanks. York