An error occurred fetching the project authors.
  1. 27 Oct, 2015 1 commit
  2. 09 Sep, 2015 2 commits
    • Wenyou Yang's avatar
      watchdog: add a driver to support SAMA5D4 watchdog timer · 76534860
      Wenyou Yang authored
      From SAMA5D4, the watchdog timer is upgrated with a new feature,
      which is describled as in the datasheet, "WDT_MR can be written
      until a LOCKMR command is issued in WDT_CR".
      That is to say, as long as the bootstrap and u-boot don't issue
      a LOCKMR command, WDT_MR can be written more than once in the driver.
      
      So the SAMA5D4 watchdog driver's implementation is different from
      the at91sam9260 watchdog driver implemented in file at91sam9_wdt.c.
      The user application open the device file to enable the watchdog timer
      hardware, and close to disable it, and set the watchdog timer timeout
      by seting WDV and WDD fields of WDT_MR register, and ping the watchdog
      by issuing WDRSTT command to WDT_CR register with hard-coded key.
      Signed-off-by: default avatarWenyou Yang <wenyou.yang@atmel.com>
      Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
      Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
      76534860
    • Ariel D'Alessandro's avatar
      watchdog: NXP LPC18xx Watchdog Timer Driver · 7c25f8c9
      Ariel D'Alessandro authored
      This commit adds support for the watchdog timer found in NXP LPC SoCs
      family, which includes LPC18xx/LPC43xx. Other SoCs in that family may
      share the same watchdog hardware.
      
      Watchdog driver registers a restart handler that will restart the system
      by performing an incorrect feed after ensuring the watchdog is enabled in
      reset mode.
      
      As watchdog cannot be disabled in hardware, driver's stop routine will
      regularly send a keepalive ping using a timer.
      Signed-off-by: default avatarAriel D'Alessandro <ariel@vanguardiasur.com.ar>
      Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
      Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
      7c25f8c9
  3. 22 Jun, 2015 3 commits
  4. 30 Apr, 2015 1 commit
  5. 17 Feb, 2015 2 commits
  6. 20 Oct, 2014 5 commits
  7. 24 Sep, 2014 1 commit
  8. 10 Jun, 2014 3 commits
  9. 31 Mar, 2014 1 commit
  10. 28 Jan, 2014 2 commits
  11. 17 Nov, 2013 3 commits
  12. 17 Sep, 2013 1 commit
  13. 10 Sep, 2013 1 commit
  14. 11 Jul, 2013 3 commits
  15. 30 Jun, 2013 1 commit
  16. 01 Mar, 2013 3 commits
  17. 13 Feb, 2013 1 commit
  18. 19 Dec, 2012 1 commit
  19. 30 May, 2012 1 commit
  20. 23 May, 2012 2 commits
  21. 06 Jan, 2012 1 commit
  22. 15 Nov, 2011 1 commit