1. 27 7月, 2016 1 次提交
  2. 25 7月, 2016 5 次提交
  3. 19 7月, 2016 2 次提交
    • G
      watchdog: sbsa: Drop status function · e035d8f7
      Guenter Roeck 提交于
      The watchdog status function is supposed to return WDIOF_ flags,
      not internal status flags. The available WDIOF_ flags are now
      returned by the watchdog core, so the status function in this driver
      is unnecessary.
      Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      e035d8f7
    • G
      watchdog: Implement status function in watchdog core · 90b826f1
      Guenter Roeck 提交于
      Up to now, the watchdog status function called a driver function,
      which was supposed to return the watchdog status. All but one
      driver using the watchdog core did not implement this function,
      and the driver implementing it did not implement it correctly
      (the function is supposed to return WDIOF_ flags). At the same time,
      at least some of the status information can be provided by the watchdog
      core.
      
      Provide the available status bits directly from the watchdog driver core.
      Call the driver status function if it exists to get the boot status, but
      always provide WDIOF_MAGICCLOSE and WDIOF_KEEPALIVEPING internally.
      This patch makes the 'status' sysfs attribute always available.
      This attribute is now displayed as hex number with 0x prepended to be
      easier to decode.
      Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      90b826f1
  4. 18 7月, 2016 31 次提交
  5. 18 6月, 2016 1 次提交