All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nuno Sa via B4 Relay <devnull+nuno.sa.analog.com@kernel.org>
To: linux-iio@vger.kernel.org, devicetree@vger.kernel.org
Cc: Jonathan Cameron <jic23@kernel.org>,
	 Lars-Peter Clausen <lars@metafoo.de>,
	 Michael Hennerich <Michael.Hennerich@analog.com>,
	 Rob Herring <robh+dt@kernel.org>,
	 Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	 Conor Dooley <conor+dt@kernel.org>, Nuno Sa <nuno.sa@analog.com>
Subject: [PATCH v3 0/3] iio: temperature: ltc2983: small improvements
Date: Fri, 01 Mar 2024 18:14:49 +0100	[thread overview]
Message-ID: <20240301-ltc2983-misc-improv-v3-0-c09516ac0efc@analog.com> (raw)

Hi Jonathan,

The quick v3 is only to fix the error in the bindings patch...

v1:
 * https://lore.kernel.org/all/20240222-ltc2983-misc-improv-v1-0-cf7d4457e98c@analog.com/

v2:
 * https://lore.kernel.org/all/20240229-ltc2983-misc-improv-v2-0-cc6f03da2529@analog.com/

v3:
 - Patch 2
   * Added vdd-supply to the dts example;

---
Nuno Sa (3):
      iio: temperature: ltc2983: convert to dev_err_probe()
      dt-bindings: iio: temperature: ltc2983: document power supply
      iio: temperature: ltc2983: support vdd regulator

 .../bindings/iio/temperature/adi,ltc2983.yaml      |   4 +
 drivers/iio/temperature/ltc2983.c                  | 267 ++++++++++-----------
 2 files changed, 131 insertions(+), 140 deletions(-)
---
base-commit: 74744b27ba8cb8c265263aa0ff0693350a8cbc19
change-id: 20240227-ltc2983-misc-improv-d9c4a3819b1f
--

Thanks!
- Nuno Sá


WARNING: multiple messages have this Message-ID (diff)
From: Nuno Sa <nuno.sa@analog.com>
To: linux-iio@vger.kernel.org, devicetree@vger.kernel.org
Cc: Jonathan Cameron <jic23@kernel.org>,
	 Lars-Peter Clausen <lars@metafoo.de>,
	 Michael Hennerich <Michael.Hennerich@analog.com>,
	 Rob Herring <robh+dt@kernel.org>,
	 Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	 Conor Dooley <conor+dt@kernel.org>, Nuno Sa <nuno.sa@analog.com>
Subject: [PATCH v3 0/3] iio: temperature: ltc2983: small improvements
Date: Fri, 01 Mar 2024 18:14:49 +0100	[thread overview]
Message-ID: <20240301-ltc2983-misc-improv-v3-0-c09516ac0efc@analog.com> (raw)

Hi Jonathan,

The quick v3 is only to fix the error in the bindings patch...

v1:
 * https://lore.kernel.org/all/20240222-ltc2983-misc-improv-v1-0-cf7d4457e98c@analog.com/

v2:
 * https://lore.kernel.org/all/20240229-ltc2983-misc-improv-v2-0-cc6f03da2529@analog.com/

v3:
 - Patch 2
   * Added vdd-supply to the dts example;

---
Nuno Sa (3):
      iio: temperature: ltc2983: convert to dev_err_probe()
      dt-bindings: iio: temperature: ltc2983: document power supply
      iio: temperature: ltc2983: support vdd regulator

 .../bindings/iio/temperature/adi,ltc2983.yaml      |   4 +
 drivers/iio/temperature/ltc2983.c                  | 267 ++++++++++-----------
 2 files changed, 131 insertions(+), 140 deletions(-)
---
base-commit: 74744b27ba8cb8c265263aa0ff0693350a8cbc19
change-id: 20240227-ltc2983-misc-improv-d9c4a3819b1f
--

Thanks!
- Nuno Sá


             reply	other threads:[~2024-03-01 17:14 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-01 17:14 Nuno Sa via B4 Relay [this message]
2024-03-01 17:14 ` [PATCH v3 0/3] iio: temperature: ltc2983: small improvements Nuno Sa
2024-03-01 17:14 ` [PATCH v3 1/3] iio: temperature: ltc2983: convert to dev_err_probe() Nuno Sa via B4 Relay
2024-03-01 17:14   ` Nuno Sa
2024-03-03 12:16   ` Jonathan Cameron
2024-03-04  7:54     ` Nuno Sá
2024-03-01 17:14 ` [PATCH v3 2/3] dt-bindings: iio: temperature: ltc2983: document power supply Nuno Sa via B4 Relay
2024-03-01 17:14   ` Nuno Sa
2024-03-04 10:22   ` Krzysztof Kozlowski
2024-03-01 17:14 ` [PATCH v3 3/3] iio: temperature: ltc2983: support vdd regulator Nuno Sa via B4 Relay
2024-03-01 17:14   ` Nuno Sa

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=20240301-ltc2983-misc-improv-v3-0-c09516ac0efc@analog.com \
    --to=devnull+nuno.sa.analog.com@kernel.org \
    --cc=Michael.Hennerich@analog.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jic23@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=nuno.sa@analog.com \
    --cc=robh+dt@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.