From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) (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 04941426D1B; Tue, 3 Mar 2026 14:28:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.85.4 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772548119; cv=none; b=Ce0mJu2PJ4p/v0QItgld6WA1GMTy8VuDh1kMR19FILs0RZZNISHRCVW8rHbnBAxkWA8jmPuowmjB4ZTwxpviSm0WLGpK621j995HSkO13XprzYXizIJwtnJPgj7XAtSSn1ARZzjxXZxOkf07Qxb+L4gpyjiluiAvJgQHkqDnoh0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772548119; c=relaxed/simple; bh=sFdspMKJumEMO4fDQc2+117471ZtpGFHB8cFzHcqV9k=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=O8n8KdcANGeo5HgRhp7ATof0t1m3PSlrlvObMxNog3FLmh4gnm3KfYUejjZ27p1Y1F/lB9gi/D1MrzkeqCAC4bqrdUsKMmzBPHU8QKX7NF0mwW4DGqwh4wQvbPfRIX1W8WAZu2L6HKKwkuq54fmm/cu2pdv+TrItM7KtuC0j05o= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=d/O+JXo5; arc=none smtp.client-ip=185.246.85.4 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="d/O+JXo5" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id 7A3A64E42501; Tue, 3 Mar 2026 14:28:36 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 3AFBB5FF87; Tue, 3 Mar 2026 14:28:36 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 2BC881036864C; Tue, 3 Mar 2026 15:28:13 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1772548112; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=GWUy5XUp50lxxjU1GZxGSJIelBHwpc1HiL3azJ0BLV4=; b=d/O+JXo543vedMVvGLT5gKQytZfFXK8awsVgYA6R2ojxBslqYDSqG0VaRPH7bRUxFJlQN8 1vkegNiRGY41CrTbPRA1NgXIqSpHHXeFNACKcalOr4bzHngc7EbH0CSSUuvUxXHy5MVFSy vEESymOX/4StaUul4BCuzjnEikImvMMtImKAjJiVJGCmUvbpNeHT+w2j0OOFIPwqXLeYpl cStsMnmcoZTIpyS3EgJxQykjVvH8H5XHlQadKad7TsG6qk3H2sE9QULsdlhxCLsvdS6N3P Oejd8rD6YiajdGxXjpbhWcTxEQM/3Nco4XUAiT9M4D/MHRwg24QTsSLti/Lp2w== Date: Tue, 3 Mar 2026 15:28:12 +0100 From: Herve Codina To: Jonathan Cameron Cc: Andrew Lunn , Rob Herring , "Krzysztof Kozlowski" , Conor Dooley , "Geert Uytterhoeven" , Kalle Niemi , Matti Vaittinen , Greg Kroah-Hartman , "Rafael J. Wysocki" , Danilo Krummrich , Frank Li , "Sascha Hauer" , Pengutronix Kernel Team , Fabio Estevam , "Michael Turquette" , Stephen Boyd , "Andi Shyti" , Wolfram Sang , Peter Rosin , "Arnd Bergmann" , Saravana Kannan , "Bjorn Helgaas" , Charles Keepax , Richard Fitzgerald , David Rhodes , "Linus Walleij" , Ulf Hansson , "Mark Brown" , Len Brown , Andy Shevchenko , Daniel Scally , Heikki Krogerus , Sakari Ailus , Davidlohr Bueso , "Dave Jiang" , Alison Schofield , Vishal Verma , "Ira Weiny" , Dan Williams , "Shawn Guo" , Wolfram Sang , , , , , , , , , , , , , , , , Allan Nielsen , Horatiu Vultur , Steen Hegelund , Luca Ceresoli , Thomas Petazzoni Subject: Re: [PATCH v5 11/28] cxl/test: Use fw_devlink_set_device() Message-ID: <20260303152812.5d699701@bootlin.com> In-Reply-To: <20260302122449.00006c77@huawei.com> References: <20260227135428.783983-1-herve.codina@bootlin.com> <20260227135428.783983-12-herve.codina@bootlin.com> <20260302122449.00006c77@huawei.com> Organization: Bootlin X-Mailer: Claws Mail 4.3.1 (GTK 3.24.49; x86_64-redhat-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Last-TLS-Session-Version: TLSv1.3 Hi Jonathan, On Mon, 2 Mar 2026 12:24:49 +0000 Jonathan Cameron wrote: > On Fri, 27 Feb 2026 14:54:08 +0100 > Herve Codina wrote: > > > The code set directly fwnode.dev field. > > > > Use the dedicated fw_devlink_set_device() helper to perform this > > operation. > > > > Signed-off-by: Herve Codina > > Reviewed-by: Dave Jiang > Reviewed-by: Jonathan Cameron > > From practical point of view, what path do you expect this to take? > Is there urgency to make the change, or does it make more sense to > add the helper this cycle and cleanup up the various places it can be > used next? I hoped to have patches 7 to 12 applied by one maintainer on his/her trees. As it is related to fw_devlink, I expect to have them applied by a driver core maintainer. Any other plan can work as well. Best regards, Hervé