Message ID | 20200416163514.7334-1-michaelsh@mellanox.com (mailing list archive) |
---|---|
Headers | show |
Series | support watchdog with longer timeout period | expand |
On Thu, Apr 16, 2020 at 7:35 PM <michaelsh@mellanox.com> wrote: > > From: Michael Shych <michaelsh@mellanox.com> > > This patchset adds support of extended new watchdog type 3 of Mellanox > Ethernet and Infiniband switch systems. > This type of watchdog can have a timeout period longer than 255 or 32 sec. > as it was before. > Pushed to my review and testing queue, thanks! > Michael Shych (4): > platform_data/mlxreg: support new watchdog type with longer timeout > period > platform/x86: mlx-platform: support new watchdog type with longer > timeout > watchdog: mlx-wdt: support new watchdog type with longer timeout > period > Documentation/watchdog: Add description of new watchdog type 3 > > Documentation/watchdog/mlx-wdt.rst | 9 +++ > drivers/platform/x86/mlx-platform.c | 106 +++++++++++++++++++++++++++++++ > drivers/watchdog/mlx_wdt.c | 75 +++++++++++++++++++++---- > include/linux/platform_data/mlxreg.h | 5 +- > 4 files changed, 183 insertions(+), 12 deletions(-) > > -- > 2.11.0 >
On Fri, Apr 17, 2020 at 4:41 PM Andy Shevchenko <andy.shevchenko@gmail.com> wrote: > > On Thu, Apr 16, 2020 at 7:35 PM <michaelsh@mellanox.com> wrote: > > > > From: Michael Shych <michaelsh@mellanox.com> > > > > This patchset adds support of extended new watchdog type 3 of Mellanox > > Ethernet and Infiniband switch systems. > > This type of watchdog can have a timeout period longer than 255 or 32 sec. > > as it was before. > > > > Pushed to my review and testing queue, thanks! Withdrawn due to changes requested. Please, address and resend. > > > > Michael Shych (4): > > platform_data/mlxreg: support new watchdog type with longer timeout > > period > > platform/x86: mlx-platform: support new watchdog type with longer > > timeout > > watchdog: mlx-wdt: support new watchdog type with longer timeout > > period > > Documentation/watchdog: Add description of new watchdog type 3 > > > > Documentation/watchdog/mlx-wdt.rst | 9 +++ > > drivers/platform/x86/mlx-platform.c | 106 +++++++++++++++++++++++++++++++ > > drivers/watchdog/mlx_wdt.c | 75 +++++++++++++++++++++---- > > include/linux/platform_data/mlxreg.h | 5 +- > > 4 files changed, 183 insertions(+), 12 deletions(-) > > > > -- > > 2.11.0 > > > > > -- > With Best Regards, > Andy Shevchenko
From: Michael Shych <michaelsh@mellanox.com> This patchset adds support of extended new watchdog type 3 of Mellanox Ethernet and Infiniband switch systems. This type of watchdog can have a timeout period longer than 255 or 32 sec. as it was before. Michael Shych (4): platform_data/mlxreg: support new watchdog type with longer timeout period platform/x86: mlx-platform: support new watchdog type with longer timeout watchdog: mlx-wdt: support new watchdog type with longer timeout period Documentation/watchdog: Add description of new watchdog type 3 Documentation/watchdog/mlx-wdt.rst | 9 +++ drivers/platform/x86/mlx-platform.c | 106 +++++++++++++++++++++++++++++++ drivers/watchdog/mlx_wdt.c | 75 +++++++++++++++++++++---- include/linux/platform_data/mlxreg.h | 5 +- 4 files changed, 183 insertions(+), 12 deletions(-)