aboutsummaryrefslogtreecommitdiff
path: root/drivers/watchdog/max63xx_wdt.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-26watchdog: Convert GPL 2.0 notice to SPDX identifierGravatar Bagas Sanjaya 1-4/+1
2021-08-22watchdog: max63xx_wdt: Add device tree probingGravatar Linus Walleij 1-4/+20
2019-05-05watchdog: max63xx_wdt: Convert to use device managed functions and other impr...Gravatar Guenter Roeck 1-14/+6
2019-05-05watchdog: Convert to use devm_platform_ioremap_resourceGravatar Guenter Roeck 1-3/+1
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hGravatar Randy Dunlap 1-0/+1
2016-01-31watchdog: max63xx: make module's license marker match the headerGravatar Uwe Kleine-König 1-1/+1
2015-06-29watchdog: max63xx: dynamically allocate deviceGravatar Vivien Didelot 1-66/+104
2015-06-22watchdog: max63xx_wdt: Constify platform_device_idGravatar Krzysztof Kozlowski 1-1/+1
2014-10-20watchdog: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-03-31watchdog: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-12-10watchdog: Drop unnecessary include of miscdevice.hGravatar Guenter Roeck 1-1/+0
2013-11-17watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsGravatar Jean Delvare 1-1/+0
2013-01-25watchdog: Convert to devm_ioremap_resource()Gravatar Thierry Reding 1-3/+4
2012-11-28watchdog: remove use of __devexitGravatar 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-03-27watchdog: Convert max63xx_wdt driver to watchdog frameworkGravatar Axel Lin 1-159/+31
2012-03-27watchdog: nowayout is boolGravatar Wim Van Sebroeck 1-2/+2
2012-01-06watchdog: convert drivers/watchdog/* to use module_platform_driver()Gravatar Axel Lin 1-12/+1
2011-03-29watchdog: Convert release_resource to release_region/release_mem_regionGravatar Julia Lawall 1-12/+8
2011-03-15watchdog: cleanup spaces before tabsGravatar Wim Van Sebroeck 1-1/+1
2010-04-16[WATCHDOG] max63xx: be careful when disabling the watchdogGravatar Marc Zyngier 1-1/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-06[WATCHDOG] support for max63xx watchdog timer chipsGravatar Marc Zyngier 1-0/+397