Re: [PATCH v5] hwmon: (pmbus): Introduce page_change_delay
From: Guenter Roeck
Date: Mon Apr 07 2025 - 17:58:11 EST
On Mon, Apr 07, 2025 at 01:10:02PM -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>
Applied.
Thanks,
Guenter