From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756235AbbHZRbp (ORCPT ); Wed, 26 Aug 2015 13:31:45 -0400 Received: from eu-smtp-delivery-143.mimecast.com ([207.82.80.143]:37620 "EHLO eu-smtp-delivery-143.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752293AbbHZRbn convert rfc822-to-8bit (ORCPT ); Wed, 26 Aug 2015 13:31:43 -0400 Subject: Re: [PATCH -next] smsc911x: Fix crash seen if neither ACPI nor OF is configured or used To: Tony Lindgren , Guenter Roeck References: <1439844336-21596-1-git-send-email-linux@roeck-us.net> <20150826170410.GP4215@atomide.com> Cc: Steve Glendinning , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-omap@vger.kernel.org" From: Jeremy Linton Message-ID: <55DDF7F8.2030304@arm.com> Date: Wed, 26 Aug 2015 12:31:36 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <20150826170410.GP4215@atomide.com> X-OriginalArrivalTime: 26 Aug 2015 17:31:40.0308 (UTC) FILETIME=[11572540:01D0E025] X-MC-Unique: MEuOpNyUTliflIFMKF3krg-1 Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/26/2015 12:04 PM, Tony Lindgren wrote: > * Guenter Roeck [150817 13:48]: >> Commit 0b50dc4fc971 ("Convert smsc911x to use ACPI as well as DT") makes > Looks like this change makes at least omap boards using smsc911x > fail with -22 for me in Linux next. > > Do any of the the device tree configured smsc911x devices actually > have a phy configured? Tony, Looks like all the ones in the kernel boot/dts directory have a phy including the omap3-lilly except for the ste-snowball.dts. Do you have smsc,force-internal-phy set instead? Thanks,