Re: [PATCH v2 0/5] watchdog: hpwdt: Bug Fixes/Enhancement

2018-09-05 Thread Jerry Hoemann
On Wed, Aug 08, 2018 at 01:13:22PM -0600, Jerry Hoemann wrote: > Changes for v2 > > 1) Patch 0001: Simplify initialization of pretimeout removing #ifdef. > 2) Patch 0002: Loosen check on mynmi to accommodate potential FW issue. > 3) Patch 0003: Split dev_info into mulitple calls as output was gett

[PATCH v2 0/5] watchdog: hpwdt: Bug Fixes/Enhancement

2018-08-08 Thread Jerry Hoemann
Changes for v2 1) Patch 0001: Simplify initialization of pretimeout removing #ifdef. 2) Patch 0002: Loosen check on mynmi to accommodate potential FW issue. 3) Patch 0003: Split dev_info into mulitple calls as output was getting long. 4) Patch 0004: New: Add alias to module parameter soft_margin.