From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 350D037E31E; Fri, 29 May 2026 17:15:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780074953; cv=none; b=TOYQ1C3czMKObDzoLqZ1oMZgtb3G9VK5+Zh/s0yOGbI/6vi0J6mZYz2ibVs/0q2ezYREB8xKsqSNN/v2IfbrUk1VE07zayHHln3tfPyKxlMVoVuGNe9rFUmSkGRMOWP8hM+m9CkDHxY7VEwqfyUNTngSDoY4nlyalBo4q2pnCLU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780074953; c=relaxed/simple; bh=Y0O03j0cA9gGw6WXGjPcKX0NTk+VSbTwAAPV++hANrU=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=MQCQUGET+A8267sGnecW43CmQJxH7m3I0IF4UV783/JHmWFSc5E85XE8zcRU8XdWULa8pVsGdhyzAH3H1hOyDCrUMgv8oz4U23ad2n+L0+W6faLyPFs81m9ZhgSfmzXvah/csktMQvtIY39TG1/C3gZFmoWzpxGa8DVkjr7IOCE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hFP3VWdW; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="hFP3VWdW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F16C41F00893; Fri, 29 May 2026 17:15:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780074950; bh=C7QcMBTbFWnnf2RtE1xWXqG70puWNTchmG3gV+hfvHk=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=hFP3VWdWtrTronQRqrIDxOcLACeB3gucKNpHROuxJdUolxoX2jssSnSqU1bOBTsj0 1Dl5qla7P3s6mYHUI8gDAs34XA3mf0pPW/eUyMINQlx9G1LkWbkuOdsTB/zDXZWj3U Cd/tQzmO+xlstYF/JETmyOr7ImdsBZmsrQOG61zvWEm6iSuwIiUkLFgZZmcIZhBtWc qfwgwSZYvy+hrRtsjR4GbtBXH/D1Xg2NLpCpfy92qL67kDbDdVgW0mp+1TFvyiPJ7x zQtEPnudVqxLK67uuZJ4sCChmTCptVctnKycpBX9su8pDJmeYNStnh+TNu0PbanmE+ OsLN9HNijFpoQ== Date: Fri, 29 May 2026 18:15:42 +0100 From: Jonathan Cameron To: Antoniu Miclaus Cc: Nuno =?UTF-8?B?U8Oh?= , Michael Hennerich , David Lechner , Rob Herring , Krzysztof Kozlowski , Conor Dooley , , , , Subject: Re: [PATCH v2 0/2] iio: adc: ad4080: add support for AD4884 Message-ID: <20260529181542.7df3bbc5@jic23-huawei> In-Reply-To: <20260529141353.8492-1-antoniu.miclaus@analog.com> References: <20260529141353.8492-1-antoniu.miclaus@analog.com> X-Mailer: Claws Mail 4.4.0 (GTK 3.24.52; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 29 May 2026 17:13:51 +0300 Antoniu Miclaus wrote: > Add support for the AD4884, a dual-channel, 16-bit, 40 MSPS SAR ADC, > to the ad4080 driver family. > > Patch 1 adds the AD4884 compatible string to the devicetree binding. > Patch 2 adds the chip info and device ID to the driver. > > Changes in v2: > - Add rationale for no fallback compatible in commit message. > - Collect Acked-by tag. > Applied Thanks, J > Antoniu Miclaus (2): > dt-bindings: iio: adc: ad4080: add AD4884 support > iio: adc: ad4080: add support for AD4884 > > .../bindings/iio/adc/adi,ad4080.yaml | 5 ++++- > drivers/iio/adc/ad4080.c | 18 ++++++++++++++++++ > 2 files changed, 22 insertions(+), 1 deletion(-) >