Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp944942pxk; Thu, 10 Sep 2020 02:54:55 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyMCxDzKjLflw47A4VcaYQ+zofeaNjkc9H9KXpE6u+oxOWVyVFmqAyrQpUbkf3d21A6uVlF X-Received: by 2002:a50:f199:: with SMTP id x25mr8134454edl.347.1599731695084; Thu, 10 Sep 2020 02:54:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1599731695; cv=none; d=google.com; s=arc-20160816; b=hhsQNhVw3ycAFGibjKTzU8e6/WCa3NJAs5tGzoWnArjFElDrdMDf6K26sG+owQaKUf 3cF3b3uOmE6pcxWB8bz7iHTXemmuCKSDddAhi1sG00O3AkL5KsQIDYrniEdguJCT944o 7Vt4Nm+FAfMw2E7CNybksjPu/xlXfqGL/UcsS4y8o8IQhQ6i7IPjcgaPJAr0ZNNLPS/8 4dapHggFyKDuHM1KKrBy+S9dY/Yr5soSYkJl0dYRAXvzLuvd6NXldi+zWf5lhywfL2r7 IJz50x1ECr3nD4sa0jergPjZyBJInB49LAIn4GQPCWmBSoS4F8UNvnOAh9r2yTOgwamb 04UA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=Yjb1YWWUX6lCAZpOmOSFM65gBDSdz3UhnhOsVZsFRfM=; b=jtpRkMy379dk5z54+Wz6pJbGVm4XyYL8gkko4lrR/HvvRr7NJOWMpFAoWWx5FlRgtC kYt21kve4U8Tihi8Rg07BlcdTZoGVtEBwqe6Sw8QVCdYdSOiGCO4F28QJazDTYkLB9SP BLTTrVw5ayV31uQ7RzT1srmzvlRU1PfKRVRE+8xzzswtpdCzrJm1iyEDTdzBJQFOBA4E st+VqUixoGfWdYUOkUrpOg4DFg2AhPBelzCaj9+pmMCDydFoZ/Vt47Hvw4fk2MDJXSnw nrrbQe+vTAFV14Y1Ko/5FqE2GJW0jNSdpkK8Ce7MevDhuDSfqSaD7kvjjKE70WUzPF9Y /Bcw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id h24si3184715edv.391.2020.09.10.02.54.32; Thu, 10 Sep 2020 02:54:55 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730514AbgIJJx3 (ORCPT + 99 others); Thu, 10 Sep 2020 05:53:29 -0400 Received: from muru.com ([72.249.23.125]:44526 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730553AbgIJJvy (ORCPT ); Thu, 10 Sep 2020 05:51:54 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id A9A1980F9; Thu, 10 Sep 2020 09:51:54 +0000 (UTC) Date: Thu, 10 Sep 2020 12:52:37 +0300 From: Tony Lindgren To: Grygorii Strashko Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, Sekhar Nori , Vignesh Raghavendra , Murali Karicheri Subject: Re: [PATCH next 0/6] ARM: dts: am57xx/dra7x: switch to new cpsw switch drv Message-ID: <20200910095237.GE7101@atomide.com> References: <20200907202125.22943-1-grygorii.strashko@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200907202125.22943-1-grygorii.strashko@ti.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Grygorii Strashko [200907 23:21]: > Hi Tony, > > Since Kernel v5.5 commits: > 111cf1ab4da3 ("net: ethernet: ti: introduce cpsw switchdev based driver part 2 - switch") > ed3525eda4c4 ("net: ethernet: ti: introduce cpsw switchdev based driver part 1 - dual-emac") > the new CPSW driver with switchdev support has been introduced and one > am571x-idk board was converted to use it. And since that time (Nov 2019) no > significant issues were reported for the new CPSW driver. > > Therefore it's time to switch all am57xx/dra7x boards to use new cpsw switch > driver. Those boards have 1 or 2 Ext. port wired and configured in dual_mac mode > by default. The dual_mac mode has been preserved the same way between > legacy and new driver it's safe to switch drivers. OK thanks applying into omap-for-v5.10/dt. Tony