aboutsummaryrefslogtreecommitdiff
path: root/drivers/watchdog/lpc18xx_wdt.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-21watchdog: Fix possible use-after-free by calling del_timer_sync()Gravatar Zou Wei 1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-05-05watchdog: lpc18xx_wdt: Convert to use device managed functions and other impr...Gravatar Guenter Roeck 1-26/+17
2019-05-05watchdog: Convert to use devm_platform_ioremap_resourceGravatar Guenter Roeck 1-3/+1
2018-03-03watchdog: lpc18xx: remove assignment of unused ret-valueGravatar Marcus Folkesson 1-1/+1
2017-11-02watchdog: lpc18xx_wdt: Convert timers to use timer_setup()Gravatar Kees Cook 1-6/+7
2017-02-24watchdog: constify watchdog_info structuresGravatar Bhumika Goyal 1-1/+1
2016-03-01watchdog: Add 'action' and 'data' parameters to restart handler callbackGravatar Guenter Roeck 1-1/+2
2015-12-13watchdog: lpc18xx_wdt: use core restart handlerGravatar Damien Riegel 1-31/+21
2015-09-09watchdog: lpc18xx_wdt_get_timeleft() can be staticGravatar Fengguang Wu 1-1/+1
2015-09-09watchdog: NXP LPC18xx Watchdog Timer DriverGravatar Ariel D'Alessandro 1-0/+340