From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] net: dsa: b53: Do not fail when IRQ are not initialized Date: Thu, 13 Sep 2018 10:19:37 -0700 (PDT) Message-ID: <20180913.101937.1435442022154575926.davem@davemloft.net> References: <20180913165045.3802-1-f.fainelli@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, andrew@lunn.ch, vivien.didelot@savoirfairelinux.com, linux-kernel@vger.kernel.org To: f.fainelli@gmail.com Return-path: In-Reply-To: <20180913165045.3802-1-f.fainelli@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Florian Fainelli Date: Thu, 13 Sep 2018 09:50:45 -0700 > When the Device Tree is not providing the per-port interrupts, do not fail > during b53_srab_irq_enable() but instead bail out gracefully. The SRAB driver > is used on the BCM5301X (Northstar) platforms which do not yet have the SRAB > interrupts wired up. > > Fixes: 16994374a6fc ("net: dsa: b53: Make SRAB driver manage port interrupts") > Signed-off-by: Florian Fainelli Applied, thanks Florian.