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 090E2C433FE for ; Thu, 17 Nov 2022 13:41:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239587AbiKQNlq (ORCPT ); Thu, 17 Nov 2022 08:41:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53000 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234845AbiKQNlp (ORCPT ); Thu, 17 Nov 2022 08:41:45 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E3A7771F10 for ; Thu, 17 Nov 2022 05:41:44 -0800 (PST) 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=JE23ZjCA33U5xdzcPG1YYVxsrezoiqkgWTRAnPKZ/b4=; b=TfO0flktrPmaLTcRqogoHYKc5t Z+5AND+Kazl93rAexndbTsA5+2DCAKyON5l3stdJH+DZB3C4DJEHGjIRAMh0+e3yYdD9iJ4JDEmEF vV1W41O/CV69lFqj6GK5djn8G7ZmWqnDcV777DMl0r53oJkxH4lIIg45HJQcR32j3x6Q=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1ovf8q-002h0e-JH; Thu, 17 Nov 2022 14:41:20 +0100 Date: Thu, 17 Nov 2022 14:41:20 +0100 From: Andrew Lunn To: Michael Walle Cc: Vladimir Oltean , davem@davemloft.net, edumazet@google.com, f.fainelli@gmail.com, kuba@kernel.org, netdev@vger.kernel.org, olteanv@gmail.com, pabeni@redhat.com Subject: Re: [PATCH net] net: dsa: sja1105: disallow C45 transactions on the BASE-TX MDIO bus Message-ID: References: <20221117081105.771993-1-michael@walle.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221117081105.771993-1-michael@walle.cc> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, Nov 17, 2022 at 09:11:05AM +0100, Michael Walle wrote: > From: Andrew Lunn > > > I have a bit rotting patchset which completely separates C22 and C45, > > i just spend too much time reviewing other code to get my own merged. > > I'm still rebasing your patchset to the latest next as I still > need it as a base for my patches regarding the maxlinear/microchip phy > issue :) Feel free to post it. Just add your own Signed-off-by: after mine. I can probably help with some of the review comments. I think the biggest problem i had was some reviews wanted more cleanup, when i was trying to keep it KISS to reduce the likelihood of breakage. Andrew