mbox series

[v3,0/4] HWMON LM90 interrupt fixes and improvements

Message ID 20210618215455.19986-1-digetx@gmail.com (mailing list archive)
Headers show
Series HWMON LM90 interrupt fixes and improvements | expand

Message

Dmitry Osipenko June 18, 2021, 9:54 p.m. UTC
Hi,

This series makes interrupt usable on NVIDIA Tegra devices, it also
switches LM90 driver to use hwmon_notify_event().

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(-)

Comments

Guenter Roeck June 19, 2021, 11:10 a.m. UTC | #1
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
>