Devicetree
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Marek Vasut <marex@nabladev.com>
Cc: linux-hwmon@vger.kernel.org, Conor Dooley <conor+dt@kernel.org>,
	Flaviu Nistor <flaviu.nistor@gmail.com>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Rob Herring <robh@kernel.org>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] hwmon: (tmp102) Add TMP113 device ID
Date: Thu, 13 Aug 2026 04:51:56 -0700	[thread overview]
Message-ID: <1cf0f701-e52d-4adf-91c9-e6b1a8753acc@roeck-us.net> (raw)
In-Reply-To: <20260813090456.70816-2-marex@nabladev.com>

On Thu, Aug 13, 2026 at 11:04:24AM +0200, Marek Vasut wrote:
> The TMP113 temperature sensor part is register compatible with TMP102,
> add non-DT I2C device ID. Unlike TMP102 and TMP110, the TMP113 does
> have additional unique ID registers, those are currently unused.
> 
> Signed-off-by: Marek Vasut <marex@nabladev.com>

Applied.

Thanks,
Guenter

> ---
> Cc: Conor Dooley <conor+dt@kernel.org>
> Cc: Flaviu Nistor <flaviu.nistor@gmail.com>
> Cc: Guenter Roeck <linux@roeck-us.net>
> Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
> Cc: Rob Herring <robh@kernel.org>
> Cc: devicetree@vger.kernel.org
> Cc: linux-hwmon@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org
> ---
>  drivers/hwmon/tmp102.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/hwmon/tmp102.c b/drivers/hwmon/tmp102.c
> index 26c461e95175b..50a8b050d8da1 100644
> --- a/drivers/hwmon/tmp102.c
> +++ b/drivers/hwmon/tmp102.c
> @@ -397,6 +397,7 @@ static DEFINE_SIMPLE_DEV_PM_OPS(tmp102_dev_pm_ops, tmp102_suspend, tmp102_resume
>  static const struct i2c_device_id tmp102_id[] = {
>  	{ .name = "tmp102" },
>  	{ .name = "tmp110" },
> +	{ .name = "tmp113" },
>  	{ }
>  };
>  MODULE_DEVICE_TABLE(i2c, tmp102_id);

  reply	other threads:[~2026-08-13 11:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-13  9:04 [PATCH 1/2] dt-bindings: hwmon: tmp102: Document TMP113 Marek Vasut
2026-08-13  9:04 ` [PATCH 2/2] hwmon: (tmp102) Add TMP113 device ID Marek Vasut
2026-08-13 11:51   ` Guenter Roeck [this message]
2026-08-13 12:00     ` Marek Vasut

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=1cf0f701-e52d-4adf-91c9-e6b1a8753acc@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=flaviu.nistor@gmail.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marex@nabladev.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