From: Guenter Roeck <linux@roeck-us.net>
To: Adam Wujek <dev_public@wujek.eu>
Cc: Jean Delvare <jdelvare@suse.com>,
linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] hwmod: (pmbus) disable PEC if not enabled
Date: Tue, 19 Apr 2022 18:00:38 -0700 [thread overview]
Message-ID: <d2d09fe1-dada-e844-cafa-da48424855a4@roeck-us.net> (raw)
In-Reply-To: <20220419205228.303952-1-dev_public@wujek.eu>
On 4/19/22 13:53, Adam Wujek wrote:
> Explicitly disable PEC when the client does not support it.
> Without the explicit disable, when the device with the PEC support is removed
> later when a device without PEC support is inserted into the same address,
> the driver uses the old value of client->flags which contains the I2C_CLIENT_PEC
> flag. As a consequence the PEC is used when it should not.
>
> Signed-off-by: Adam Wujek <dev_public@wujek.eu>
> ---
> drivers/hwmon/pmbus/pmbus_core.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/hwmon/pmbus/pmbus_core.c b/drivers/hwmon/pmbus/pmbus_core.c
> index 82c3754e21e3..f8ca36759b0a 100644
> --- a/drivers/hwmon/pmbus/pmbus_core.c
> +++ b/drivers/hwmon/pmbus/pmbus_core.c
> @@ -2014,6 +2014,8 @@ static int pmbus_init_common(struct i2c_client *client, struct pmbus_data *data,
> ret = i2c_smbus_read_byte_data(client, PMBUS_CAPABILITY);
> if (ret >= 0 && (ret & PB_CAPABILITY_ERROR_CHECK))
> client->flags |= I2C_CLIENT_PEC;
> + else
> + client->flags &= ~I2C_CLIENT_PEC;
>
I just realized that this patch is not based on the latest
kernel version. Please rebase.
Guenter
next prev parent reply other threads:[~2022-04-20 1:00 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-19 20:53 Adam Wujek
2022-04-19 22:00 ` Guenter Roeck
2022-04-19 22:10 ` wujek dev
2022-04-19 23:46 ` Guenter Roeck
2022-04-20 1:00 ` Guenter Roeck [this message]
2022-04-20 12:54 ` Adam Wujek
2022-04-20 13:55 ` Guenter Roeck
2022-04-20 14:51 ` [v3 PATCH] hwmon: " Adam Wujek
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=d2d09fe1-dada-e844-cafa-da48424855a4@roeck-us.net \
--to=linux@roeck-us.net \
--cc=dev_public@wujek.eu \
--cc=jdelvare@suse.com \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.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
all inboxes | Powered by JetHome®