From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from m-r1.th.seeweb.it (m-r1.th.seeweb.it [5.144.164.170]) (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 E05D17B for ; Mon, 16 Jan 2023 21:01:34 +0000 (UTC) Received: from SoMainline.org (94-211-6-86.cable.dynamic.v4.ziggo.nl [94.211.6.86]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by m-r1.th.seeweb.it (Postfix) with ESMTPSA id 7A08D1FAA6; Mon, 16 Jan 2023 21:44:53 +0100 (CET) Date: Mon, 16 Jan 2023 21:44:52 +0100 From: Marijn Suijten To: Jonathan Cameron Cc: Nuno =?utf-8?B?U8Oh?= , openbmc@lists.ozlabs.org, linux-imx@nxp.com, linux-stm32@st-md-mailman.stormreply.com, linux-iio@vger.kernel.org, linux-mips@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-mediatek@lists.infradead.org, chrome-platform@lists.linux.dev, linux-arm-kernel@lists.infradead.org, Lad Prabhakar , linux-arm-msm@vger.kernel.org, Gwendal Grignou , Saravanan Sekar , Tomer Maimon , Maxime Coquelin , Alexandre Torgue , Lorenzo Bianconi , Fabio Estevam , Shawn Guo , Olivier Moysan , Tali Perry , Thara Gopinath , Bjorn Andersson , Arnd Bergmann , Benjamin Fair , Nicolas Ferre , "Rafael J. Wysocki" , Patrick Venture , Pengutronix Kernel Team , Fabrice Gasnier , Daniel Lezcano , Benson Leung , Nancy Yuen , Miquel Raynal , Alexandre Belloni , Zhang Rui , Linus Walleij , Christophe Branchereau , Cai Huoqing , Avi Fishman , Eugen Hristev , Matthias Brugger , Sascha Hauer , Lars-Peter Clausen , Andy Shevchenko , Guenter Roeck , Paul Cercueil , Claudiu Beznea , Andy Gross , Amit Kucheria , Michael Hennerich , Haibo Chen , Jishnu Prakash Subject: Re: [PATCH v3 12/15] iio: adc: qcom-spmi-adc5: convert to device properties Message-ID: <20230116204452.il4gase2szipeexz@SoMainline.org> References: <20220715122903.332535-1-nuno.sa@analog.com> <20220715122903.332535-13-nuno.sa@analog.com> <20220806192048.0ca41cc5@jic23-huawei> Precedence: bulk X-Mailing-List: chrome-platform@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220806192048.0ca41cc5@jic23-huawei> On 2022-08-06 19:20:48, Jonathan Cameron wrote: > On Fri, 15 Jul 2022 14:29:00 +0200 > Nuno Sá wrote: > > > Make the conversion to firmware agnostic device properties. As part of > > the conversion the IIO inkern interface 'of_xlate()' is also converted to > > 'fwnode_xlate()'. The goal is to completely drop 'of_xlate' and hence OF > > dependencies from IIO. > > > > Signed-off-by: Nuno Sá > > Acked-by: Linus Walleij > > Reviewed-by: Andy Shevchenko > +CC Marijin who happend to post a patch for this driver that I just accepted > and hence probably has hardware access. Any chance of a test for this series? > > If not, no problem as this is fairly mechanical and we have testing on some of > the other drivers using the new code. > > I'll probably queue this up in the meantime but it won't end up upstream > for a few weeks yet. Jonathan, This CC just surfaced in my inbox while searching for our current discussion around missing labels in qcom-spmi-vadc - and on the side a userspace @xx label name ABI break (in qcom-spmi-adc5) caused by this patch's fwnode_get_name change - we could've caught it if I had not accidentally marked it as read and/or forgot about it. My apologies. - Marijn