From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.14]) (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 DE952233136; Mon, 2 Jun 2025 15:01:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.14 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748876491; cv=none; b=MmfAlj9BbUssMZEVjophdJal7EBr0zO6/jQyD0uwooQdPzOXsZek92p9F8Lc5z95ooxl+avnF7uWR/xNgYgeMhmEL08G2JMFqpnwhYq2Oa+RQ3sQJkma94WGzjTJHdU8pWtY5ijph21ozOF/0fTe0O1UzHE+mnZZzVk+1a9H8fk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748876491; c=relaxed/simple; bh=tpOK624e+VTSX3n/OcsDokeXGPakaWTK0Udf8DGKI6Y=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=GM/03B9lTxYdFRIOvAfswYRJw0LlG6Am0H077uF/1kxIG6YBe/a1MBCdWlLcoI+qQ1aOQaNXz+TKKy8TqdTm1Aov5Z1KNBVvl132a/+xmvxEZ20anri36hRPHhElrI66My+yVgp6OMGJTfCyJa9SM0nUjyHG3d16DiEAH4/qw/8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org; spf=fail smtp.mailfrom=kernel.org; arc=none smtp.client-ip=198.175.65.14 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=kernel.org X-CSE-ConnectionGUID: BVT7rMQdSWSWb1BYmTzf2w== X-CSE-MsgGUID: fLXANDqKS6q6icpe6KqhVw== X-IronPort-AV: E=McAfee;i="6700,10204,11451"; a="54688548" X-IronPort-AV: E=Sophos;i="6.16,203,1744095600"; d="scan'208";a="54688548" Received: from orviesa010.jf.intel.com ([10.64.159.150]) by orvoesa106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jun 2025 08:01:28 -0700 X-CSE-ConnectionGUID: ZcLap1ASST+LqDjBQnDOjA== X-CSE-MsgGUID: vM00wISZTJ+FV2BHc9oH6w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.16,203,1744095600"; d="scan'208";a="144518826" Received: from smile.fi.intel.com ([10.237.72.52]) by orviesa010.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jun 2025 08:01:22 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.98.2) (envelope-from ) id 1uM6f8-00000002sG3-3t5Q; Mon, 02 Jun 2025 18:01:18 +0300 Date: Mon, 2 Jun 2025 18:01:18 +0300 From: Andy Shevchenko To: Pop Ioan Daniel Cc: Lars-Peter Clausen , Michael Hennerich , Jonathan Cameron , David Lechner , Nuno =?iso-8859-1?Q?S=E1?= , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sergiu Cuciurean , Dragos Bogdan , Antoniu Miclaus , Olivier Moysan , Javier Carrasco , Matti Vaittinen , Tobias Sperling , Alisa-Dariana Roman , Marcelo Schmitt , Thomas Bonnefille , AngeloGioacchino Del Regno , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 5/5] iio: adc: ad7405: add ad7405 driver Message-ID: References: <20250602134349.1930891-1-pop.ioan-daniel@analog.com> <20250602134349.1930891-6-pop.ioan-daniel@analog.com> Precedence: bulk X-Mailing-List: linux-iio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20250602134349.1930891-6-pop.ioan-daniel@analog.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo On Mon, Jun 02, 2025 at 04:43:43PM +0300, Pop Ioan Daniel wrote: > Add support for the AD7405/ADUM770x, a high performance isolated ADC, > 1-channel, 16-bit with a second-order Σ-Δ modulator that converts an > analog input signal into a high speed, single-bit data stream. ... > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include You need to follow IFYU (Include What You Use) principle, at a glance there are a few missing. Also make them ordered. I guess I have commented on this already and my comment was ignored for no reason. -- With Best Regards, Andy Shevchenko