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 5701ACD3445 for ; Tue, 19 Sep 2023 07:21:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231561AbjISHVr (ORCPT ); Tue, 19 Sep 2023 03:21:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44958 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231701AbjISHVq (ORCPT ); Tue, 19 Sep 2023 03:21:46 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A0B9310F; Tue, 19 Sep 2023 00:21:41 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DFD47C43391; Tue, 19 Sep 2023 07:21:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1695108101; bh=vipQm+ipmzA33o/tVXoUQOyoIDyB3vzAvg4BjLAMbEA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fmsRAu2kb27aX+XIX35tWhi4BzSNGCSrLBvou6vyxgMuf32dc9g98LSk6zickJO+G oGkXXpFYZhEBuAt0iDNTb3YFOeG2Oka69yhTMZLcU92WYBJPKD4YIjek8+v/fdvqWl EbL9wKwWM1kdUgIKZf0quXZ8cVLnvfpNvFKBi6xM= Date: Tue, 19 Sep 2023 09:21:36 +0200 From: Greg Kroah-Hartman To: Andy Shevchenko Cc: Saravana Kannan , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, Daniel Scally , Heikki Krogerus , Sakari Ailus , "Rafael J. Wysocki" , Len Brown , Bartosz Golaszewski Subject: Re: [PATCH v1 1/1] device property: Clarify usage scope of some struct fwnode_handle members Message-ID: <2023091924-probable-rural-77f2@gregkh> References: <20230904104046.1682875-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Mon, Sep 18, 2023 at 07:59:55PM +0300, Andy Shevchenko wrote: > On Mon, Sep 04, 2023 at 01:40:46PM +0300, Andy Shevchenko wrote: > > Most of the struct fwnode_handle members are for exclusive use with > > device links framework. Clarify this by adding a respective comment. > > Thank you, folks, for the review. Rafael, Greg, who can apply this? I will, give me some time to catch up with my pending patch queue. greg k-h