Message ID | 20210612011436.10437-1-grygorii.strashko@ti.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-omap-owner@kernel.org> 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=-13.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 6121CC48BE8 for <linux-omap@archiver.kernel.org>; Sat, 12 Jun 2021 01:14:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 45EE661374 for <linux-omap@archiver.kernel.org>; Sat, 12 Jun 2021 01:14:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229753AbhFLBQu (ORCPT <rfc822;linux-omap@archiver.kernel.org>); Fri, 11 Jun 2021 21:16:50 -0400 Received: from fllv0016.ext.ti.com ([198.47.19.142]:60644 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229622AbhFLBQu (ORCPT <rfc822;linux-omap@vger.kernel.org>); Fri, 11 Jun 2021 21:16:50 -0400 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 15C1Emqs093591; Fri, 11 Jun 2021 20:14:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1623460488; bh=YhfzaOgplXxGDdxcfrU93rDby0wlyVyx6fZXeEstpsM=; h=From:To:CC:Subject:Date; b=rmLDNcHcSyZy8O0dS4D8rkqfOQjYJ075Jmc2ln0ycLca5i1ODn8LNTf2rcY/YFvwQ aihLH3yAGMETHoRvrLuen2hGG75Gc4q1ia4SqEe6xPagxJIcWS0Q3mywtHZPULI6wN x5zxNGRo4L0+APOjTKzi68qt3jX+d77uT5zQ8k8s= Received: from DFLE111.ent.ti.com (dfle111.ent.ti.com [10.64.6.32]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 15C1EmNP056785 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 11 Jun 2021 20:14:48 -0500 Received: from DFLE107.ent.ti.com (10.64.6.28) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Fri, 11 Jun 2021 20:14:48 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE107.ent.ti.com (10.64.6.28) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2 via Frontend Transport; Fri, 11 Jun 2021 20:14:48 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 15C1Ek8H100010; Fri, 11 Jun 2021 20:14:47 -0500 From: Grygorii Strashko <grygorii.strashko@ti.com> To: Tony Lindgren <tony@atomide.com> CC: Lokesh Vutla <lokeshvutla@ti.com>, <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>, Vignesh Raghavendra <vigneshr@ti.com>, <linux-omap@vger.kernel.org>, Grygorii Strashko <grygorii.strashko@ti.com> Subject: [PATCH next 00/15] ARM: dts: am335x: switch rest boards to new cpsw switch drv Date: Sat, 12 Jun 2021 04:14:21 +0300 Message-ID: <20210612011436.10437-1-grygorii.strashko@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: <linux-omap.vger.kernel.org> X-Mailing-List: linux-omap@vger.kernel.org |
Series |
ARM: dts: am335x: switch rest boards to new cpsw switch drv
|
expand
|
* Grygorii Strashko <grygorii.strashko@ti.com> [210612 04:15]: > Hi Tony, > > This series converts rest of am335x boards to use new CPSW switchdev driver. > Only build tested. Applying into omap-for-v5.15/dt thanks. Sorry my plan was to apply this series earlier, but looks like I did not tag the email thread and marked the thread as read. Anyways, let's plan on merging these assuming no issues based on testing in Linux next. Regards, Tony