From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8CAE270812; Wed, 15 Jan 2025 17:21:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736961665; cv=none; b=NtoTxzhOq+F1XdEho6IActEFqTMkxIxheTqTfTnPvXI1gcCxNreP2ycrAc+HVKhJgtYiG9gOpGhnhFQ8im9VkzTIpeMkNyrB4ER5RMpBtz1JyxFFDdVoKHqEtjTfO+e7yn8eAEE65TbSJ2fHNwWzgw85TRcVU2LwIViK5mh8p80= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736961665; c=relaxed/simple; bh=idndYGRuDCLSrzsIcv8CVqEM1gx5hlvJHQ2Fg5xwLvI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=e/8sXfHBIZCePNioBAcvOEgXhhKRY7ICdpL+dR+CvHWMIYDZA9TKOxNQYezaa61aX+COdnVBmnu2TN1M4IEalM1howFXocWwDjXY/pmj59FppP6WFSW6ZTNmxgSxfIrNNWUCjMofck/+rNRXGZTQgUQUuIEaYpa9gPHVOSL/whc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=GNh/Sh2R; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="GNh/Sh2R" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7C1B2C4CED1; Wed, 15 Jan 2025 17:21:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1736961665; bh=idndYGRuDCLSrzsIcv8CVqEM1gx5hlvJHQ2Fg5xwLvI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GNh/Sh2RUKen3Jv4RXnSkAnI7F7dUZVsbF5BSpRyIJT1cHDTwm/ZGydq3uX2HbjcM 6zQu1FjgUlJVYf6mR/eXvlDZrRBKLaKBzc7IBy7/F9gf6s/erxme7gislaY/PVk9IF 8Pd8z7S78IkohWaoP8Ne6fsal9vTKuMB97/iphGk= Date: Wed, 15 Jan 2025 18:21:01 +0100 From: Greg Kroah-Hartman To: Viresh Kumar Cc: Rob Herring , "Rafael J. Wysocki" , Miguel Ojeda , Alex Gaynor , Boqun Feng , Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron , Benno Lossin , Andreas Hindborg , Alice Ryhl , Trevor Gross , Danilo Krummrich , linux-pm@vger.kernel.org, Vincent Guittot , rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, Dirk Behme Subject: Re: [PATCH V7 04/16] rust: device: Add property_present() Message-ID: <2025011520-slam-showy-fea9@gregkh> References: <2025011429-gossip-hash-12e3@gregkh> <20250115071538.efb2ipmbmynvwt3p@vireshk-i7> <20250115073515.hxoflf65mq3pyhpx@vireshk-i7> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250115073515.hxoflf65mq3pyhpx@vireshk-i7> On Wed, Jan 15, 2025 at 01:05:15PM +0530, Viresh Kumar wrote: > +Rob/Dirk, > > On 15-01-25, 12:45, Viresh Kumar wrote: > > On 14-01-25, 19:42, Greg Kroah-Hartman wrote: > > > On Mon, Jan 13, 2025 at 04:52:59PM +0530, Viresh Kumar wrote: > > > > This implements Device::property_present(), which calls C APIs > > > > device_property_present() helper. > > > > > > > > The new helper will be used by Rust based cpufreq drivers. > > > > > > > > Signed-off-by: Viresh Kumar > > > > --- > > > > rust/bindings/bindings_helper.h | 1 + > > > > rust/kernel/device.rs | 7 +++++++ > > > > 2 files changed, 8 insertions(+) > > > > > > Want me to take this in my driver-core tree now for 6.14-rc1? > > > > Sure, Thanks. > > I now see that Rob/Dirk have sent [1] a bigger patch earlier which adds > this functionality along with other DT bindings. Though it isn't > merged yet. That's still in the RFC stage, I'll take this now so that when the RFC patchset is rebased/resubmitted, it will be smaller. thanks, greg k-h