Re: [PATCH v2 2/4] hwmon: (pmbus/core) Add mapping function to pmbus_read_block_data()
From: Guenter Roeck
Date: Sat Sep 12 2026 - 10:33:32 EST
On Fri, Sep 11, 2026 at 02:53:38PM +0100, Nuno Sá wrote:
> This is in preparation for adding support to a device which needs to
> use it's own read_block implementation.
>
> The MAX20826 family is one such device. When not in PMBus page mode, each
> of its two rails sits at a different I2C address, so selecting the rail
> cannot be done through pmbus_set_page() and has to be handled by the
> driver.
>
> Signed-off-by: Nuno Sá <nuno.sa@xxxxxxxxxx>
Applied.
Thanks,
Guenter