From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753455AbcDZSZn (ORCPT ); Tue, 26 Apr 2016 14:25:43 -0400 Received: from mail-lf0-f46.google.com ([209.85.215.46]:34511 "EHLO mail-lf0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753506AbcDZSZR (ORCPT ); Tue, 26 Apr 2016 14:25:17 -0400 Subject: Re: [PATCH] ARM: dts: at91: VInCo: fix phy reset gpio flag To: Nicolas Ferre References: <570BF481.9070903@cogentembedded.com> <1461666272-10107-1-git-send-email-nicolas.ferre@atmel.com> Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Gregory Clement , Alexandre Belloni , netdev@vger.kernel.org, Andrew Lunn , David Miller From: Sergei Shtylyov Organization: Cogent Embedded Message-ID: <571FB289.40807@cogentembedded.com> Date: Tue, 26 Apr 2016 21:25:13 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <1461666272-10107-1-git-send-email-nicolas.ferre@atmel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello. On 04/26/2016 01:24 PM, Nicolas Ferre wrote: > Fix gpio active flag for the phy reset-gpios property. The line is > active low instead of active high. > Actually, this flags was never used by the macb driver. > > Reported-by: Sergei Shtylyov > Cc: Andrew Lunn > Cc: David Miller > Signed-off-by: Nicolas Ferre > --- > Hi, > > Thanks for having reported this bug to me. And thank you for beating me to it and doing the patch. I'm still busy with other stuff. :-( > I hope that we will be able to move forward for changing the phy > reset code in the macb driver. I meant to delete it entirely. > I plan to queue this patch through arm-soc for 4.7. Hm, that way we get that board broken if my phylib/macb patches get merged before your patch. Perhaps it would be better to merge this patch thru DaveM's tree (before my patches) to keep the kernel bisectable? > Thanks, best regards, > Nicolas MBR, Sergei