From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 30 Nov 2015 09:08:32 -0800 Subject: [U-Boot] [PATCH 10/10][v4] driver: net: ldpaa: Add debug information In-Reply-To: <1446620162-21725-11-git-send-email-prabhakar@freescale.com> References: <1446620162-21725-1-git-send-email-prabhakar@freescale.com> <1446620162-21725-11-git-send-email-prabhakar@freescale.com> Message-ID: <565C8290.8070302@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:56 PM, Prabhakar Kushwaha wrote: > Add following debug information in the driver > - Get various DPNI counter values > - Get link status of DPNI objects > - Get information of both ends of connection (DPMAC - DPNI) > > Signed-off-by: Prabhakar Kushwaha > --- > Changes for v2: Use child container for DPMAC-DPNI connection > Changes for v3: Sending as it is > Changes for v4: Sending as it is > > > drivers/net/ldpaa_eth/ldpaa_eth.c | 123 ++++++++++++++++++++++++++++++++++++++ > 1 file changed, 123 insertions(+) > Applied to fsl-qoriq master. Thanks. York