Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2083617imu; Wed, 12 Dec 2018 09:13:14 -0800 (PST) X-Google-Smtp-Source: AFSGD/X2dTRnYKwry9G1xYCk1h5dNj0En0mHybGkcW/2BSE5ILthX1a74A0ut/Mw6j0mgA7s5DZc X-Received: by 2002:a17:902:f44:: with SMTP id 62mr20808734ply.38.1544634794577; Wed, 12 Dec 2018 09:13:14 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544634794; cv=none; d=google.com; s=arc-20160816; b=GIiuebdL//mL1T10AqwodpO5SEFNzgUAm5vIc+aKE6oCI16kEy1mniZzC7uTMsIauD 9ASlp7MdMaAvMaoU3uI+vt1CiiGlg9SkeeMyXUYwbgRhkKADYdDO5ktNShbmRsemt4VZ PqPBDgz/UdxfzjhKCNmIebdymPiuwcN4GJl3om04etHkkLtjwwyB0NHA7QYiqjBq8lY4 KBRfREe8Qlh8Gmobg2z6KS1bUo8pzpIYZw+WeuJBo48EAoQginZ1OiqcTlrVVv6C02zv 0OM5ui4UBxgvn341psaRflg58QzQc7xvUBeTYt49RYAhMWuKnj7ZTmmQ7t3ijLCcoleH +kzQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=uOQNbo/YUxHkX1bc67DMfSwVO2j0YuvYlDM8T5/rvwM=; b=dGPDavnFeW0xJYw0ZPcgllNTtftcEOR1yADXgfcmui2MOgHu2TDwimh3YZjNjjjxdK Xr7X7R6x7D2XeJ/xI84/Fn7n9yaEqAN3eLoHCbAbp/38fTyT9vHiNLdPpR0v33tiu84d 0iWhrazGLD3EwwMsobdQiihLQDlqL+YZQs1xZKHCY10DtwHmj+DaGCtSGVpu/IqIsp1X 8hjFuy5/5uc5tmnCo90TaeSlqo2h8m2MfluJDj0sIc7oxKtZNvkN/k9uaXX6kTqNnlBz kNdt8rrfOe1IYIl0QEW6Ytuq3d0Qp0hovXITGLwN6ccV97JlVmTBOfhAG7WgZYKFsIoJ lh2A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i1si14014185pgs.417.2018.12.12.09.12.58; Wed, 12 Dec 2018 09:13:14 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728052AbeLLRLt (ORCPT + 99 others); Wed, 12 Dec 2018 12:11:49 -0500 Received: from muru.com ([72.249.23.125]:57762 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727983AbeLLRLs (ORCPT ); Wed, 12 Dec 2018 12:11:48 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 1FC95809F; Wed, 12 Dec 2018 17:11:50 +0000 (UTC) Date: Wed, 12 Dec 2018 09:11:43 -0800 From: Tony Lindgren To: Peter Ujfalusi Cc: linux-omap@vger.kernel.org, Dave Gerlach , Faiz Abbas , Greg Kroah-Hartman , Keerthy , Nishanth Menon , Suman Anna , Tero Kristo , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: Re: [PATCH] ARM: dts: omap5: Add l4 interconnect hierarchy and ti-sysc data Message-ID: <20181212171143.GG6707@atomide.com> References: <20181115224546.61475-1-tony@atomide.com> <9b7e07ae-66f9-cedf-937d-b1c5c510e018@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Peter Ujfalusi [181212 02:44]: > On 12/12/2018 12.12, Peter Ujfalusi wrote: > > Reverting this patch in linux-next-20181210 will make the ethernet > > working again. > > > > bootlog w/ revert: https://pastebin.com/dpRk1xWv > > bootlog w/o revert: https://pastebin.com/PWrBttxd > > on omap5-uevm. Thanks for testing. Looks like it works for me with loadable modules. And looks like changing just the phy to use CONFIG_NOP_USB_XCEIV=y in my .config is not enough to make it fail, I see it fail too with EHCI built-in. It's probably some -EPROBE_DEFER type issues, but I need to debug more. Regards, Tony