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=-13.8 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 98604C433B4 for ; Fri, 2 Apr 2021 12:50:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 732956112F for ; Fri, 2 Apr 2021 12:50:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235489AbhDBMu0 (ORCPT ); Fri, 2 Apr 2021 08:50:26 -0400 Received: from fllv0015.ext.ti.com ([198.47.19.141]:37168 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229932AbhDBMuX (ORCPT ); Fri, 2 Apr 2021 08:50:23 -0400 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 131DqGu0040293; Thu, 1 Apr 2021 08:52:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1617285136; bh=lVDHzX91Sk11Ck57RNIL8h0yHHmjpnWZIpiFJQIw4mA=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=lWOBR6vf3FbeYg1fc6P29N9DqjxHBXON/QGyoGdmCFWuaOClLuCW1/67+qVcOfk2u Y/yOglNRS7W2kcDj6TnDmuzSYgUhz1KGF7MM5rK8CH2BRVA3XHlFug7qpu0Kjpb/hz u9Pn7UmM6eZV7G/sUYI/giSf4n6rof/W/TQrbSQA= Received: from DFLE101.ent.ti.com (dfle101.ent.ti.com [10.64.6.22]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 131DqGmD015312 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 1 Apr 2021 08:52:16 -0500 Received: from DFLE104.ent.ti.com (10.64.6.25) by DFLE101.ent.ti.com (10.64.6.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Thu, 1 Apr 2021 08:52:16 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE104.ent.ti.com (10.64.6.25) 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; Thu, 1 Apr 2021 08:52:16 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 131DqGTr097711; Thu, 1 Apr 2021 08:52:16 -0500 From: Nishanth Menon To: , Mark Brown , Pratyush Yadav , , , Rob Herring , Tero Kristo , CC: Nishanth Menon , Vignesh Raghavendra Subject: Re: (subset) [PATCH 0/4] Convert Cadence QSPI bindings to yaml Date: Thu, 1 Apr 2021 08:52:15 -0500 Message-ID: <161728504983.2096.1063574920554874294.b4-ty@ti.com> X-Mailer: git-send-email 2.31.0 In-Reply-To: <20210326130034.15231-1-p.yadav@ti.com> References: <20210326130034.15231-1-p.yadav@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 Fri, 26 Mar 2021 18:30:30 +0530, Pratyush Yadav wrote: > This series picks up Ramuthevar's effort on converting the Cadence QSPI > bindings to yaml [0]. During the conversion process, I discovered that > some TI device tree files were not using the compatible correctly. Those > are fixed in patches 1-3. > > [0] https://patchwork.kernel.org/project/spi-devel-general/patch/20201116031003.19062-6-vadivel.muruganx.ramuthevar@linux.intel.com/ > > [...] Hi Pratyush Yadav, I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/4] arm64: dts: ti: k3-j721e-mcu: Fix ospi compatible commit: f1b6f6e7f595ed66ba5f5d628df3d259218d584b [2/4] arm64: dts: ti: k3-j7200-mcu: Fix ospi compatible commit: 0e941f496a8bdc47d34199c17f81b09b0dbe14ae [3/4] arm64: dts: ti: k3-am64-main: Fix ospi compatible commit: 112e5934ff3a7505e583365213a27f990922b76b 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=-11.8 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,SPF_PASS,URIBL_BLOCKED,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 99D87C433B4 for ; Thu, 1 Apr 2021 13:53:55 +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 141F36127B for ; Thu, 1 Apr 2021 13:53:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 141F36127B 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=PpmEYHXEZvYCSR0p9JnK6tHLtT1aBIDzMhFzeKMsn7U=; b=TyQL9ixou0BTlh+GoVQ89e37N XM4Y0bqkieiq+qgT5gnyL7x9aGbD1fOWv+R8c1Ghgf6SdNVWbDmH/JwLem1xq1vHCe+ztlKIbPY6h H/VQW3DrfplT2idQIjpoHH0uvVKrEYN1U24KksvMGpdeQJNnxdyEZmdvA8qlm7Qi6edO3ybcYxS2/ 3YLXHSPr3gp5RLzGuh9aRkqsDTshZkdA1KaR1Jibs7oP++R1K0CLvv5ImVjk/8fOSQ0hzCAdpcflk 3XrwHqZ66eEMsj2iandA0A8IykSKi0pKyqY2iv4MKrRRmimCQM4rYlP8JY+Q5Tfc5QBUgTeZLiic7 mNsiwkfWA==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lRxkK-009jw5-IS; Thu, 01 Apr 2021 13:52:29 +0000 Received: from fllv0015.ext.ti.com ([198.47.19.141]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lRxkF-009juu-9a for linux-arm-kernel@lists.infradead.org; Thu, 01 Apr 2021 13:52:26 +0000 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 131DqGu0040293; Thu, 1 Apr 2021 08:52:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1617285136; bh=lVDHzX91Sk11Ck57RNIL8h0yHHmjpnWZIpiFJQIw4mA=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=lWOBR6vf3FbeYg1fc6P29N9DqjxHBXON/QGyoGdmCFWuaOClLuCW1/67+qVcOfk2u Y/yOglNRS7W2kcDj6TnDmuzSYgUhz1KGF7MM5rK8CH2BRVA3XHlFug7qpu0Kjpb/hz u9Pn7UmM6eZV7G/sUYI/giSf4n6rof/W/TQrbSQA= Received: from DFLE101.ent.ti.com (dfle101.ent.ti.com [10.64.6.22]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 131DqGmD015312 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 1 Apr 2021 08:52:16 -0500 Received: from DFLE104.ent.ti.com (10.64.6.25) by DFLE101.ent.ti.com (10.64.6.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Thu, 1 Apr 2021 08:52:16 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE104.ent.ti.com (10.64.6.25) 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; Thu, 1 Apr 2021 08:52:16 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 131DqGTr097711; Thu, 1 Apr 2021 08:52:16 -0500 From: Nishanth Menon To: , Mark Brown , Pratyush Yadav , , , Rob Herring , Tero Kristo , CC: Nishanth Menon , Vignesh Raghavendra Subject: Re: (subset) [PATCH 0/4] Convert Cadence QSPI bindings to yaml Date: Thu, 1 Apr 2021 08:52:15 -0500 Message-ID: <161728504983.2096.1063574920554874294.b4-ty@ti.com> X-Mailer: git-send-email 2.31.0 In-Reply-To: <20210326130034.15231-1-p.yadav@ti.com> References: <20210326130034.15231-1-p.yadav@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-20210401_145223_864452_315CD2BA X-CRM114-Status: GOOD ( 13.34 ) 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 Fri, 26 Mar 2021 18:30:30 +0530, Pratyush Yadav wrote: > This series picks up Ramuthevar's effort on converting the Cadence QSPI > bindings to yaml [0]. During the conversion process, I discovered that > some TI device tree files were not using the compatible correctly. Those > are fixed in patches 1-3. > > [0] https://patchwork.kernel.org/project/spi-devel-general/patch/20201116031003.19062-6-vadivel.muruganx.ramuthevar@linux.intel.com/ > > [...] Hi Pratyush Yadav, I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/4] arm64: dts: ti: k3-j721e-mcu: Fix ospi compatible commit: f1b6f6e7f595ed66ba5f5d628df3d259218d584b [2/4] arm64: dts: ti: k3-j7200-mcu: Fix ospi compatible commit: 0e941f496a8bdc47d34199c17f81b09b0dbe14ae [3/4] arm64: dts: ti: k3-am64-main: Fix ospi compatible commit: 112e5934ff3a7505e583365213a27f990922b76b 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