From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH net-next v3 2/5] net: dsa: b53: Make SRAB driver manage port interrupts Date: Thu, 6 Sep 2018 00:36:04 +0200 Message-ID: <20180905223604.GC27719@lunn.ch> References: <20180905194215.29301-1-f.fainelli@gmail.com> <20180905194215.29301-3-f.fainelli@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, vivien.didelot@savoirfairelinux.com, davem@davemloft.net To: Florian Fainelli Return-path: Received: from vps0.lunn.ch ([185.16.172.187]:54009 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727364AbeIFDIY (ORCPT ); Wed, 5 Sep 2018 23:08:24 -0400 Content-Disposition: inline In-Reply-To: <20180905194215.29301-3-f.fainelli@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, Sep 05, 2018 at 12:42:12PM -0700, Florian Fainelli wrote: > Update the SRAB driver to manage per-port interrupts. Since we cannot > sleep during b53_io_ops, schedule a workqueue whenever we get a port > specific interrupt. We will later make use of this to call back into > PHYLINK when there is e.g: a link state change. > > Signed-off-by: Florian Fainelli Reviewed-by: Andrew Lunn Andrew