summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/imgpdc_wdt.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* watchdog: imgpdc_wdt: Convert to use device managed functions and other impro...Guenter Roeck2019-05-051-55/+36Star
* watchdog: Convert to use devm_platform_ioremap_resourceGuenter Roeck2019-05-051-3/+1Star
* headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* watchdog: constify watchdog_info structuresBhumika Goyal2017-02-241-1/+1
* watchdog: Add 'action' and 'data' parameters to restart handler callbackGuenter Roeck2016-03-011-1/+2
* watchdog: imgpdc_wdt: use core restart handlerDamien Riegel2015-12-131-22/+12Star
* watchdog: imgpdc: Unregister restart handler on removeEzequiel Garcia2015-09-091-0/+1
* watchdog: imgpdc: Add some documentation about the timeoutEzequiel Garcia2015-06-221-0/+29
* watchdog: imgpdc: Fix max timeoutEzequiel Garcia2015-06-221-1/+5
* watchdog: imgpdc: Add reboot supportAndrew Bresticker2015-06-221-0/+21
* watchdog: imgpdc: Set timeout before starting watchdogAndrew Bresticker2015-06-221-5/+13
* watchdog: imgpdc: Allow timeout to be set in device-treeAndrew Bresticker2015-06-221-7/+3Star
* watchdog: imgpdc: Fix default heartbeatJames Hogan2015-03-271-3/+3
* watchdog: imgpdc: Fix probe NULL pointer dereferenceJames Hogan2015-03-271-1/+1
* watchdog: ImgTec PDC Watchdog Timer DriverNaidu Tellapati2015-02-171-0/+289