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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 9819AC433E1 for ; Tue, 30 Mar 2021 14:31:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 757DE619CF for ; Tue, 30 Mar 2021 14:31:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231882AbhC3Oam (ORCPT ); Tue, 30 Mar 2021 10:30:42 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:54922 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231627AbhC3Oac (ORCPT ); Tue, 30 Mar 2021 10:30:32 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1lRFNw-00E25C-WF; Tue, 30 Mar 2021 16:30:25 +0200 Date: Tue, 30 Mar 2021 16:30:24 +0200 From: Andrew Lunn To: Fabio Estevam Cc: Oleksij Rempel , Shawn Guo , Sascha Hauer , Florian Fainelli , Heiner Kallweit , Sascha Hauer , netdev , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , linux-kernel , NXP Linux Team , David Jander , Russell King , Philippe Schenker Subject: Re: [PATCH v2 0/7] remove different PHY fixups Message-ID: References: <20210309112615.625-1-o.rempel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 30, 2021 at 11:00:52AM -0300, Fabio Estevam wrote: > Hi Oleksij, > > On Tue, Mar 9, 2021 at 8:26 AM Oleksij Rempel wrote: > > > > changes v2: > > - rebase against latest kernel > > - fix networking on RIoTBoard > > > > This patch series tries to remove most of the imx6 and imx7 board > > specific PHY configuration via fixup, as this breaks the PHYs when > > connected to switch chips or USB Ethernet MACs. > > > > Each patch has the possibility to break boards, but contains a > > recommendation to fix the problem in a more portable and future-proof > > way. > > I think this series moves us in the right direction, even with the > possibility to break old dtb's. > > Reviewed-by: Fabio Estevam > > Andrew, what do you think? Hi Fabio I think it should be merged, and we fixup anything which does break. We are probably at the point where more is broken by not merging it than merging it. Andrew