summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/cadence_wdt.c
Commit message (Collapse)AuthorAgeFilesLines
* watchdog: drop owner assignment from platform_driversWolfram Sang2015-01-211-1/+0
| | | | | | | | This platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
* watchdog: Add Cadence WDT driverHarini Katakam2014-10-201-0/+516
Add Cadence WDT driver. This is used by Xilinx Zynq. Signed-off-by: Harini Katakam <harinik@xilinx.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>