aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/of_xilinx_wdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-23watchdog: xilinx: Add clock supportShubhrajyoti Datta1-2/+23
2014-10-20watchdog: xilinx: Remove .owner field for driverMichal Simek1-1/+0
2014-06-10watchdog: xilinx: Make of_device_id array constJingoo Han1-1/+1
2014-03-31watchdog: xilinx: Remove no_timeout variableMichal Simek1-9/+4
2014-03-31watchdog: xilinx: Use correct comment indentationMichal Simek1-4/+4
2014-03-31watchdog: xilinx: Use of_property_read_u32Michal Simek1-17/+12
2014-03-31watchdog: xilinx: Fix all printk messagesMichal Simek1-8/+8
2014-03-31watchdog: xilinx: Allocate private structure per deviceMichal Simek1-42/+55
2014-03-31watchdog: xilinx: Move no_timeout to probe functionMichal Simek1-5/+3
2014-03-31watchdog: xilinx: Simplify probe and remove functionsMichal Simek1-32/+9
2014-03-31watchdog: xilinx: Move control_status_reg to functionsMichal Simek1-1/+6
2014-03-31watchdog: xilinx: Convert driver to the watchdog frameworkMichal Simek1-172/+32
2014-03-31watchdog: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-17watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsJean Delvare1-1/+0
2013-07-11watchdog: xilinx: Setup the origin compatible stringMichal Simek1-0/+1
2013-07-11watchdog: xilinx: Fix driver headerMichal Simek1-20/+10
2012-11-28watchdog: remove use of __devexitBill Pemberton1-1/+1
2012-11-28watchdog: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-28watchdog: remove use of __devinitBill Pemberton1-1/+1
2012-11-28watchdog: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-23watchdog: xilinx: Read clock frequency directly from DT nodeMichal Simek1-1/+1
2012-03-27watchdog: Use pr_<fmt> and pr_<level>Joe Perches1-23/+18
2012-01-06watchdog: convert drivers/watchdog/* to use module_platform_driver()Axel Lin1-12/+1
2011-07-26watchdog: Add Xilinx watchdog timer driverAlejandro Cabrera1-0/+433