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 A13D5C74A44 for ; Sat, 11 Mar 2023 11:59:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230021AbjCKL7u (ORCPT ); Sat, 11 Mar 2023 06:59:50 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41764 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229735AbjCKL7q (ORCPT ); Sat, 11 Mar 2023 06:59:46 -0500 Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 53E0026CC3; Sat, 11 Mar 2023 03:59:45 -0800 (PST) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 32BBxcS2075506; Sat, 11 Mar 2023 05:59:38 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1678535978; bh=p07m3atuSvIVG+9wIoxrGBnJbj/IGWcotlmFGHJJzHU=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=vWXYZwXusVvLG8DK1iIkFoO12CPKKhT62Sh9rtfPP6KTkwIVE/2Gbf081hpSdu/Tl zUo+Hb1Sf0tGgecDn3XACNgHxlF/J1r79EW1gmfDFTdL2yS28+ddILs8LvLyeRtGj0 CUGKr7rDExnV80V2Lwz1aCsro1OI40+S4scfZ77c= Received: from DFLE102.ent.ti.com (dfle102.ent.ti.com [10.64.6.23]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 32BBxcxW020904 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Sat, 11 Mar 2023 05:59:38 -0600 Received: from DFLE102.ent.ti.com (10.64.6.23) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Sat, 11 Mar 2023 05:59:38 -0600 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Sat, 11 Mar 2023 05:59:38 -0600 Received: from localhost (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 32BBxcok086357; Sat, 11 Mar 2023 05:59:38 -0600 From: Nishanth Menon To: , Santosh Shilimkar CC: Nishanth Menon , , , Subject: Re: [PATCH] soc: ti: Use of_property_present() for testing DT property presence Date: Sat, 11 Mar 2023 05:59:37 -0600 Message-ID: <167853595902.30763.3549829268692510668.b4-ty@ti.com> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20230310144725.1545384-1-robh@kernel.org> References: <20230310144725.1545384-1-robh@kernel.org> 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 Rob Herring, On Fri, 10 Mar 2023 08:47:25 -0600, Rob Herring wrote: > It is preferred to use typed property access functions (i.e. > of_property_read_ functions) rather than low-level > of_get_property/of_find_property functions for reading properties. As > part of this, convert of_get_property/of_find_property calls to the > recently added of_property_present() helper when we just want to test > for presence of a property and nothing more. > > [...] I have applied the following to branch ti-drivers-soc-next on [1]. Thank you! [1/1] soc: ti: Use of_property_present() for testing DT property presence commit: 1b1b863a8898ad8348b7dfe812cab26cea9099bf 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/ti/linux.git -- Nishanth Menon