From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) (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 4B8242E7162; Mon, 29 Sep 2025 09:51:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.176.79.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759139468; cv=none; b=N+6oRPUqrsSbQzGZOQ9J+fOJGD1VRaZnkto+D69rxtxkPb/V2aeUTiQpziAF2E/wXY6C1sIEBeFDW/xW4I39oCOtQgmmGQeX3UXXZR4gq09GJYITT7b5apgDkKwQRt1mvrp78N2jMGymuXDXEwjBxa2Ie8a2p3WKU1uGyYLQP1s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759139468; c=relaxed/simple; bh=6GiFgr3lxPEjgnbwkt5t8dWXuCklEPVxl3YOvj+epvI=; h=Date:From:To:CC:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=DPk5wt53OV5X1pnbLQHnD7Yus+LN5XdYUW/VVgockSaln4Kz8NKRudDon09ilJrWyXyOQlrfeNQKqVBPm9rwPHSJLnx3LQiVpOKCSxDmYtovf2uYIuAM64fvG3ZfG4G1CMLZDxA/QQeXlSXwywpJ3Q/1FVSr69n85C1vpAi0PRg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=185.176.79.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.18.186.231]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4cZxFW1jD5z6M4mH; Mon, 29 Sep 2025 17:47:59 +0800 (CST) Received: from dubpeml100005.china.huawei.com (unknown [7.214.146.113]) by mail.maildlp.com (Postfix) with ESMTPS id 63ED0140446; Mon, 29 Sep 2025 17:51:04 +0800 (CST) Received: from localhost (10.47.64.220) by dubpeml100005.china.huawei.com (7.214.146.113) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Mon, 29 Sep 2025 10:51:02 +0100 Date: Mon, 29 Sep 2025 10:51:01 +0100 From: Jonathan Cameron To: Sakari Ailus CC: , , , , , , , "Rafael J. Wysocki" , "Len Brown" , Greg Kroah-Hartman , Danilo Krummrich , Andy Shevchenko , Daniel Scally , Heikki Krogerus , Javier Carrasco , Dmitry Torokhov , Lee Jones , Pavel Machek , Matthias Fend , Chanwoo Choi , Krzysztof Kozlowski , "Laurent Pinchart" , Paul Elder , Mauro Carvalho Chehab , Horatiu Vultur , , Andrew Lunn , "David S. Miller" , Eric Dumazet , "Jakub Kicinski" , Paolo Abeni , Mark Brown , Thomas Gleixner , Ingo Molnar Subject: Re: [PATCH v2 13/16] leds: Use fwnode_for_each_child_node() instead Message-ID: <20250929105101.000048ce@huawei.com> In-Reply-To: <20250924074602.266292-14-sakari.ailus@linux.intel.com> References: <20250924074602.266292-1-sakari.ailus@linux.intel.com> <20250924074602.266292-14-sakari.ailus@linux.intel.com> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.42; x86_64-w64-mingw32) 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="US-ASCII" Content-Transfer-Encoding: 7bit X-ClientProxiedBy: lhrpeml100012.china.huawei.com (7.191.174.184) To dubpeml100005.china.huawei.com (7.214.146.113) On Wed, 24 Sep 2025 10:45:59 +0300 Sakari Ailus wrote: > fwnode_for_each_child_node() is now the same as > fwnode_for_each_available_child_node() on all backends (OF, ACPI and > swnode). In order to remove the available variants, switch the uses to > non-available variants. > > Signed-off-by: Sakari Ailus Reviewed-by: Jonathan Cameron