Re: [PATCH v4] hwmon: (pmbus): Introduce page_change_delay
From: Guenter Roeck
Date: Sun Apr 06 2025 - 13:29:09 EST
On Fri, Apr 04, 2025 at 12:31:03PM -0700, William A. Kennington III wrote:
> We have some buggy pmbus devices that require a delay after performing a
> page change operation before trying to issue more commands to the
> device.
>
> This allows for a configurable delay after page changes, but not
> affecting other read or write operations.
>
> This makes a slight behavioral tweak to the existing delay logic, where
> it considers the longest of delays between operations, instead of always
> chosing the write delay over the access delay.
>
> Signed-off-by: William A. Kennington III <william@xxxxxxxxxxxxxxx>
I tried to apply your patch, but it fails. Please rebase to the upstream
kernel and resubmit.
Thanks,
Guenter