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 C68B53FE49 for ; Wed, 18 Oct 2023 19:37:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="hnZgJ0+9" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 360EAC433C9; Wed, 18 Oct 2023 19:37:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697657858; bh=Pm68nGKZCBKSAtYtKm9YziV8SShEc1H1nFdeoAO94gw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=hnZgJ0+9fvLqsNUG+OCTRIzD9CeR0NFZd2lwTyyB9xAS2TA21NgBqW7jyK68xv0Sq w4giLGKcfCjJAuS9zxYkq9nAaydQ2ewSTtxuiuubla7tFrt7c84FWjmJbAGHvqa9oW y2f172IJir3MkQoB6usVMqdrNzoemRgU/KPymFuV9E/IUIuLy/XWY/qXSQHveyTrXg F+/jvB2ToriKXXWbYeX4xjDh0+GjC5wMmrhD5Fii0pATuWO+IpgVxi8kHWiZrFiQyG QdpdoqAznJGjwjW5ZmmGmMW8JB0Ceuh9qJcnTd2d/SEL0Hd1rnRDNMv7uguEuLr6c/ IziemYhBULpHQ== Date: Wed, 18 Oct 2023 20:37:55 +0100 From: Jonathan Cameron To: Andy Shevchenko Cc: "Rafael J. Wysocki" , 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: <20231018203755.06cb1118@jic23-huawei> In-Reply-To: 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> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-pc-linux-gnu) 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-Transfer-Encoding: quoted-printable On Tue, 17 Oct 2023 22:43:04 +0300 Andy Shevchenko wrote: > On Tue, Oct 17, 2023 at 09:19:30PM +0200, Rafael J. Wysocki wrote: > > On Mon, Aug 28, 2023 at 8:00=E2=80=AFPM Jonathan Cameron wrote: =20 >=20 > ... >=20 > > Sorry for the delay, I've lost track of this. =20 >=20 > NP! >=20 > > 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 > >=20 > > Acked-by: Rafael J. Wysocki > >=20 > > to this patch. =20 >=20 > Thank you! >=20 > Jonathan, are we all set for applying this series? >=20 Applied, but it might end up as 6.8 material depending on exactly how timing turns out. I have one pull request sent and I'm not sure I'll get another one in this cycle. Given I just applied some big drivers I'd like t= o, but not sure yet... Jonathan