linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ceclan Dumitru <mitrutzceclan@gmail.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: linus.walleij@linaro.org, brgl@bgdev.pl, andy@kernel.org,
	linux-gpio@vger.kernel.org,
	"Lars-Peter Clausen" <lars@metafoo.de>,
	"Jonathan Cameron" <jic23@kernel.org>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Michael Walle" <michael@walle.cc>,
	"Andy Shevchenko" <andy.shevchenko@gmail.com>,
	"Arnd Bergmann" <arnd@arndb.de>,
	"ChiaEn Wu" <chiaen_wu@richtek.com>,
	"Niklas Schnelle" <schnelle@linux.ibm.com>,
	"Leonard Göhrs" <l.goehrs@pengutronix.de>,
	"Mike Looijmans" <mike.looijmans@topic.nl>,
	"Haibo Chen" <haibo.chen@nxp.com>,
	"Hugo Villeneuve" <hvilleneuve@dimonoff.com>,
	"Ceclan Dumitru" <dumitru.ceclan@analog.com>,
	linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v11 1/2] dt-bindings: adc: add AD7173
Date: Mon, 8 Jan 2024 11:11:40 +0200	[thread overview]
Message-ID: <3d44d8ec-8c31-40f4-afc4-78e5b7a9c79b@gmail.com> (raw)
In-Reply-To: <5b63afc1-3449-4231-b0f6-2b540237d725@linaro.org>



On 12/21/23 19:45, Krzysztof Kozlowski wrote:
> On 20/12/2023 11:48, Dumitru Ceclan wrote:
>> The AD7173 family offer a complete integrated Sigma-Delta ADC solution
>> which can be used in high precision, low noise single channel applications
>> or higher speed multiplexed applications. The Sigma-Delta ADC is intended
>> primarily for measurement of signals close to DC but also delivers
>> outstanding performance with input bandwidths out to ~10kHz.
>>
>> Signed-off-by: Dumitru Ceclan <mitrutzceclan@gmail.com>
>> ---
>> V10->V11
>>  - Fix example warning: '#gpio-cells' is a dependency of 'gpio-controller'
>>  - Add description to #gpio-cells property
>> V9->V10
> 
> None of your previous version were tested before sending, so I have
> really doubts that this version was.
> 
>>  - Fix dt_binding_check type warning from adi,reference-select
>> V8->v9
> 
> ...
> 
>> +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
>> +# Copyright 2023 Analog Devices Inc.
>> +%YAML 1.2
>> +---
>> +$id: http://devicetree.org/schemas/iio/adc/adi,ad7173.yaml#
>> +$schema: http://devicetree.org/meta-schemas/core.yaml#
>> +
>> +title: Analog Devices AD7173 ADC
>> +
>> +maintainers:
>> +  - Ceclan Dumitru <dumitru.ceclan@analog.com>
>> +
>> +description: |
>> +  Bindings for the Analog Devices AD717X ADC's. Datasheets for supported chips:
> 
> If there is going to be resend:
> Drop "Bindings for" and instead describe shortly the hardware. Also wrap
> above according to Linux coding style, so at 80.
> 
>> +    https://www.analog.com/media/en/technical-documentation/data-sheets/AD7172-2.pdf
>> +    https://www.analog.com/media/en/technical-documentation/data-sheets/AD7173-8.pdf
>> +    https://www.analog.com/media/en/technical-documentation/data-sheets/AD7175-2.pdf
>> +    https://www.analog.com/media/en/technical-documentation/data-sheets/AD7176-2.pdf
>> +
> 
> Rest looks good, so please tell did you test it?

Yes.

  reply	other threads:[~2024-01-08  9:11 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-20 10:48 [PATCH v11 1/2] dt-bindings: adc: add AD7173 Dumitru Ceclan
2023-12-20 10:48 ` [PATCH v11 2/2] iio: adc: ad7173: add AD7173 driver Dumitru Ceclan
2024-01-13 14:59   ` Jonathan Cameron
2023-12-21 17:45 ` [PATCH v11 1/2] dt-bindings: adc: add AD7173 Krzysztof Kozlowski
2024-01-08  9:11   ` Ceclan Dumitru [this message]
2024-01-09  2:58 ` Rob Herring
2024-01-15 21:53 ` David Lechner
2024-01-16 16:30   ` Jonathan Cameron
2024-01-17 12:43     ` Ceclan Dumitru
2024-01-17 16:37       ` Jonathan Cameron
2024-01-18  8:10         ` Ceclan Dumitru
2024-01-18  9:21           ` Jonathan Cameron
2024-01-17 12:30   ` Ceclan Dumitru
2024-01-17 16:46     ` Jonathan Cameron

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3d44d8ec-8c31-40f4-afc4-78e5b7a9c79b@gmail.com \
    --to=mitrutzceclan@gmail.com \
    --cc=andy.shevchenko@gmail.com \
    --cc=andy@kernel.org \
    --cc=arnd@arndb.de \
    --cc=brgl@bgdev.pl \
    --cc=chiaen_wu@richtek.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dumitru.ceclan@analog.com \
    --cc=haibo.chen@nxp.com \
    --cc=hvilleneuve@dimonoff.com \
    --cc=jic23@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=l.goehrs@pengutronix.de \
    --cc=lars@metafoo.de \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michael@walle.cc \
    --cc=mike.looijmans@topic.nl \
    --cc=robh+dt@kernel.org \
    --cc=schnelle@linux.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).