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 679BBC433F5 for ; Sat, 16 Apr 2022 10:37:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230108AbiDPKj6 (ORCPT ); Sat, 16 Apr 2022 06:39:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37688 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231454AbiDPKjz (ORCPT ); Sat, 16 Apr 2022 06:39:55 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 59ACC22516; Sat, 16 Apr 2022 03:37:23 -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 F111560E97; Sat, 16 Apr 2022 10:37:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A1958C385A3; Sat, 16 Apr 2022 10:37:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1650105442; bh=wwQ2KXLmqbrL8x9yOhEPgpWxlE6/ANc23oINIAYBWFM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=i9VenvH+J3jal44BpmmzyaoKF6o14szrhFaM3uLaTzK/8zM6T+FZTzu91yqBa/3YF 9gRGufeeB1J0Acf4JRzUO/iMfE/c2cbJoIEjkoCEhj3lO/92oHAT/gT08qX4KxoBVp bjY1bA4SRJa5sl8qRmx6nM2gUANMfxNgvi6xZWmcqIDnIEAK1boQpgkmuraDGB8mNK EToSJ8mxFrMD28uLMd+so1ok/qphy4py9p5DEZmPBN+DZOgkwAFR4xtccES6W7V4ux RL3Kj4ahOh5iu7VP0J1oMriNKni5C0tgCz0r9uJUAGxQzl25/m59ZJT+OiT9jJwppq u64TH94mHgzLw== Date: Sat, 16 Apr 2022 11:45:19 +0100 From: Jonathan Cameron To: Andy Shevchenko Cc: Jonathan Cameron , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, Lars-Peter Clausen Subject: Re: [PATCH v1 1/1] iio: accel: dmard06: Drop dependency on OF Message-ID: <20220416114519.4745b04f@jic23-huawei> In-Reply-To: <20220413190327.30054-1-andriy.shevchenko@linux.intel.com> References: <20220413190327.30054-1-andriy.shevchenko@linux.intel.com> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.33; 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 Wed, 13 Apr 2022 22:03:27 +0300 Andy Shevchenko wrote: > Nothing in this driver depends on OF firmware so drop the dependency > and update the headers to remove the false impression such a dependency > exists. Applied. Note I amended the patch descriptions where relevant to drop reference to headers when they weren't touched in a given patch. Hopefully I caught all the cases of that. Jonathan > > Signed-off-by: Andy Shevchenko > --- > drivers/iio/accel/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/iio/accel/Kconfig b/drivers/iio/accel/Kconfig > index eac3f02662ae..b53f010f3e40 100644 > --- a/drivers/iio/accel/Kconfig > +++ b/drivers/iio/accel/Kconfig > @@ -290,7 +290,6 @@ config DA311 > > config DMARD06 > tristate "Domintech DMARD06 Digital Accelerometer Driver" > - depends on OF || COMPILE_TEST > depends on I2C > help > Say yes here to build support for the Domintech low-g tri-axial