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 52C4D223DFF; Fri, 25 Apr 2025 20:58:31 +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=1745614712; cv=none; b=o5/zNMpY8KfcdfycinO3EtJOj/6sTrAHgVSmoHHb3UP1eok6G4w/PRT9fKTc1YSrerxqfMq4/kG0Tg5CmISNkFKIgrnsuSRlAfi4U5oZ2chgJT+ui3StnxTO7ISsigMLY8Q6w3h/KTqFbx+0UJLaVjC+H0yglSkIOBwo/10UD+Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745614712; c=relaxed/simple; bh=u8rem+r7gx79gYxvys3BADmn5fPu7FO5pWb44JXABFk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=KhErf3hvIYnWCy9mco+Oig324eH6bPBACeMGBGs/BniI1QAymoBMl9J/0DiRiTzLOkUiGmMSI8PM3n3w3cyvrdy+iuvt1NDoFUpcsZ8NLLveZSNKeFoqKBcA93p2ebBz0JWOQ9tdPBcK/Ajp3FtWG5WMlVMDzXu8ATXdRM3pR9s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lQFIj9fb; 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="lQFIj9fb" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7A9EBC4CEE4; Fri, 25 Apr 2025 20:58:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1745614711; bh=u8rem+r7gx79gYxvys3BADmn5fPu7FO5pWb44JXABFk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lQFIj9fbYb92Ll/HVB5bNshQlBb9ByulxlZ4gqxUYOLkFIsr82uNKFIbwD59EOo5G yFZCWHvpsVEHOhlcRJE2nOvZsGa7BK/6yuhIlPNlZduIOxuaq7Orvue1KhP1F3Ypt4 YqTty19M4HeXAPIKoh3SfhVnGI/8+miTsUMkzAvpnLydN+S0D9ZImroKcVBghpvRYS 7PI7B0JaY+/7qD8zBuHzdvKi4QCOjP68WK/0YLejGcqqzwMSzzdRDqzN8rNPTHUvCs +z6r5Ra64Ez1D/ZxCotS66g1WNO/zIoVAW0KA1EZBNwzZO+DKQQ1gvlrW0bXQH5rUQ VEWYNFhUb8X6Q== Date: Fri, 25 Apr 2025 15:58:29 -0500 From: "Rob Herring (Arm)" To: Jorge Marques Cc: Krzysztof Kozlowski , Michael Hennerich , David Lechner , Nuno =?iso-8859-1?Q?S=E1?= , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Andy Shevchenko , Jonathan Corbet , linux-iio@vger.kernel.org, linux-doc@vger.kernel.org, linux-pwm@vger.kernel.org, Conor Dooley , devicetree@vger.kernel.org, Lars-Peter Clausen , linux-kernel@vger.kernel.org, Jonathan Cameron Subject: Re: [PATCH v2 3/5] dt-bindings: iio: adc: Add adi,ad4052 Message-ID: <174561468464.3094452.2482613375239857117.robh@kernel.org> References: <20250422-iio-driver-ad4052-v2-0-638af47e9eb3@analog.com> <20250422-iio-driver-ad4052-v2-3-638af47e9eb3@analog.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250422-iio-driver-ad4052-v2-3-638af47e9eb3@analog.com> On Tue, 22 Apr 2025 13:34:48 +0200, Jorge Marques wrote: > Add dt-bindings for AD4052 family, devices AD4050/AD4052/AD4056/AD4058, > low-power with monitor capabilities SAR ADCs. > Each variant of the family differs in speed and resolution, resulting > in different scan types and spi word sizes, that are matched by the > compatible with the chip_info. > The device contains one input (cnv) and two outputs (gp0, gp1). > > Signed-off-by: Jorge Marques > --- > .../devicetree/bindings/iio/adc/adi,ad4052.yaml | 98 ++++++++++++++++++++++ > MAINTAINERS | 6 ++ > 2 files changed, 104 insertions(+) > Reviewed-by: Rob Herring (Arm)