From: Jonathan Cameron <jic23@kernel.org>
To: Kyle Hsieh <kylehsieh1995@gmail.com>
Cc: "Lars-Peter Clausen" <lars@metafoo.de>,
"Michael Hennerich" <Michael.Hennerich@analog.com>,
"David Lechner" <dlechner@baylibre.com>,
"Nuno Sá" <nuno.sa@analog.com>,
"Andy Shevchenko" <andy@kernel.org>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Liam Beguin" <liambeguin@gmail.com>,
linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 0/2] iio: adc: ltc2309: add support driver for ltc2305
Date: Sat, 27 Dec 2025 18:07:50 +0000 [thread overview]
Message-ID: <20251227180750.1e7fd7d9@jic23-huawei> (raw)
In-Reply-To: <20251224-add_ltc2305_driver-v2-0-061f78cf45a3@gmail.com>
On Wed, 24 Dec 2025 13:37:13 +0800
Kyle Hsieh <kylehsieh1995@gmail.com> wrote:
> The series add support for ltc2305 controller from
> Linear Technology Corporation(lltc).
> This is low noise, low power, 2 channels 12-bit successive
> approximation ADCs.
>
> Signed-off-by: Kyle Hsieh <kylehsieh1995@gmail.com>
> ---
> Changes in v2:
> - Reordered chip descriptions and code from low to high order.
> - Renamed chip info structure to use ltc2309 driver prefix.
> - Switched to i2c_get_match_data().
> - Removed unused variables.
> - Added chip info to i2c_device_id table.
> - Link to v1: https://lore.kernel.org/r/20251223-add_ltc2305_driver-v1-0-dfa0827fd620@gmail.com
>
Hi Kyle,
Welcome to IIO.
General best practice is to always wait at least a few days (I'd typically
go with a week) between first few versions of a patch so that there is
time for multiple reviewers to take a look. That's particularly true
when holidays are occurring in some parts of the world!
Jonathan
> ---
> Kyle Hsieh (2):
> dt-bindings: adc: ltc2497: add support for ltc2305
> iio: adc: ltc2309: add support for ltc2305
>
> .../devicetree/bindings/iio/adc/lltc,ltc2497.yaml | 7 +++
> drivers/iio/adc/ltc2309.c | 51 +++++++++++++++++++---
> 2 files changed, 53 insertions(+), 5 deletions(-)
> ---
> base-commit: 9448598b22c50c8a5bb77a9103e2d49f134c9578
> change-id: 20251223-add_ltc2305_driver-728fa9161bc7
>
> Best regards,
prev parent reply other threads:[~2025-12-27 18:08 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-24 5:37 [PATCH v2 0/2] iio: adc: ltc2309: add support driver for ltc2305 Kyle Hsieh
2025-12-24 5:37 ` [PATCH v2 1/2] dt-bindings: adc: ltc2497: add support " Kyle Hsieh
2025-12-27 12:39 ` Krzysztof Kozlowski
2025-12-30 1:08 ` Kyle Hsieh
2025-12-24 5:37 ` [PATCH v2 2/2] iio: adc: ltc2309: " Kyle Hsieh
2025-12-27 14:55 ` Andy Shevchenko
2025-12-27 18:18 ` Jonathan Cameron
2025-12-30 1:13 ` Kyle Hsieh
2025-12-27 18:07 ` Jonathan Cameron [this message]
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=20251227180750.1e7fd7d9@jic23-huawei \
--to=jic23@kernel.org \
--cc=Michael.Hennerich@analog.com \
--cc=andy@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dlechner@baylibre.com \
--cc=krzk+dt@kernel.org \
--cc=kylehsieh1995@gmail.com \
--cc=lars@metafoo.de \
--cc=liambeguin@gmail.com \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nuno.sa@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