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 X-Spam-Level: X-Spam-Status: No, score=-5.0 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6E5EFC4361B for ; Thu, 10 Dec 2020 18:01:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2EAFC23770 for ; Thu, 10 Dec 2020 18:01:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392979AbgLJR5T (ORCPT ); Thu, 10 Dec 2020 12:57:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36612 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2392927AbgLJR5E (ORCPT ); Thu, 10 Dec 2020 12:57:04 -0500 Received: from pandora.armlinux.org.uk (pandora.armlinux.org.uk [IPv6:2001:4d48:ad52:32c8:5054:ff:fe00:142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 39E69C06179C; Thu, 10 Dec 2020 09:56:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=0AJCE11zh/M3UahjjkBHHT4Dx8nYiu7X7x9fsEtlrJo=; b=kQJqxMtDB4/LzsGBLWtqxRni9 hx6vi7HoJbaVjWzLAzdLpJGdBrmqMt6F+fnUG/kh6Ey8Lrq4i6NdRm1iChJHBTOxx8UJyzXsfrjt5 eb+N+Te0Uj10d3HvyqR1Pc6tF7N6jN79a1pOHK3s92Y2WCI0wius3CXbO0ZnkyP8avjmqkYNt1cDx DWVCAwc2CzjKpQ4SfBK4F15WeeHZvM0IjIcH8AePnA/tq0FHrYJ3QWL34qACLQey5LIvBGihfjWUt mEM3Wc/Fa1coqOu2beagRP17FP3+o0IG8MSKEDRxfx7NiN1Lts7V8duAJPydujEh74Z1Myj4ZHanL 8owbn3iAg==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:42268) by pandora.armlinux.org.uk with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1knQAv-0004jO-5F; Thu, 10 Dec 2020 17:56:21 +0000 Received: from linux by shell.armlinux.org.uk with local (Exim 4.92) (envelope-from ) id 1knQAt-00008P-Jb; Thu, 10 Dec 2020 17:56:19 +0000 Date: Thu, 10 Dec 2020 17:56:19 +0000 From: Russell King - ARM Linux admin To: Marcin Wojtas Cc: Greg Kroah-Hartman , Sasha Levin , Antoine Tenart , stable@vger.kernel.org, Alexandre Belloni , "David S. Miller" , Jakub Kicinski , netdev , Gabor Samu , Jon Nettleton , Andrew Elwell Subject: Re: [PATCH net-next 2/4] net: mvpp2: add mvpp2_phylink_to_port() helper Message-ID: <20201210175619.GW1551@shell.armlinux.org.uk> References: <20201102180326.GA2416734@kroah.com> <20201208133532.GH643756@sasha-vm> <20201210154651.GV1551@shell.armlinux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: Russell King - ARM Linux admin Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, Dec 10, 2020 at 06:43:50PM +0100, Marcin Wojtas wrote: > I must admit that due to other duties I did not follow the mainline > mvpp2 for a couple revisions (and I am not maintainer of it). However > recently I got reached-out directly by different developers - the > trigger was different distros upgrading the kernel above v5.4+ and for > some reasons the DT path is not chosen there (and the ACPI will be > chosen more and more in the SystemReady world). Please note that there is no active maintainer for mvpp2. It will be good to get rid of the ACPI hack here, as that means we'll be using the same code paths for both ACPI and DT, meaning hopefully less bugs like this go unnoticed. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!