From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751697AbdBOGev (ORCPT ); Wed, 15 Feb 2017 01:34:51 -0500 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:5916 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751161AbdBOGeu (ORCPT ); Wed, 15 Feb 2017 01:34:50 -0500 Subject: Re: [PATCH 0/8] net: stmmac: misc patchs To: Corentin Labbe , References: <20170214195441.30425-1-clabbe.montjoie@gmail.com> CC: , , David Miller From: Giuseppe CAVALLARO Message-ID: <241535e2-36fb-d3f7-5da8-289c1c1bbcc6@st.com> Date: Wed, 15 Feb 2017 07:34:41 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <20170214195441.30425-1-clabbe.montjoie@gmail.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.75.127.50] X-ClientProxiedBy: SFHDAG4NODE3.st.com (10.75.127.12) To SFHDAG4NODE1.st.com (10.75.127.10) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-02-15_03:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Corentin On 2/14/2017 8:54 PM, Corentin Labbe wrote: > Hello > > This is a follow up of my previous stmmac serie which address some comment > done in v2. I wonder if you can resend all the patches as V3 please add the Acked-by and Reviewed-by. This will help on final review and integration. Thx for your support and effort Peppe > > Corentin Labbe (8): > net: stmmac: remove useless parenthesis > net: stmmac: likely is useless in occasional function > net: stmmac: use SPEED_UNKNOWN/DUPLEX_UNKNOWN > net: stmmac: set speed at SPEED_UNKNOWN in case of broken speed > net: stmmac: run stmmac_hw_fix_mac_speed when speed is valid > net: stmmac: split the stmmac_adjust_link 10/100 case > net: stmmac: reduce indentation by adding a continue > net: stmmac: invert the logic for dumping regs > > .../net/ethernet/stmicro/stmmac/stmmac_ethtool.c | 18 ++--- > drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 40 ++++++----- > drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c | 82 +++++++++++----------- > 3 files changed, 71 insertions(+), 69 deletions(-) >