From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753404AbeAFAyb (ORCPT + 1 other); Fri, 5 Jan 2018 19:54:31 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:45231 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753069AbeAFAya (ORCPT ); Fri, 5 Jan 2018 19:54:30 -0500 X-Google-Smtp-Source: ACJfBoslAwYRPfOyEkvKGGpxmt+9s1eeNFbhYRHV42a25VsDdZ7tFUzlf1xyHlGfDRtGmY3j3E8ZSw== From: Kevin Hilman To: Jerome Brunet Cc: Carlo Caione , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM64: dts: meson-gxl: add internal ethernet PHY irq Organization: BayLibre References: <20171218102713.4506-1-jbrunet@baylibre.com> Date: Fri, 05 Jan 2018 16:54:24 -0800 In-Reply-To: <20171218102713.4506-1-jbrunet@baylibre.com> (Jerome Brunet's message of "Mon, 18 Dec 2017 11:27:13 +0100") Message-ID: <7h1sj324e7.fsf@baylibre.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Jerome Brunet writes: > Add the interrupt of the internal ethernet PHY > > Signed-off-by: Jerome Brunet > --- > Hi Kevin, > > This changes depends on the net-next changes adding interrupt support [0]. > It is really important that this change is not merged before its > dependency. > > If it is merged before, instead of polling, the phy would wait for an > interrupt which has not been configured and will never fire. Thanks for the warning. I'll wait and merge these after -rc1 to be sure of all dependencies. Kevin