From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751454AbcHIGCn (ORCPT ); Tue, 9 Aug 2016 02:02:43 -0400 Received: from mail.kernel.org ([198.145.29.136]:46660 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750792AbcHIGCm (ORCPT ); Tue, 9 Aug 2016 02:02:42 -0400 Date: Tue, 9 Aug 2016 14:02:29 +0800 From: Shawn Guo To: Lothar =?iso-8859-1?Q?Wa=DFmann?= Cc: linux-arm-kernel@lists.infradead.org, Russell King , Sascha Hauer , linux-kernel@vger.kernel.org, Fabio Estevam Subject: Re: [PATCH] ARM: mxs: remove obsolete startup code for TX28 Message-ID: <20160809060229.GM4678@tiger> References: <1468239528-10501-1-git-send-email-LW@KARO-electronics.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1468239528-10501-1-git-send-email-LW@KARO-electronics.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 11, 2016 at 02:18:48PM +0200, Lothar Waßmann wrote: > The power and reset handling of the FEC ethernet driver is sufficient > to get the ethernet PHY on the TX28 into a usable state. > Remove the code that does the PHY initialization on startup. > > Signed-off-by: Lothar Waßmann Applied, thanks.