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 A57F2C6FD1F for ; Sat, 11 Mar 2023 12:00:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229801AbjCKMAf (ORCPT ); Sat, 11 Mar 2023 07:00:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42676 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229473AbjCKMAd (ORCPT ); Sat, 11 Mar 2023 07:00:33 -0500 Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 86AC27B4A7; Sat, 11 Mar 2023 04:00:31 -0800 (PST) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 32BC0QxH005888; Sat, 11 Mar 2023 06:00:26 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1678536026; bh=sdMXUDHjQfwa1Ls51qZRA+q1JZ54COjDriHjJhbzBhE=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=X4n1PrygNUhZbQhNGnE8TgoqIgJEn5fXyMbrJ56+Zp84SmC5qn41Goqa4tNq2tveQ xbgv2bqUgqH3+GNU8UrcujZEz6OZJZdeE2UW84vViA6MqCJM7xcL6efNnYo1SPP6C7 EogQKGwt9shCD4z1CEezTb0x28zMq/5fQgSefB2I= Received: from DFLE103.ent.ti.com (dfle103.ent.ti.com [10.64.6.24]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 32BC0Qum003295 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Sat, 11 Mar 2023 06:00:26 -0600 Received: from DFLE100.ent.ti.com (10.64.6.21) by DFLE103.ent.ti.com (10.64.6.24) 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 06:00:26 -0600 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE100.ent.ti.com (10.64.6.21) 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 06:00:26 -0600 Received: from localhost (ileaxei01-snat.itg.ti.com [10.180.69.5]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 32BC0Q0L088753; Sat, 11 Mar 2023 06:00:26 -0600 From: Nishanth Menon To: Santosh Shilimkar , CC: Nishanth Menon , , , Subject: Re: [PATCH] soc: ti: Use of_property_read_bool() for boolean properties Date: Sat, 11 Mar 2023 06:00:25 -0600 Message-ID: <167853598355.30853.2844551955010479367.b4-ty@ti.com> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20230310144726.1545453-1-robh@kernel.org> References: <20230310144726.1545453-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. > Convert reading boolean properties to to of_property_read_bool(). ^^ - I locally fixed the "to to" to "to" > I have applied the following to branch ti-drivers-soc-next on [1]. Thank you! [1/1] soc: ti: Use of_property_read_bool() for boolean properties commit: 82e46bf71780940a5e060fcb02397ecf7f55e768 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