From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (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 ABBD62DF90 for ; Tue, 17 Oct 2023 19:43:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="M1nAayz1" Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 46D0AC6; Tue, 17 Oct 2023 12:43:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1697571792; x=1729107792; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=JF3kBYiZ7ja2TA5QXy9uKVO4oRFv5C/TTDXBiZDQ1GA=; b=M1nAayz14UVfm+ATwLcVXT4/IFgQXK6SbFv7vZPB3CnF0/GwQTHJLkia jG9ocmghjVekXIpPWPQM5vmhr9mgEfbPpXFzB1CiEr/xBHLFaydF57kzl A9hxbd2tYhWof0XVtJ6X0weSZ763BkBX7B2/ltSe6+l7jSZ2TeLlcAvZi RMIfLEj44vfJa0LHfPnovMWwmEL/hyRbNoGctZM93H00OZQ1BatLnwb5x i65k5ecrdTc9rT5S8uIWuu+sXtIGMM6bPGGwO1WnixcdabN3HtjbdTO9k C9BFVigaVYrsa3MkAp2n1Xssz2pT+9Xoy3Yj1Xiid7lfp47u40jvlJHYp g==; X-IronPort-AV: E=McAfee;i="6600,9927,10866"; a="389738671" X-IronPort-AV: E=Sophos;i="6.03,233,1694761200"; d="scan'208";a="389738671" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Oct 2023 12:43:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10866"; a="929879025" X-IronPort-AV: E=Sophos;i="6.03,233,1694761200"; d="scan'208";a="929879025" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga005.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Oct 2023 12:43:08 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.97-RC2) (envelope-from ) id 1qspy4-00000006PcA-2yxa; Tue, 17 Oct 2023 22:43:04 +0300 Date: Tue, 17 Oct 2023 22:43:04 +0300 From: Andy Shevchenko To: "Rafael J. Wysocki" Cc: Jonathan Cameron , Greg Kroah-Hartman , Antoniu Miclaus , Jonathan Cameron , Gerald Loacker , Gwendal Grignou , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, Daniel Scally , Heikki Krogerus , Sakari Ailus , Lars-Peter Clausen , Michael Hennerich Subject: Re: [PATCH v1 2/6] device property: Add fwnode_property_match_property_string() Message-ID: References: <20230808162800.61651-1-andriy.shevchenko@linux.intel.com> <20230808162800.61651-3-andriy.shevchenko@linux.intel.com> <20230809185944.1ae78e34@jic23-huawei> <20230828190101.50f70921@jic23-huawei> Precedence: bulk X-Mailing-List: linux-acpi@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE, SPF_NONE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net On Tue, Oct 17, 2023 at 09:19:30PM +0200, Rafael J. Wysocki wrote: > On Mon, Aug 28, 2023 at 8:00 PM Jonathan Cameron wrote: ... > Sorry for the delay, I've lost track of this. NP! > Honestly, I have no strong opinion, but I think that this is going to > reduce some code duplication which is a valid purpose, so please feel > free to add > > Acked-by: Rafael J. Wysocki > > to this patch. Thank you! Jonathan, are we all set for applying this series? -- With Best Regards, Andy Shevchenko