From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 30 Nov 2015 09:06:31 -0800 Subject: [U-Boot] [PATCH 06/10][v4] driver: net: fsl-mc: Increase MC command timeout In-Reply-To: <1446620162-21725-7-git-send-email-prabhakar@freescale.com> References: <1446620162-21725-1-git-send-email-prabhakar@freescale.com> <1446620162-21725-7-git-send-email-prabhakar@freescale.com> Message-ID: <565C8217.8010209@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: > dpni_create API take takes more time as comapred to existing supported > APIs of MC Flib. > So increase MC command timeout. > > 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/fsl-mc/mc_sys.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied to fsl-qoriq master. Thanks. York