mbox series

[v1,0/4] pseries-wdt: initial support for PAPR virtual watchdog timers

Message ID 20220520183552.33426-1-cheloha@linux.ibm.com
Headers show
Series pseries-wdt: initial support for PAPR virtual watchdog timers | expand

Message

Scott Cheloha May 20, 2022, 6:35 p.m. UTC
This series is preceded by two RFCs:

RFC v1: https://lore.kernel.org/linux-watchdog/20220413165104.179144-1-cheloha@linux.ibm.com/
RFC v2: https://lore.kernel.org/linux-watchdog/20220509174357.5448-1-cheloha@linux.ibm.com/

Changes of note from RFC v2:

- Separate platform device registration in pseries/setup.c into a
  separate patch to avoid cross-subsystem patches.

- Change the "action" module parameter to use integers instead of
  strings.

- Add a proper .get method, action_get(), for reading the "action"
  module parameter value.

- Document pseries-wdt module parameters in watchdog-parameters.rst.

- Correct many checkpatch.pl warnings.

- For now, assume there is only one pseries-wdt device and always
  assign it watchdogNumber 1.