Re: [PATCH v2 3/3] hwmon: (pmbus/core): Implement irq support

From: Naresh Solanki
Date: Tue Nov 29 2022 - 03:16:57 EST


Hi Guenter,

On 29-11-2022 04:39 am, Guenter Roeck wrote:
On 11/28/22 09:47, Naresh Solanki wrote:
From: Patrick Rudolph <patrick.rudolph@xxxxxxxxxxxxx>

Implement PMBUS irq handler to notify regulator events.

Signed-off-by: Patrick Rudolph <patrick.rudolph@xxxxxxxxxxxxx>
Signed-off-by: Naresh Solanki <Naresh.Solanki@xxxxxxxxxxxxx>

As I am sure I have mentioned before, this needs to primarily handle
sysfs notifications to hwmon status attributes and to generate kobject
events. Regulator events are secondary / optional.

Based on previous feedback, PMBus interrupt handler is made generic
Based on the use case I have in my machine, my application need to monitor regulator event as soon as they occur and hence the patch.


Thanks,
Guenter

Regards,
Naresh