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=-17.5 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,MENTIONS_GIT_HOSTING,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 65D10C433E0 for ; Wed, 17 Mar 2021 16:35:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 12D9264F44 for ; Wed, 17 Mar 2021 16:35:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232541AbhCQQei (ORCPT ); Wed, 17 Mar 2021 12:34:38 -0400 Received: from fllv0016.ext.ti.com ([198.47.19.142]:57676 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231378AbhCQQeP (ORCPT ); Wed, 17 Mar 2021 12:34:15 -0400 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 12HEqKeI036084; Wed, 17 Mar 2021 09:52:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1615992740; bh=XkvcLBmVzT7NpgsGUAPba2Yg5rTGS1pWzJeIeGkKbBA=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=fO3D3mTc1YS/wHXBSY7Eo/8dQz4bjBnyWIu1pg8Y67z9vcdDDA3czAsW5sA/s5wJD nF38hJnwI5XdHaiOlpC2nkA56IZSryYhyHcXCvAJz20K2FMNHYMrBNg2iqv/pxim+L CiEDuikUjmpylMl5Hx3vPS3wh0yi202lwDpx86BM= Received: from DLEE104.ent.ti.com (dlee104.ent.ti.com [157.170.170.34]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 12HEqKog109658 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 17 Mar 2021 09:52:20 -0500 Received: from DLEE115.ent.ti.com (157.170.170.26) by DLEE104.ent.ti.com (157.170.170.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Wed, 17 Mar 2021 09:52:20 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE115.ent.ti.com (157.170.170.26) 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; Wed, 17 Mar 2021 09:52:19 -0500 Received: from [10.250.235.239] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 12HEqF8C102095; Wed, 17 Mar 2021 09:52:16 -0500 Subject: Re: [PATCH v3 0/2] AM64: Add USB support To: Aswath Govindraju CC: Vignesh Raghavendra , Lokesh Vutla , Nishanth Menon , Tero Kristo , Rob Herring , , , References: <20210317043007.18272-1-a-govindraju@ti.com> From: Kishon Vijay Abraham I Message-ID: <33c7b945-5a3b-649b-ebaf-26465e480edc@ti.com> Date: Wed, 17 Mar 2021 20:22:15 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20210317043007.18272-1-a-govindraju@ti.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Aswath and Nishanth, On 17/03/21 10:00 am, Aswath Govindraju wrote: > The following series of patches, add USB support for AM642 evm. > > USB test logs, > https://pastebin.ubuntu.com/p/YSQRBWGmzd/ Vinod has provided stable tag [1] git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/ti-serdes-for-5.13 This should unblock us from up-streaming SK along with this. Thanks Kishon [1] -> http://lore.kernel.org/r/YFGjPNonIlA4Anar@vkoul-mobl.Dlink > > Changes since v2: > - dropped compatible string "ti,j721e-usb" leading to DT schema errors > - Reran test logs > - Couldn't pick up reviewed-by from kishon as a change was made in the > patch > > Changes since v1: > - Rebased the patches on top of ti-k3-dts-next > - Added test logs > > Aswath Govindraju (2): > arm64: dts: ti: k3-am64-main: Add DT node for USB subsystem > arm64: dts: ti: k3-am642-evm: Add USB support > > arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 30 ++++++++++++++++++++++++ > arch/arm64/boot/dts/ti/k3-am642-evm.dts | 18 ++++++++++++++ > 2 files changed, 48 insertions(+) >