From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 263D94C8E; Sun, 16 Feb 2025 15:21:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739719310; cv=none; b=EBAKmJqMQvC/a76ISu5iiFzDxFhNSHcQ04DkLETz12Ki/yyzGjZUS99ncKiaRS5PebqaXD78WugeKX6mi2K/BasCS8vQiA9QR9FYPWTPuRKPpqBkO3QiLOfkO1RcQNdqv9fdmihaiO8Dy9NawFJgWT+CL5jPfMTJ8D6E5/f6iNM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739719310; c=relaxed/simple; bh=LoTdb55Vt3V5ivelM/VxXe3A+oY+aRzrdNzQEChBMFc=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=glB5RFAXWsgvBwfjirYDupXBA3cYzi1b5I2gSYoy8VH78kJVfoh6lZhnXLdDKb0BvroVwgnR7j63TJx8L6D1o3m8dgfM2993RFxUfPdDSHchw7l4FFomIfHp0/L1RFJ1SorOV+iEyZmthC/CM0Bf+UPakzXwrfdp8P0YpZlM70g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=V514WN5o; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="V514WN5o" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2F5B6C4CEDD; Sun, 16 Feb 2025 15:21:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1739719309; bh=LoTdb55Vt3V5ivelM/VxXe3A+oY+aRzrdNzQEChBMFc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=V514WN5obi4jndGCZIvkXAiTu0u48JTy5M0ND5XzapZqhMqVn25gSmMxDCXIVTK/C s+xQtQKh8MMxwQF1N9g70WKMPmiKovkhQCfPcM7pGaQ5046R51bCMaZcrzh2VoWWwE A4qHv85YdxeUy8V7q1q1F4U5DXk6Y9E257vB1Q3o+dJ+qaqzbLorhYLCDgJGhFVVlZ nXtbosATrFjVWdV0zEN21fxfd4/O6IJr1hPTImYkcZee9J5bGPwRTLRFzglw7cdBKq Q8nwI67JZeiwKNXYF0O3tapi85Witu1WuvH19k57eIxGsKsekqomyA1VcNXlH8ieoX xBJs6oqu2NrRA== Date: Sun, 16 Feb 2025 15:21:40 +0000 From: Jonathan Cameron To: Antoniu Miclaus Cc: , , , , , , Nuno Sa Subject: Re: [PATCH v13 6/9] iio: adc: adi-axi-adc: set data format Message-ID: <20250216152140.605298ca@jic23-huawei> In-Reply-To: <20250214131955.31973-7-antoniu.miclaus@analog.com> References: <20250214131955.31973-1-antoniu.miclaus@analog.com> <20250214131955.31973-7-antoniu.miclaus@analog.com> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.48; x86_64-pc-linux-gnu) 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=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 14 Feb 2025 15:19:52 +0200 Antoniu Miclaus wrote: > Add support for selecting the data format within the AXI ADC ip. > > Add separate complatible string for the custom AD485X IP and implement > the necessary changes. > > Reviewed-by: Nuno Sa > Signed-off-by: Antoniu Miclaus This also needed hand merging, please check the result. I shuffled a few things around to what felt like a more logical ordering to me. Jonathan