From: David Lechner <dlechner@baylibre.com>
To: Marcelo Schmitt <marcelo.schmitt1@gmail.com>
Cc: Marcelo Schmitt <marcelo.schmitt@analog.com>,
lars@metafoo.de, Michael.Hennerich@analog.com, jic23@kernel.org,
robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/4] dt-bindings: iio: adc: adi,ad4000: Add PulSAR
Date: Mon, 18 Nov 2024 12:33:40 -0600 [thread overview]
Message-ID: <02e0efcf-99c8-4c42-ae66-925c08a544b8@baylibre.com> (raw)
In-Reply-To: <ZzuGtvdrD6D06rEp@debian-BULLSEYE-live-builder-AMD64>
On 11/18/24 12:25 PM, Marcelo Schmitt wrote:
> On 11/18, Marcelo Schmitt wrote:
>> On 11/15, David Lechner wrote:
>>> On 11/14/24 5:50 PM, Marcelo Schmitt wrote:
>>>> Extend the AD4000 series device tree documentation to also describe
>>>> PulSAR devices.
>>>>
>>>> Signed-off-by: Marcelo Schmitt <marcelo.schmitt@analog.com>
>>>> ---
>>>> .../bindings/iio/adc/adi,ad4000.yaml | 115 +++++++++++++++++-
>>>> 1 file changed, 114 insertions(+), 1 deletion(-)
>>>>
>>>> diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad4000.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad4000.yaml
>>>> index e413a9d8d2a2..35049071a9de 100644
>>>> --- a/Documentation/devicetree/bindings/iio/adc/adi,ad4000.yaml
>>>> +++ b/Documentation/devicetree/bindings/iio/adc/adi,ad4000.yaml
>>>> @@ -19,6 +19,21 @@ description: |
>>>> https://www.analog.com/media/en/technical-documentation/data-sheets/ad4020-4021-4022.pdf
>>>> https://www.analog.com/media/en/technical-documentation/data-sheets/adaq4001.pdf
>>>> https://www.analog.com/media/en/technical-documentation/data-sheets/adaq4003.pdf
>>>> + https://www.analog.com/media/en/technical-documentation/data-sheets/ad7685.pdf
>>>> + https://www.analog.com/media/en/technical-documentation/data-sheets/ad7686.pdf
>>>> + https://www.analog.com/media/en/technical-documentation/data-sheets/ad7687.pdf
>>>> + https://www.analog.com/media/en/technical-documentation/data-sheets/ad7688.pdf
>>>> + https://www.analog.com/media/en/technical-documentation/data-sheets/ad7690.pdf
>>>> + https://www.analog.com/media/en/technical-documentation/data-sheets/ad7691.pdf
>>>> + https://www.analog.com/media/en/technical-documentation/data-sheets/ad7693.pdf
>>>> + https://www.analog.com/media/en/technical-documentation/data-sheets/ad7694.pdf
>>>> + https://www.analog.com/media/en/technical-documentation/data-sheets/ad7942.pdf
>>>> + https://www.analog.com/media/en/technical-documentation/data-sheets/ad7946.pdf
>>>> + https://www.analog.com/media/en/technical-documentation/data-sheets/ad7980.pdf
>>>> + https://www.analog.com/media/en/technical-documentation/data-sheets/ad7982.pdf
>>>> + https://www.analog.com/media/en/technical-documentation/data-sheets/ad7983.pdf
>>>> + https://www.analog.com/media/en/technical-documentation/data-sheets/ad7984.pdf
>>>> + https://www.analog.com/media/en/technical-documentation/data-sheets/ad7988-1_7988-5.pdf
>>>
>>> It would be nice to sort these lowest number first.
>>
>> Ack
>>
> Actually, I didn't get how I'm expected to sort those.
> Isn't ad4000 < ad7685?
> Or did you mean to put adaq at the end?
>
> ad4000-4004-4008.pdf
> ...
> ad4020-4021-4022.pdf
> ad7685.pdf
> ...
> ad7988-1_7988-5.pdf
> adaq4001.pdf
> adaq4003.pdf
>
I think all of the 6s, 8s and 9s were playing tricks on my brain when I wrote that.
Looking again now, it looks fine to me. Sorry for the noise.
next prev parent reply other threads:[~2024-11-18 18:33 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-14 23:50 [PATCH 0/4] Timestamp and PulSAR support for ad4000 Marcelo Schmitt
2024-11-14 23:50 ` [PATCH 1/4] dt-bindings: iio: adc: adi,ad4000: Add PulSAR Marcelo Schmitt
2024-11-15 17:06 ` David Lechner
2024-11-18 11:24 ` Marcelo Schmitt
2024-11-18 15:39 ` David Lechner
2024-11-18 18:25 ` Marcelo Schmitt
2024-11-18 18:33 ` David Lechner [this message]
2024-11-24 13:11 ` Jonathan Cameron
2024-11-25 18:43 ` Conor Dooley
2024-11-14 23:50 ` [PATCH 2/4] iio: adc: ad4000: Add timestamp channel Marcelo Schmitt
2024-11-15 17:07 ` David Lechner
2024-11-14 23:51 ` [PATCH 3/4] iio: adc: ad4000: Use device specific timing for SPI transfers Marcelo Schmitt
2024-11-15 17:07 ` David Lechner
2024-11-18 11:34 ` Marcelo Schmitt
2024-11-14 23:51 ` [PATCH 4/4] iio: adc: ad4000: Add support for PulSAR devices Marcelo Schmitt
2024-11-15 17:14 ` David Lechner
2024-11-18 11:37 ` Marcelo Schmitt
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=02e0efcf-99c8-4c42-ae66-925c08a544b8@baylibre.com \
--to=dlechner@baylibre.com \
--cc=Michael.Hennerich@analog.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jic23@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo.schmitt1@gmail.com \
--cc=marcelo.schmitt@analog.com \
--cc=robh@kernel.org \
/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
all inboxes | Powered by JetHome®