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=-14.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,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 668D7C433B4 for ; Fri, 14 May 2021 17:51:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4AE09610A5 for ; Fri, 14 May 2021 17:51:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235244AbhENRxF (ORCPT ); Fri, 14 May 2021 13:53:05 -0400 Received: from fllv0016.ext.ti.com ([198.47.19.142]:60100 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229681AbhENRxE (ORCPT ); Fri, 14 May 2021 13:53:04 -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 14EHpoNo038903; Fri, 14 May 2021 12:51:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1621014710; bh=n7DLuL4pxk0A6LMaK34RCZxhdysfsbCLmks5vPOt5eE=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=gtdiUqI/qfzQB2JKRhWDas9W8vr+BUDOyslQPyGDLxktLbdxl4IGnLkAU4ezQpHsL j6FMOJ5vcBV+lUv7/o1LAw0lgK2MPMVgnWfvW4LzUkADt3Fztp7n3HJqM4vZGE/gq1 RmqaTIqjkUBdSm/E6iDGCxhOCi6PCYa3FWoG2+Kc= Received: from DLEE104.ent.ti.com (dlee104.ent.ti.com [157.170.170.34]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 14EHpob7026706 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 14 May 2021 12:51:50 -0500 Received: from DLEE103.ent.ti.com (157.170.170.33) 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; Fri, 14 May 2021 12:51:49 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE103.ent.ti.com (157.170.170.33) 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, 14 May 2021 12:51:49 -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 14EHpnNJ020164; Fri, 14 May 2021 12:51:49 -0500 From: Nishanth Menon To: Tero Kristo , Vignesh Raghavendra CC: Nishanth Menon , =?UTF-8?q?P=C3=A9ter=20Ujfalusi?= , Linux ARM Mailing List , Rob Herring , , Subject: Re: [PATCH v2] arm64: dts: ti: j7200-main: Mark Main NAVSS as dma-coherent Date: Fri, 14 May 2021 12:51:48 -0500 Message-ID: <162101469409.22902.3718929680839642431.b4-ty@ti.com> X-Mailer: git-send-email 2.31.0 In-Reply-To: <20210510180601.19458-1-vigneshr@ti.com> References: <20210510180601.19458-1-vigneshr@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 10 May 2021 23:36:01 +0530, Vignesh Raghavendra wrote: > Traffic through main NAVSS interconnect is coherent wrt ARM caches on > J7200 SoC. Add missing dma-coherent property to main_navss node. > > Also add dma-ranges to be consistent with mcu_navss node > and with AM65/J721e main_navss and mcu_navss nodes. Hi Vignesh Raghavendra, I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/1] arm64: dts: ti: j7200-main: Mark Main NAVSS as dma-coherent commit: 52ae30f55a2a40cff549fac95de82f25403bd387 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent up the chain during the next merge window (or sooner if it is a relevant bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D 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=-12.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,USER_AGENT_GIT autolearn=ham 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 A7D7BC433B4 for ; Fri, 14 May 2021 17:53:36 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 20A9C613F5 for ; Fri, 14 May 2021 17:53:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 20A9C613F5 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-ID:Date: Subject:CC:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=TsUUDKCOIKuAwzOhgoXk/l0uVGBjgz8IPPkLvpyxiww=; b=MFuQyKKlePCqThr20itU5CnID I+48DYZFB00pp460zICFStxFi3DP/m5sfr+1WyIVbDwcnNXhCriCiL2QFMIn5T+4enBRDRwgfbZc7 tzI5X5Pw3EqzfCKukfGDm9tep/cIk2rPq7eXGHvbtT+otj44UxLFexjolbpXJvLgAiaZ8Igq8biU9 33pWHXo+LG8VYVL3bTThTx/sKFrBlf+Kzhlsgfi39VTD4vQlxhDKEPKD3P/8IoWoCCGMqrV5T50eA UMEPFheTb6/H5fFRcYl2FpIEVYm1X+ZAunH6Tgd9VZuFBtJF2SVoDvaBrhN7d3XoAqrQAnyMrjmnX DLGEEAWhQ==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lhbyf-008dE6-0H; Fri, 14 May 2021 17:51:57 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lhbyc-008dDp-9c for linux-arm-kernel@desiato.infradead.org; Fri, 14 May 2021 17:51:55 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:CC: To:From:Sender:Reply-To:Content-ID:Content-Description; bh=n7DLuL4pxk0A6LMaK34RCZxhdysfsbCLmks5vPOt5eE=; b=n4gGg0+Nq3zUpGAVS+Ws+mLOoF jNBGhhTiSAckXtdqemwEXExdM0GzSjBKv/7X6GaL3q4Trf6Ck+n7CcsF4iP9W5SRXrhBuA8UjUa0F mLOwjnYND2+W9PhamVz3Sv4iCE7DN/df3eUL5xAA7bOSAeZ0Ba8tmuIX5cTWZxUZ2oNI5Ptp3BLDD BqKzKSKDaRU2wAADKANnP/o9JWCNsFQjqf7UX2bTsReMfWLvsyn5sudwL6ZA0qtnLHFpwRBvYOJSk 1tytgf5Ycz2zyVnTy4+P4fpLVagfHjIeKivhKQXCywGSlrCsUOG3HyHB9nAXR6pRw9Tm81s32WKHO 7LT120qA==; Received: from fllv0016.ext.ti.com ([198.47.19.142]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lhbyZ-00CA5A-LV for linux-arm-kernel@lists.infradead.org; Fri, 14 May 2021 17:51:53 +0000 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 14EHpoNo038903; Fri, 14 May 2021 12:51:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1621014710; bh=n7DLuL4pxk0A6LMaK34RCZxhdysfsbCLmks5vPOt5eE=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=gtdiUqI/qfzQB2JKRhWDas9W8vr+BUDOyslQPyGDLxktLbdxl4IGnLkAU4ezQpHsL j6FMOJ5vcBV+lUv7/o1LAw0lgK2MPMVgnWfvW4LzUkADt3Fztp7n3HJqM4vZGE/gq1 RmqaTIqjkUBdSm/E6iDGCxhOCi6PCYa3FWoG2+Kc= Received: from DLEE104.ent.ti.com (dlee104.ent.ti.com [157.170.170.34]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 14EHpob7026706 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 14 May 2021 12:51:50 -0500 Received: from DLEE103.ent.ti.com (157.170.170.33) 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; Fri, 14 May 2021 12:51:49 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE103.ent.ti.com (157.170.170.33) 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, 14 May 2021 12:51:49 -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 14EHpnNJ020164; Fri, 14 May 2021 12:51:49 -0500 From: Nishanth Menon To: Tero Kristo , Vignesh Raghavendra CC: Nishanth Menon , =?UTF-8?q?P=C3=A9ter=20Ujfalusi?= , Linux ARM Mailing List , Rob Herring , , Subject: Re: [PATCH v2] arm64: dts: ti: j7200-main: Mark Main NAVSS as dma-coherent Date: Fri, 14 May 2021 12:51:48 -0500 Message-ID: <162101469409.22902.3718929680839642431.b4-ty@ti.com> X-Mailer: git-send-email 2.31.0 In-Reply-To: <20210510180601.19458-1-vigneshr@ti.com> References: <20210510180601.19458-1-vigneshr@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210514_105151_803811_C62315A9 X-CRM114-Status: GOOD ( 12.09 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, 10 May 2021 23:36:01 +0530, Vignesh Raghavendra wrote: > Traffic through main NAVSS interconnect is coherent wrt ARM caches on > J7200 SoC. Add missing dma-coherent property to main_navss node. > > Also add dma-ranges to be consistent with mcu_navss node > and with AM65/J721e main_navss and mcu_navss nodes. Hi Vignesh Raghavendra, I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/1] arm64: dts: ti: j7200-main: Mark Main NAVSS as dma-coherent commit: 52ae30f55a2a40cff549fac95de82f25403bd387 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent up the chain during the next merge window (or sooner if it is a relevant bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel