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 1C298C4332F for ; Wed, 23 Nov 2022 19:25:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239545AbiKWTZI (ORCPT ); Wed, 23 Nov 2022 14:25:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53832 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235164AbiKWTZF (ORCPT ); Wed, 23 Nov 2022 14:25:05 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 349A9C6959; Wed, 23 Nov 2022 11:25:05 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C184A61E7A; Wed, 23 Nov 2022 19:25:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AAC80C433C1; Wed, 23 Nov 2022 19:25:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1669231504; bh=GE9XZ20MqdTZOk+li0IqsrrL8BtMgeL5mwS/9DEQT6Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wbuXlZfIjnD7PkbeW9cNi+tZZIpH7iGhIDjsF3zAgNV0Z6R7z8U/pRcJSZL9Ofmej 1LhNiCZ4I169UAcSTTwMYElxWyQ9ib0u70ZXRClQBq8kzdC5IWSnAfP/h/06FcDhoI iJvJkyL6MtY4osLtf15c3cw9tJBkWQSy8aGxdPso= Date: Wed, 23 Nov 2022 20:25:01 +0100 From: Greg Kroah-Hartman To: Andy Shevchenko Cc: =?iso-8859-1?Q?Cl=E9ment_L=E9ger?= , Sakari Ailus , Mauro Carvalho Chehab , Hans de Goede , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, Daniel Scally , Heikki Krogerus , "Rafael J. Wysocki" , Yong Zhi , Bingbu Cao , Tianshu Qiu Subject: Re: [PATCH v1 3/4] software node: Switch property entry test to new API Message-ID: References: <20221118185617.33908-1-andriy.shevchenko@linux.intel.com> <20221118185617.33908-3-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-kernel@vger.kernel.org On Wed, Nov 23, 2022 at 09:07:05PM +0200, Andy Shevchenko wrote: > On Wed, Nov 23, 2022 at 08:01:56PM +0100, Greg Kroah-Hartman wrote: > > On Fri, Nov 18, 2022 at 08:56:16PM +0200, Andy Shevchenko wrote: > > > Switch property entry test to use software_node_register_node_group() API. > > > The current one is going to be removed soon. > > > Acked-by: Greg Kroah-Hartman > > Thank you! I hope this stays for v2 (which had been on mailing lists for > a few days). Yes, sorry, that's the same there, so it holds for there too.