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 600DAC433EF for ; Mon, 20 Jun 2022 18:07:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238373AbiFTSH0 (ORCPT ); Mon, 20 Jun 2022 14:07:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54122 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235843AbiFTSHZ (ORCPT ); Mon, 20 Jun 2022 14:07:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E8B281AF12 for ; Mon, 20 Jun 2022 11:07:24 -0700 (PDT) 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 817386158A for ; Mon, 20 Jun 2022 18:07:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EB0DFC341C4; Mon, 20 Jun 2022 18:07:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655748443; bh=emiH/nkiB4LRfl4YbcP4q238Ek9cnNaD0f0wciRs5Bk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=UmRTccA0/VOJgDgYGEOeEc/6M91TuBh7IgMR7vEseKg7TNoukiHjgR6V+NnNeYpTn tDmMRsGp2IrSh6RVntZPBmG9aWr7dxHnbypZShIxDQbrVB7PWcu3tX7IYD9GuVu6uk /j7m5VXPg5yNvJ2Q2ndlbr8SLwiI2m5pHiUOlXeZtuEyaX1fDhHFJfeiXUc7TPkC7F vFR2rQanVXnlOhluxfy6AWbYnYTS3YtEQFmpdHAUG0Z+1wfCZUORtXarNXzcEOhQSq RYPeEXfGG+EspWZagowN00Ztf7//KINCL9VEetpKKjSp2hGGOEMS1XzR18DtFEheRC kCL5Efs9z/jUw== Date: Mon, 20 Jun 2022 19:07:18 +0100 From: Jonathan Cameron To: Andy Shevchenko Cc: linux-iio , Peter Rosin , Michael Hennerich , Lars-Peter Clausen , Vincent Whitchurch , Jonathan Cameron Subject: Re: [PATCH v2 00/17] staging/iio: Clean up AD7746 CDC driver and move from staging. Message-ID: <20220620190718.3978775e@jic23-huawei> In-Reply-To: References: <20220619185839.1363503-1-jic23@kernel.org> X-Mailer: Claws Mail 4.1.0 (GTK 3.24.34; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org > > Overall it looks good to me. One Q though, do you plan to switch it to > regmap APIs? Probably not unless doing some more significant work on the driver for some other reason. It's definitely not yet a requirement that IIO drivers use regmap, even though it is of course desirable where it fits well. Given it should be fine to do the conversion and rely on roadtest to see if anything isn't broken, converting this one might be a good first patch for someone who is interested in writing modern drivers. Thanks, Jonathan