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 51471A21 for ; Sat, 11 Jun 2022 15:41:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C3327C34116; Sat, 11 Jun 2022 15:41:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1654962099; bh=WarFohc9AefJgaCIQlkHm40D8Wfs78SeRMzjeAKfx4M=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=kEAxk8HVupWHd5I6Rj3KedDoeCuYF35epsuBXMhaICxi8INQwZtjIZMawVF8FvqtL JPcIuigeGH61rUyJFpIQ1APrwxcyg8DSF3EgKwOxHckL1YXY7xOVDHIdeOu5tzXVgq DkivCQ5HeT/G1bmC2YkjnLQeQ0BkJ1l5mnty48UCr5Tm0t3mxhiMb6yEOioh5dcz33 caK4CH3CSp1ReI734M0SGWDo4Q37NAu1Qq3WDwqs6+W9WhI3FwIshlZ9sSmhctKfxt My8E4nxFNF+Ywe8ZGhtM8D6WeWRNRXgT+gplAgEQAtHoXXgPawUVc8mFYOo9J7E/Ie Bi1QYaLlMhxLA== Date: Sat, 11 Jun 2022 16:50:38 +0100 From: Jonathan Cameron To: Andy Shevchenko Cc: Nuno =?UTF-8?B?U8Oh?= , dl-linux-imx , Linux-Renesas , "open list:BROADCOM NVRAM DRIVER" , linux-arm Mailing List , chrome-platform@lists.linux.dev, Lad Prabhakar , "moderated list:ARM/Mediatek SoC support\" , linux-stm32@st-md-mailman.stormreply.com, linux-arm-msm , linux-iio , OpenBMC Maillist , Cai Huoqing , Benjamin Fair , Jishnu Prakash , Linus Walleij , Lars-Peter Clausen , Alexandre Torgue , Amit Kucheria , Andy Gross , Michael Hennerich , Haibo Chen , Benson Leung , "Rafael J. Wysocki" , Alexandre Belloni , Christophe Branchereau , Patrick Venture , Arnd Bergmann , Nancy Yuen , Sascha Hauer , Daniel Lezcano , Gwendal Grignou , Saravanan Sekar , Tali Perry , Maxime Coquelin , Paul Cercueil , Thara Gopinath , Avi Fishman , Lorenzo Bianconi , Claudiu Beznea , Pengutronix Kernel Team , Fabrice Gasnier , Matthias Brugger , Tomer Maimon , Bjorn Andersson , Nicolas Ferre , Zhang Rui , Shawn Guo , Guenter Roeck , Fabio Estevam , Olivier Moysan , Eugen Hristev , Miquel Raynal Subject: Re: [PATCH 00/34] make iio inkern interface firmware agnostic Message-ID: <20220611165038.669dd8e4@jic23-huawei> In-Reply-To: References: <20220610084545.547700-1-nuno.sa@analog.com> X-Mailer: Claws Mail 4.1.0 (GTK 3.24.34; x86_64-pc-linux-gnu) 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=UTF-8 Content-Transfer-Encoding: quoted-printable On Fri, 10 Jun 2022 17:28:24 +0200 Andy Shevchenko wrote: > On Fri, Jun 10, 2022 at 4:48 PM Andy Shevchenko > wrote: > > On Fri, Jun 10, 2022 at 10:45 AM Nuno S=C3=A1 wrot= e: =20 >=20 > > Reviewed-by: Andy Shevchenko =20 >=20 > Ditto for patches 26-34. >=20 I'm fine with all the patches I haven't commented on, but some of the generic fwnode conversions are complex as such things go, so more eyes on them and the core changes would be great. Thanks, Jonathan