Re: [PATCH] hwmon: (pmbus_core) Allow to hook PMBUS_SMBALERT_MASK

From: Naresh Solanki
Date: Tue Jan 30 2024 - 12:02:17 EST


Hi Guenter,

On Tue, 30 Jan 2024 at 22:01, Guenter Roeck <linux@xxxxxxxxxxxx> wrote:
>
> On Tue, Jan 30, 2024 at 08:59:03PM +0530, Naresh Solanki wrote:
> > From: Patrick Rudolph <patrick.rudolph@xxxxxxxxxxxxx>
> >
> > Use _pmbus_write_word_data to allow intercepting writes to
> > PMBUS_SMBALERT_MASK in the custom chip specific code.
> >
> > This is required for MP2971/MP2973 which doesn't follow the
> > PMBUS specification for PMBUS_SMBALERT_MASK.
>
> Applied, but is there going to be a follow-up patch for those chips ?
Yes.

Regards,
Naresh
>
> Thanks,
> Guenter