All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Oleksandr Natalenko <oleksandr@natalenko.name>,
	Zev Weiss <zev@bewilderbeest.net>,
	Jean Delvare <jdelvare@suse.com>,
	linux-hwmon@vger.kernel.org
Cc: Renze Nicolai <renze@rnplus.nl>,
	openbmc@lists.ozlabs.org, linux-kernel@vger.kernel.org,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	devicetree@vger.kernel.org
Subject: Re: [PATCH v4 0/7] hwmon: (nct6775) Convert to regmap, add i2c support
Date: Sun, 1 May 2022 20:50:59 -0700	[thread overview]
Message-ID: <9632fee7-126c-2205-3a7b-4374dd9c2123@roeck-us.net> (raw)
In-Reply-To: <2508913.OsOuS879W0@natalenko.name>

On 5/1/22 08:18, Oleksandr Natalenko wrote:
> Hello.
> 
> On středa 27. dubna 2022 15:37:07 CEST Guenter Roeck wrote:
>> On 4/26/22 18:01, Zev Weiss wrote:
>>> This is v4 of my effort to add i2c support to the nct6775 hwmon
>>> driver.
>>>
>>
>> Thanks a lot for your effort.
>>
>> I applied patches 2..6 to hwmon-next. The first and the last
>> patch of the series will have to wait for DT maintainer approval.
> 
> Zev, sorry I'm late. I've just tested what went into hwmon-next (patches 2..6), and it didn't affect `sensors` output for me, so I guess this confirms what you asked me to do ("I don't have access to any asuswmi hardware, so testing of the nct6775-platform driver on that to ensure it doesn't break there would be appreciated (Oleksandr, perhaps?).").
> 
> Guenter, if it's not too late, please consider this as Tested-by: from me on this part of the submission.
> 

You'll have to provide a formal Tested-by: tag.

Guenter

WARNING: multiple messages have this Message-ID (diff)
From: Guenter Roeck <linux@roeck-us.net>
To: Oleksandr Natalenko <oleksandr@natalenko.name>,
	Zev Weiss <zev@bewilderbeest.net>,
	Jean Delvare <jdelvare@suse.com>,
	linux-hwmon@vger.kernel.org
Cc: devicetree@vger.kernel.org, openbmc@lists.ozlabs.org,
	linux-kernel@vger.kernel.org,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Renze Nicolai <renze@rnplus.nl>, Rob Herring <robh+dt@kernel.org>
Subject: Re: [PATCH v4 0/7] hwmon: (nct6775) Convert to regmap, add i2c support
Date: Sun, 1 May 2022 20:50:59 -0700	[thread overview]
Message-ID: <9632fee7-126c-2205-3a7b-4374dd9c2123@roeck-us.net> (raw)
In-Reply-To: <2508913.OsOuS879W0@natalenko.name>

On 5/1/22 08:18, Oleksandr Natalenko wrote:
> Hello.
> 
> On středa 27. dubna 2022 15:37:07 CEST Guenter Roeck wrote:
>> On 4/26/22 18:01, Zev Weiss wrote:
>>> This is v4 of my effort to add i2c support to the nct6775 hwmon
>>> driver.
>>>
>>
>> Thanks a lot for your effort.
>>
>> I applied patches 2..6 to hwmon-next. The first and the last
>> patch of the series will have to wait for DT maintainer approval.
> 
> Zev, sorry I'm late. I've just tested what went into hwmon-next (patches 2..6), and it didn't affect `sensors` output for me, so I guess this confirms what you asked me to do ("I don't have access to any asuswmi hardware, so testing of the nct6775-platform driver on that to ensure it doesn't break there would be appreciated (Oleksandr, perhaps?).").
> 
> Guenter, if it's not too late, please consider this as Tested-by: from me on this part of the submission.
> 

You'll have to provide a formal Tested-by: tag.

Guenter

  reply	other threads:[~2022-05-02  3:51 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-27  1:01 [PATCH v4 0/7] hwmon: (nct6775) Convert to regmap, add i2c support Zev Weiss
2022-04-27  1:01 ` Zev Weiss
2022-04-27  1:01 ` [PATCH v4 1/7] dt-bindings: hwmon: Add nuvoton,nct6775 Zev Weiss
2022-04-27  1:01   ` Zev Weiss
2022-04-27  6:04   ` Krzysztof Kozlowski
2022-04-27  6:04     ` Krzysztof Kozlowski
2022-04-27  6:44     ` Zev Weiss
2022-04-27  6:44       ` Zev Weiss
2022-04-27  7:00       ` Krzysztof Kozlowski
2022-04-27  7:00         ` Krzysztof Kozlowski
2022-04-27 16:37       ` Krzysztof Kozlowski
2022-04-27 16:37         ` Krzysztof Kozlowski
2022-04-27 20:05         ` Zev Weiss
2022-04-27 20:05           ` Zev Weiss
2022-04-27 14:18   ` Rob Herring
2022-04-27 14:18     ` Rob Herring
2022-04-27  1:01 ` [PATCH v4 2/7] hwmon: (nct6775) Convert register access to regmap API Zev Weiss
2022-04-27  1:01   ` Zev Weiss
2022-04-27  1:01 ` [PATCH v4 3/7] hwmon: (nct6775) Rearrange attr-group initialization Zev Weiss
2022-04-27  1:01   ` Zev Weiss
2022-04-27  1:01 ` [PATCH v4 4/7] hwmon: (nct6775) Add read-only mode Zev Weiss
2022-04-27  1:01   ` Zev Weiss
2022-04-27  1:01 ` [PATCH v4 5/7] hwmon: (nct6775) Convert S_I* permissions macros to octal Zev Weiss
2022-04-27  1:01   ` Zev Weiss
2022-04-27  1:01 ` [PATCH v4 6/7] hwmon: (nct6775) Split core and platform driver Zev Weiss
2022-04-27  1:01   ` Zev Weiss
2022-04-27  1:01 ` [PATCH v4 7/7] hwmon: (nct6775) Add i2c driver Zev Weiss
2022-04-27  1:01   ` Zev Weiss
2022-04-27 13:37 ` [PATCH v4 0/7] hwmon: (nct6775) Convert to regmap, add i2c support Guenter Roeck
2022-04-27 13:37   ` Guenter Roeck
2022-05-01 15:18   ` Oleksandr Natalenko
2022-05-01 15:18     ` Oleksandr Natalenko
2022-05-02  3:50     ` Guenter Roeck [this message]
2022-05-02  3:50       ` Guenter Roeck
2022-05-02  6:06   ` Oleksandr Natalenko
2022-05-02  6:06     ` Oleksandr Natalenko
2022-05-02 18:42     ` Guenter Roeck
2022-05-02 18:42       ` Guenter Roeck

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=9632fee7-126c-2205-3a7b-4374dd9c2123@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=devicetree@vger.kernel.org \
    --cc=jdelvare@suse.com \
    --cc=krzk@kernel.org \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=oleksandr@natalenko.name \
    --cc=openbmc@lists.ozlabs.org \
    --cc=renze@rnplus.nl \
    --cc=robh+dt@kernel.org \
    --cc=zev@bewilderbeest.net \
    /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.