From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Subject: Re: [PATCH] net: fec: dt: convert phy-reset-gpios to use GPIOD API Date: Tue, 31 May 2016 14:26:54 -0300 Message-ID: References: <1464715071-56012-1-git-send-email-george_davis@mentor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <1464715071-56012-1-git-send-email-george_davis-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "George G. Davis" Cc: "linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , linux-kernel , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Fugang Duan , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Shawn Guo , Sascha Hauer , Russell King , Linus Walleij , Alexandre Courbot List-Id: linux-gpio@vger.kernel.org On Tue, May 31, 2016 at 2:17 PM, George G. Davis wrote: > Convert the i.MX FEC driver and DT files to use the GPIOD API > which automatically handles GPIO polarity. > > Signed-off-by: George G. Davis In order to avoid breaking old dtb's a property called 'phy-reset-active-high' has been introduced. Check: 962d8cdc3133435a ("net: fec: Rename "phy-reset-active-low" property") and 64f10f6ebf5a6d3ae ("net: fec: Add "phy-reset-active-low" property to DT"). -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755573AbcEaR06 (ORCPT ); Tue, 31 May 2016 13:26:58 -0400 Received: from mail-io0-f195.google.com ([209.85.223.195]:35269 "EHLO mail-io0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753984AbcEaR0z (ORCPT ); Tue, 31 May 2016 13:26:55 -0400 MIME-Version: 1.0 In-Reply-To: <1464715071-56012-1-git-send-email-george_davis@mentor.com> References: <1464715071-56012-1-git-send-email-george_davis@mentor.com> Date: Tue, 31 May 2016 14:26:54 -0300 Message-ID: Subject: Re: [PATCH] net: fec: dt: convert phy-reset-gpios to use GPIOD API From: Fabio Estevam To: "George G. Davis" Cc: "linux-gpio@vger.kernel.org" , linux-kernel , "devicetree@vger.kernel.org" , "netdev@vger.kernel.org" , Fugang Duan , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Shawn Guo , Sascha Hauer , Russell King , Linus Walleij , Alexandre Courbot Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 31, 2016 at 2:17 PM, George G. Davis wrote: > Convert the i.MX FEC driver and DT files to use the GPIOD API > which automatically handles GPIO polarity. > > Signed-off-by: George G. Davis In order to avoid breaking old dtb's a property called 'phy-reset-active-high' has been introduced. Check: 962d8cdc3133435a ("net: fec: Rename "phy-reset-active-low" property") and 64f10f6ebf5a6d3ae ("net: fec: Add "phy-reset-active-low" property to DT").