Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964886AbdCVP23 (ORCPT ); Wed, 22 Mar 2017 11:28:29 -0400 Received: from mail-ot0-f193.google.com ([74.125.82.193]:34801 "EHLO mail-ot0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935364AbdCVP2M (ORCPT ); Wed, 22 Mar 2017 11:28:12 -0400 MIME-Version: 1.0 In-Reply-To: <82d0aeeaed87ae5c9390b889cef4c54d715cde61.1490191972.git.leonard.crestez@nxp.com> References: <82d0aeeaed87ae5c9390b889cef4c54d715cde61.1490191972.git.leonard.crestez@nxp.com> From: Fabio Estevam Date: Wed, 22 Mar 2017 12:28:11 -0300 Message-ID: Subject: Re: [PATCH] ARM: imx_v6_v7_defconfig: Select SMSC_PHY To: Leonard Crestez Cc: Shawn Guo , Sascha Hauer , Florian Fainelli , Fugang Duan , linux-kernel , Octavian Purdila , Fabio Estevam , "linux-arm-kernel@lists.infradead.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 Content-Length: 584 Lines: 13 On Wed, Mar 22, 2017 at 11:27 AM, Leonard Crestez wrote: > The imx6sl-evk board has a LAN8720A ethernet phy supported by SMSC_PHY. > Add this driver to the default imx config since the device is present on > one of the evaluation boards. > > This used to work mostly fine with the generic phy driver but since > commit 0878fff1f42c18e448ab5b8b4f6a3eb32365b5b6 that driver no longer The prefer format when referring to a commit is: 0878fff1f42c ("net: phy: Do not perform software reset for Generic PHY") Reviewed-by: Fabio Estevam