aboutsummaryrefslogtreecommitdiff
path: root/drivers/watchdog/of_xilinx_wdt.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-21watchdog: of_xilinx_wdt: Skip printing pointer valueGravatar Srinivas Neeli 1-2/+2
2021-06-21watchdog: of_xilinx_wdt: Remove passing null pointerGravatar Srinivas Neeli 1-10/+9
2021-06-21watchdog: of_xilinx_wdt: Used dev_dbg()Gravatar Srinivas Goud 1-1/+3
2021-06-21watchdog: of_xilinx_wdt: Used BIT macroGravatar Srinivas Goud 1-4/+5
2021-06-21watchdog: of_xilinx_wdt: Add comment to spinlockGravatar Srinivas Goud 1-1/+1
2019-07-08watchdog: of_xilinx_wdt: drop warning after registering deviceGravatar Wolfram Sang 1-3/+1
2019-05-05watchdog: of_xilinx_wdt: Convert to use device managed functions and other im...Gravatar Guenter Roeck 1-32/+26
2019-05-05watchdog: Convert to use devm_platform_ioremap_resourceGravatar Guenter Roeck 1-3/+1
2018-05-21watchdog: simplify getting .drvdataGravatar Wolfram Sang 1-4/+2
2018-03-24watchdog: add SPDX identifiers for watchdog subsystemGravatar Marcus Folkesson 1-6/+2
2017-09-09watchdog: of_xilinx_wdt: Add suspend/resume supportGravatar Michal Simek 1-0/+38
2017-09-09watchdog: of_xilinx_wdt: Add support for reading freq via CCFGravatar Maulik Jodhani 1-13/+32
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