From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 86FBEC6FA82 for ; Thu, 8 Sep 2022 23:10:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229647AbiIHXKk (ORCPT ); Thu, 8 Sep 2022 19:10:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42294 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229574AbiIHXKj (ORCPT ); Thu, 8 Sep 2022 19:10:39 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4AA87EC774 for ; Thu, 8 Sep 2022 16:10:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=u5HLUiULKmNkCUdsXyAr/6Rufiszya0EB6TIB0Ka/DE=; b=lP6tASb3DJwnqHlVfUrx9KFA2+ wgMV//BgbTSOPsFDS15xckez3Q55J5vQppJ++Lya3W++cRHoHEKHb6VjDoql0OlCRPKCuomiYGWjQ jzxYwYfiu2mwJhpIeqR+nieXhgDDf/Ig0w1XMlad8fKPIR8z+vAKITK7/6ziuFF14jJY=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1oWQfK-00G1Gt-CL; Fri, 09 Sep 2022 01:10:34 +0200 Date: Fri, 9 Sep 2022 01:10:34 +0200 From: Andrew Lunn To: Mattias Forsblad Cc: netdev@vger.kernel.org, Vivien Didelot , Florian Fainelli , Vladimir Oltean , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni Subject: Re: [PATCH net-next v7 1/6] net: dsa: mv88e6xxx: Add RMU enable for select switches. Message-ID: References: <20220908132109.3213080-1-mattias.forsblad@gmail.com> <20220908132109.3213080-2-mattias.forsblad@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220908132109.3213080-2-mattias.forsblad@gmail.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, Sep 08, 2022 at 03:21:04PM +0200, Mattias Forsblad wrote: > Add RMU enable functionality for some Marvell SOHO switches. > > Signed-off-by: Mattias Forsblad Hi Mattias When you receive a Reviewed-by: or Acked-by: for a patch, please add it to future version, unless you make big changes. Andrew