summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/of_xilinx_wdt.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog: of_xilinx_wdt: drop warning after registering deviceWolfram Sang2019-07-081-3/+1Star
* watchdog: of_xilinx_wdt: Convert to use device managed functions and other im...Guenter Roeck2019-05-051-32/+26Star
* watchdog: Convert to use devm_platform_ioremap_resourceGuenter Roeck2019-05-051-3/+1Star
* watchdog: simplify getting .drvdataWolfram Sang2018-05-211-4/+2Star
* watchdog: add SPDX identifiers for watchdog subsystemMarcus Folkesson2018-03-241-6/+2Star
* watchdog: of_xilinx_wdt: Add suspend/resume supportMichal Simek2017-09-091-0/+38
* watchdog: of_xilinx_wdt: Add support for reading freq via CCFMaulik Jodhani2017-09-091-13/+32
* watchdog: xilinx: Add clock supportShubhrajyoti Datta2016-09-231-2/+23
* watchdog: xilinx: Remove .owner field for driverMichal Simek2014-10-201-1/+0Star
* watchdog: xilinx: Make of_device_id array constJingoo Han2014-06-101-1/+1
* watchdog: xilinx: Remove no_timeout variableMichal Simek2014-03-311-9/+4Star
* watchdog: xilinx: Use correct comment indentationMichal Simek2014-03-311-4/+4
* watchdog: xilinx: Use of_property_read_u32Michal Simek2014-03-311-17/+12Star
* watchdog: xilinx: Fix all printk messagesMichal Simek2014-03-311-8/+8
* watchdog: xilinx: Allocate private structure per deviceMichal Simek2014-03-311-42/+55
* watchdog: xilinx: Move no_timeout to probe functionMichal Simek2014-03-311-5/+3Star
* watchdog: xilinx: Simplify probe and remove functionsMichal Simek2014-03-311-32/+9Star
* watchdog: xilinx: Move control_status_reg to functionsMichal Simek2014-03-311-1/+6
* watchdog: xilinx: Convert driver to the watchdog frameworkMichal Simek2014-03-311-172/+32Star
* watchdog: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-03-311-1/+0Star
* watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsJean Delvare2013-11-171-1/+0Star
* watchdog: xilinx: Setup the origin compatible stringMichal Simek2013-07-111-0/+1
* watchdog: xilinx: Fix driver headerMichal Simek2013-07-111-20/+10Star
* watchdog: remove use of __devexitBill Pemberton2012-11-281-1/+1
* watchdog: remove use of __devinitdataBill Pemberton2012-11-281-1/+1
* watchdog: remove use of __devinitBill Pemberton2012-11-281-1/+1
* watchdog: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* watchdog: xilinx: Read clock frequency directly from DT nodeMichal Simek2012-07-231-1/+1
* watchdog: Use pr_<fmt> and pr_<level>Joe Perches2012-03-271-23/+18Star
* watchdog: convert drivers/watchdog/* to use module_platform_driver()Axel Lin2012-01-061-12/+1Star
* watchdog: Add Xilinx watchdog timer driverAlejandro Cabrera2011-07-261-0/+433