Message ID | 20210618215455.19986-1-digetx@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | HWMON LM90 interrupt fixes and improvements | expand |
On Sat, Jun 19, 2021 at 12:54:51AM +0300, Dmitry Osipenko wrote: > Hi, > > This series makes interrupt usable on NVIDIA Tegra devices, it also > switches LM90 driver to use hwmon_notify_event(). > Series applied. Thanks, Guenter > Changelog: > > v3: - No code changes. Added changelog. > > v2: - Dropped "hwmon: (lm90) Use edge-triggered interrupt" patch > and replaced it with "hwmon: (lm90) Don't override interrupt > trigger type", as was discussed during review of v1. > > - Added these new patches: > > hwmon: (lm90) Use hwmon_notify_event() > hwmon: (lm90) Unmask hardware interrupt > hwmon: (lm90) Disable interrupt on suspend > > Dmitry Osipenko (4): > hwmon: (lm90) Don't override interrupt trigger type > hwmon: (lm90) Use hwmon_notify_event() > hwmon: (lm90) Unmask hardware interrupt > hwmon: (lm90) Disable interrupt on suspend > > drivers/hwmon/lm90.c | 79 ++++++++++++++++++++++++++++++++++++-------- > 1 file changed, 66 insertions(+), 13 deletions(-) > > -- > 2.30.2 >