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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5FACAC433EF for ; Wed, 15 Dec 2021 07:14:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240457AbhLOHOG (ORCPT ); Wed, 15 Dec 2021 02:14:06 -0500 Received: from fllv0016.ext.ti.com ([198.47.19.142]:35232 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240324AbhLOHOF (ORCPT ); Wed, 15 Dec 2021 02:14:05 -0500 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 1BF7Dwop006734; Wed, 15 Dec 2021 01:13:58 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1639552438; bh=hWXrVHqnSfNLhVFhHdX81yptBTVHLTOcBW+DyPMOc1w=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=H785nSbHKR8HenpbxxEwW5cP+7FbYsrA3/JzqwQMrmQUol/TjsiPukWHx7mw7DCpB CzLXrGAtAq9SKWnIatyynop3VEC9G3sexeLPpxp8CbOberac7dXaC+4eMMqYGOgyFP Yaok1Z0tSWOBaDdvVA+EQh9H50F0YTRGSDBKKysE= Received: from DLEE113.ent.ti.com (dlee113.ent.ti.com [157.170.170.24]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 1BF7DvfQ026685 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 15 Dec 2021 01:13:57 -0600 Received: from DLEE100.ent.ti.com (157.170.170.30) by DLEE113.ent.ti.com (157.170.170.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Wed, 15 Dec 2021 01:13:57 -0600 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE100.ent.ti.com (157.170.170.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Wed, 15 Dec 2021 01:13:57 -0600 Received: from uda0132425.dal.design.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 1BF7Dsq1011923; Wed, 15 Dec 2021 01:13:54 -0600 From: Vignesh Raghavendra To: Aswath Govindraju CC: Vignesh Raghavendra , Marc Kleine-Budde , , Rob Herring , Kishon Vijay Abraham I , , Nishanth Menon , Tero Kristo , Subject: Re: [PATCH v5 0/6] CAN: Add support for CAN in AM65,J721e and AM64 Date: Wed, 15 Dec 2021 12:43:52 +0530 Message-ID: <163955230562.15251.12488906107335306384.b4-ty@ti.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20211122134159.29936-1-a-govindraju@ti.com> References: <20211122134159.29936-1-a-govindraju@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 Hi Aswath Govindraju, On Mon, 22 Nov 2021 19:11:52 +0530, Aswath Govindraju wrote: > The following series of patches add support for CAN in SoC's AM65, J721e > and AM64. > > changes since v4 - > - Rebased the series on top of ti-k3-dts-next branch > > changes since v3 - > - Rebased the series on top of ti-k3-dts-next branch > > [...] I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/6] arm64: dts: ti: k3-am65-mcu: Add Support for MCAN commit: c3e4ea557ddb0a7fa431564bb1bb023ffbf823f4 [2/6] arm64: dts: ti: am654-base-board/am65-iot2050-common: Disable mcan nodes commit: f533bb82def8b923668df97c36c1f8fe6a3a8f1f [3/6] arm64: dts: ti: k3-j721e: Add support for MCAN nodes commit: 4688a4fcb7a20d347a52c1f2dc9bc6fad9df1174 [4/6] arm64: dts: ti: k3-j721e-common-proc-board: Add support for mcu and main mcan nodes commit: 87d60c4663b6eb964cca6a03adfcf8976f374559 [5/6] arm64: dts: ti: k3-am64-main: Add support for MCAN commit: 9c4441ad3da1fad75aabfd68e90558c20a2818d2 [6/6] arm64: dts: ti: k3-am642-evm/sk: Add support for main domain mcan nodes in EVM and disable them on SK commit: 2f474da98caf9a75d7777c5465d281240c706bc6 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] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git -- Vignesh 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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C97B7C433EF for ; Wed, 15 Dec 2021 07:26:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; 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=kkUeFsQA/vb0WWZeJ3W28RNE9IcyEsu98qxKMj7zRyM=; b=ioc8WG4CCPuU9J eGWw4tQdJSl4BlqNkxZ5Keb1BX083hCYVeyWsgYI4QtkY4G2y0cB8CI/ScD0qrOhYTTDTc/0nj5Dl GfdZoiCfKwaJKBT1zPLQz9N/QH/Yt8Ztmid+nvVUB+IGHFP8v8XWHJzKR7DtR1PEkUVPyKN6M+nBz RDh7V3Ojl5LPnJP8IghRU7uPVC+g9SvRYXzUTqv+LcwbSl7gK6zZznTGQj5NBWCSa/UwHEa98ronv el+FXCejCBxYh4uvjxeD2NW6IYPzac1VBra5JwbIIFQi4uqrqBDeKUr9MEww08/duAIZzZyt6AVS+ uzGTcWjUsYLuKyrvEr2g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxOeL-00HBRR-BB; Wed, 15 Dec 2021 07:24:30 +0000 Received: from fllv0016.ext.ti.com ([198.47.19.142]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxOUC-00H7IR-D2 for linux-arm-kernel@lists.infradead.org; Wed, 15 Dec 2021 07:14:02 +0000 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 1BF7Dwop006734; Wed, 15 Dec 2021 01:13:58 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1639552438; bh=hWXrVHqnSfNLhVFhHdX81yptBTVHLTOcBW+DyPMOc1w=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=H785nSbHKR8HenpbxxEwW5cP+7FbYsrA3/JzqwQMrmQUol/TjsiPukWHx7mw7DCpB CzLXrGAtAq9SKWnIatyynop3VEC9G3sexeLPpxp8CbOberac7dXaC+4eMMqYGOgyFP Yaok1Z0tSWOBaDdvVA+EQh9H50F0YTRGSDBKKysE= Received: from DLEE113.ent.ti.com (dlee113.ent.ti.com [157.170.170.24]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 1BF7DvfQ026685 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 15 Dec 2021 01:13:57 -0600 Received: from DLEE100.ent.ti.com (157.170.170.30) by DLEE113.ent.ti.com (157.170.170.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Wed, 15 Dec 2021 01:13:57 -0600 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE100.ent.ti.com (157.170.170.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Wed, 15 Dec 2021 01:13:57 -0600 Received: from uda0132425.dal.design.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 1BF7Dsq1011923; Wed, 15 Dec 2021 01:13:54 -0600 From: Vignesh Raghavendra To: Aswath Govindraju CC: Vignesh Raghavendra , Marc Kleine-Budde , , Rob Herring , Kishon Vijay Abraham I , , Nishanth Menon , Tero Kristo , Subject: Re: [PATCH v5 0/6] CAN: Add support for CAN in AM65,J721e and AM64 Date: Wed, 15 Dec 2021 12:43:52 +0530 Message-ID: <163955230562.15251.12488906107335306384.b4-ty@ti.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20211122134159.29936-1-a-govindraju@ti.com> References: <20211122134159.29936-1-a-govindraju@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-20211214_231400_563635_2A983720 X-CRM114-Status: GOOD ( 14.75 ) 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 Hi Aswath Govindraju, On Mon, 22 Nov 2021 19:11:52 +0530, Aswath Govindraju wrote: > The following series of patches add support for CAN in SoC's AM65, J721e > and AM64. > > changes since v4 - > - Rebased the series on top of ti-k3-dts-next branch > > changes since v3 - > - Rebased the series on top of ti-k3-dts-next branch > > [...] I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/6] arm64: dts: ti: k3-am65-mcu: Add Support for MCAN commit: c3e4ea557ddb0a7fa431564bb1bb023ffbf823f4 [2/6] arm64: dts: ti: am654-base-board/am65-iot2050-common: Disable mcan nodes commit: f533bb82def8b923668df97c36c1f8fe6a3a8f1f [3/6] arm64: dts: ti: k3-j721e: Add support for MCAN nodes commit: 4688a4fcb7a20d347a52c1f2dc9bc6fad9df1174 [4/6] arm64: dts: ti: k3-j721e-common-proc-board: Add support for mcu and main mcan nodes commit: 87d60c4663b6eb964cca6a03adfcf8976f374559 [5/6] arm64: dts: ti: k3-am64-main: Add support for MCAN commit: 9c4441ad3da1fad75aabfd68e90558c20a2818d2 [6/6] arm64: dts: ti: k3-am642-evm/sk: Add support for main domain mcan nodes in EVM and disable them on SK commit: 2f474da98caf9a75d7777c5465d281240c706bc6 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] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git -- Vignesh _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel