From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751217AbcBLPBN (ORCPT ); Fri, 12 Feb 2016 10:01:13 -0500 Received: from mail-qk0-f193.google.com ([209.85.220.193]:34336 "EHLO mail-qk0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750802AbcBLPBL (ORCPT ); Fri, 12 Feb 2016 10:01:11 -0500 MIME-Version: 1.0 In-Reply-To: <20160209.045214.805916119264070573.davem@davemloft.net> References: <1454511275-9791-1-git-send-email-alexandre.torgue@gmail.com> <20160209.045214.805916119264070573.davem@davemloft.net> Date: Fri, 12 Feb 2016 16:01:10 +0100 Message-ID: Subject: Re: [PATCH 0/4] Add Ethernet support on STM32F429 From: Alexandre Torgue To: David Miller Cc: Maxime Coquelin , Giuseppe Cavallaro , netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi David, I will fix it in next patch version. I just find a corruption issue in stmmac driver, I will also fix it in next version. Best regards Alex 2016-02-09 10:52 GMT+01:00 David Miller : > From: Alexandre TORGUE > Date: Wed, 3 Feb 2016 15:54:31 +0100 > >> STM32F429 Chip embeds a Synopsys 3.50a MAC IP. >> This series: >> -enhance current stmmac driver to control it (code already available) and >> adds basic glue for STM32F429 chip. >> -Enable basic Net config in kernel. >> >> Note that DT patches are not present because STM32 pinctrl code is not >> yet avalaible. > > Looks like this needs to be respun to deal with the warnings the kbuild > robot reported. > > Thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 From: alexandre.torgue@gmail.com (Alexandre Torgue) Date: Fri, 12 Feb 2016 16:01:10 +0100 Subject: [PATCH 0/4] Add Ethernet support on STM32F429 In-Reply-To: <20160209.045214.805916119264070573.davem@davemloft.net> References: <1454511275-9791-1-git-send-email-alexandre.torgue@gmail.com> <20160209.045214.805916119264070573.davem@davemloft.net> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi David, I will fix it in next patch version. I just find a corruption issue in stmmac driver, I will also fix it in next version. Best regards Alex 2016-02-09 10:52 GMT+01:00 David Miller : > From: Alexandre TORGUE > Date: Wed, 3 Feb 2016 15:54:31 +0100 > >> STM32F429 Chip embeds a Synopsys 3.50a MAC IP. >> This series: >> -enhance current stmmac driver to control it (code already available) and >> adds basic glue for STM32F429 chip. >> -Enable basic Net config in kernel. >> >> Note that DT patches are not present because STM32 pinctrl code is not >> yet avalaible. > > Looks like this needs to be respun to deal with the warnings the kbuild > robot reported. > > Thanks.