From: Guenter Roeck <linux@roeck-us.net>
To: Eugene Shalygin <eugene.shalygin@gmail.com>
Cc: Andy Shevchenko <andy.shevchenko@gmail.com>,
Denis Pauk <pauk.denis@gmail.com>,
Jean Delvare <jdelvare@suse.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
linux-hwmon@vger.kernel.org
Subject: Re: [ASUS EC Sensors v7 1/3] hwmon: (asus-ec-sensors) add driver for ASUS EC
Date: Wed, 19 Jan 2022 16:45:40 -0800 [thread overview]
Message-ID: <20220120004540.GD3474033@roeck-us.net> (raw)
In-Reply-To: <CAB95QATvQPZ-s4dCWeqKcSZ9Rfx9uK1AyoM9Kk3biPfvXh5r5g@mail.gmail.com>
On Wed, Jan 19, 2022 at 04:25:41AM +0100, Eugene Shalygin wrote:
> I did not read carefully what I committed and now two small
> corrections are required (see inline). Should I resend again?
>
Wait for a couple of days in case there is test coverage
or other feedback.
Guenter
> On Tue, 18 Jan 2022 at 17:53, Eugene Shalygin <eugene.shalygin@gmail.com> wrote:
> > + DMI_EXACT_MATCH_BOARD(VENDOR_ASUS_UPPER_CASE, "ROG STRIX X570-F GAMING",
> > + SENSOR_SET_TEMP_CHIPSET_CPU_MB |
> > + SENSOR_TEMP_T_SENSOR | SENSOR_FAN_CHIPSET
> Redundant line break.
> > + ),
> > + DMI_EXACT_MATCH_BOARD(VENDOR_ASUS_UPPER_CASE, "ROG STRIX X570-I GAMING",
> > + SENSOR_TEMP_T_SENSOR | SENSOR_FAN_VRM_HS |
> > + SENSOR_FAN_CHIPSET | SENSOR_CURR_CPU),
>
>
> > +struct ec_sensors_data {
> > + unsigned long board_sensors;
> > + struct ec_sensor *sensors;
> > + /** EC registers to read from */
> > + u16 *registers;
> > + u8 *read_buffer;
> > + /** sorted list of unique register banks */
> > + u8 banks[ASUS_EC_MAX_BANK + 1];
> > + /** in jiffies */
> > + unsigned long last_updated;
> > + acpi_handle aml_mutex;
> > + /** number of board EC sensors */
> > + u8 nr_sensors;
> > + /** number of EC registers to read (sensor might span more than 1 register) */
> > + u8 nr_registers;
> > + /** number of unique register banks */
> > + u8 nr_banks;
> > +};
>
> Forgot to remove doc-comments.
>
> Thanks,
> Eugene
next prev parent reply other threads:[~2022-01-20 0:45 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-18 16:53 [ASUS EC Sensors v7 0/3] Eugene Shalygin
2022-01-18 16:53 ` [ASUS EC Sensors v7 1/3] hwmon: (asus-ec-sensors) add driver for ASUS EC Eugene Shalygin
2022-01-19 3:25 ` Eugene Shalygin
2022-01-20 0:45 ` Guenter Roeck [this message]
2022-01-22 20:13 ` Oleksandr Natalenko
2022-01-18 16:53 ` [ASUS EC Sensors v7 2/3] hwmon: (asus-ec-sensors) update documentation Eugene Shalygin
2022-01-18 16:53 ` [ASUS EC Sensors v7 3/3] hwmon: deprecate asis_wmi_ec_sensors driver Eugene Shalygin
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=20220120004540.GD3474033@roeck-us.net \
--to=linux@roeck-us.net \
--cc=andy.shevchenko@gmail.com \
--cc=eugene.shalygin@gmail.com \
--cc=jdelvare@suse.com \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pauk.denis@gmail.com \
/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.