aboutsummaryrefslogtreecommitdiff
path: root/drivers/watchdog/of_xilinx_wdt.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-23watchdog: xilinx: Add clock supportGravatar Shubhrajyoti Datta 1-2/+23
2014-10-20watchdog: xilinx: Remove .owner field for driverGravatar Michal Simek 1-1/+0
2014-06-10watchdog: xilinx: Make of_device_id array constGravatar Jingoo Han 1-1/+1
2014-03-31watchdog: xilinx: Remove no_timeout variableGravatar Michal Simek 1-9/+4
2014-03-31watchdog: xilinx: Use correct comment indentationGravatar Michal Simek 1-4/+4
2014-03-31watchdog: xilinx: Use of_property_read_u32Gravatar Michal Simek 1-17/+12
2014-03-31watchdog: xilinx: Fix all printk messagesGravatar Michal Simek 1-8/+8
2014-03-31watchdog: xilinx: Allocate private structure per deviceGravatar Michal Simek 1-42/+55
2014-03-31watchdog: xilinx: Move no_timeout to probe functionGravatar Michal Simek 1-5/+3
2014-03-31watchdog: xilinx: Simplify probe and remove functionsGravatar Michal Simek 1-32/+9
2014-03-31watchdog: xilinx: Move control_status_reg to functionsGravatar Michal Simek 1-1/+6
2014-03-31watchdog: xilinx: Convert driver to the watchdog frameworkGravatar Michal Simek 1-172/+32
2014-03-31watchdog: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-11-17watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsGravatar Jean Delvare 1-1/+0
2013-07-11watchdog: xilinx: Setup the origin compatible stringGravatar Michal Simek 1-0/+1
2013-07-11watchdog: xilinx: Fix driver headerGravatar Michal Simek 1-20/+10
2012-11-28watchdog: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-28watchdog: remove use of __devinitdataGravatar Bill Pemberton 1-1/+1
2012-11-28watchdog: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-28watchdog: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-07-23watchdog: xilinx: Read clock frequency directly from DT nodeGravatar Michal Simek 1-1/+1
2012-03-27watchdog: Use pr_<fmt> and pr_<level>Gravatar Joe Perches 1-23/+18
2012-01-06watchdog: convert drivers/watchdog/* to use module_platform_driver()Gravatar Axel Lin 1-12/+1
2011-07-26watchdog: Add Xilinx watchdog timer driverGravatar Alejandro Cabrera 1-0/+433