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 885C0C433EF for ; Sun, 5 Dec 2021 16:43:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231395AbhLEQqz (ORCPT ); Sun, 5 Dec 2021 11:46:55 -0500 Received: from dfw.source.kernel.org ([139.178.84.217]:33650 "EHLO dfw.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230137AbhLEQqy (ORCPT ); Sun, 5 Dec 2021 11:46:54 -0500 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 47C0B6103E for ; Sun, 5 Dec 2021 16:43:27 +0000 (UTC) Received: from jic23-huawei (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPSA id 9A8E5C341C5; Sun, 5 Dec 2021 16:43:24 +0000 (UTC) Date: Sun, 5 Dec 2021 16:48:35 +0000 From: Jonathan Cameron To: Andy Shevchenko Cc: Lars-Peter Clausen , linux-iio , Jonathan Cameron Subject: Re: [PATCH v2 12/12] iio:adc/dac:Kconfig: Update to drop OF dependencies. Message-ID: <20211205164835.272d8cab@jic23-huawei> In-Reply-To: References: <20211204171237.2769210-1-jic23@kernel.org> <20211204171237.2769210-13-jic23@kernel.org> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.30; 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 On Sun, 5 Dec 2021 17:15:41 +0200 Andy Shevchenko wrote: > On Sat, Dec 4, 2021 at 7:08 PM Jonathan Cameron wrote: > > > > From: Jonathan Cameron > > > > We could probably drop a lot more of these, but for now this removes > > unnecessary restrictions on stand alone ADC devices. > > Ah, I was expecting to see this on per driver conversion change. > Is this simply dependencies which are not covered anyhow by the > previous 11 patches in the series? > Yup. None of these dependencies should have been there even without this series. The ads8344 and ads8688 go all the way back to initial driver patches and I can't see why they were ever needed. max5821 looks similar. I've added a note to the patch description to make it clearer what is going on in this patch. Jonathan