aboutsummaryrefslogtreecommitdiff
path: root/drivers/watchdog/mpc8xxx_wdt.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-13watchdog: Explicitly include correct DT includesGravatar Rob Herring 1-2/+2
2021-08-22watchdog: mpc8xxx_wdt: Constify static struct watchdog_opsGravatar Rikard Falkeborn 1-1/+1
2020-12-17watchdog: convert comma to semicolonGravatar Zheng Yongjun 1-2/+2
2019-07-08watchdog: mpc8xxx_wdt: drop warning after registering deviceGravatar Wolfram Sang 1-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-05-05watchdog: mpc8xxx_wdt: Convert to use device managed functions and other impr...Gravatar Guenter Roeck 1-14/+3
2019-05-05watchdog: Convert to use devm_platform_ioremap_resourceGravatar Guenter Roeck 1-2/+1
2018-10-13watchdog: mpc8xxx: provide boot statusGravatar Christophe Leroy 1-0/+22
2018-10-02watchdog: mpc8xxx: use dev_xxxx() instead of pr_xxxx()Gravatar Christophe Leroy 1-12/+12
2017-12-28watchdog: mpc8xxx: use the core worker functionGravatar Christophe Leroy 1-45/+38
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-4/+3
2016-12-16watchdog: mpc8xxx: Remove unneeded linux/miscdevice.h includeGravatar Corentin Labbe 1-1/+0
2015-09-09watchdog: mpc8xxx: use better error code when watchdog cannot be enabledGravatar Uwe Kleine-König 1-1/+1
2015-09-09watchdog: mpc8xxx: use dynamic memory for device specific dataGravatar Uwe Kleine-König 1-35/+53
2015-09-09watchdog: mpc8xxx: use devm_ioremap_resource to map memoryGravatar Uwe Kleine-König 1-12/+7
2015-09-09watchdog: mpc8xxx: make use of of_device_get_match_dataGravatar Uwe Kleine-König 1-4/+2
2015-09-09watchdog: mpc8xxx: simplify registrationGravatar Uwe Kleine-König 1-31/+7
2015-09-09watchdog: mpc8xxx: remove dead codeGravatar Uwe Kleine-König 1-13/+2
2014-10-20watchdog: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-03-31watchdog: mpc8xxx_wdt: MPC8xx is HW enabledGravatar Christophe Leroy 1-0/+1
2014-01-28watchdog: mpc8xxx_wdt convert to watchdog coreGravatar Christophe Leroy 1-73/+37
2013-11-17watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsGravatar Jean Delvare 1-1/+0
2013-10-09drivers: clean-up prom.h implicit includesGravatar Rob Herring 1-0/+1
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-09-11watchdog/mpc8xxx: add a const qualifierGravatar Arnd Bergmann 1-1/+1
2012-03-27watchdog: nowayout is boolGravatar Wim Van Sebroeck 1-2/+2
2012-03-27watchdog: Use pr_<fmt> and pr_<level>Gravatar Joe Perches 1-6/+7
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 1-1/+1
2011-05-18drivercore: revert addition of of_match to struct deviceGravatar Grant Likely 1-2/+5
2011-04-07watchdog: mpc8xxx_wdt: fix buildGravatar Peter Korsgaard 1-1/+1
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogGravatar Linus Torvalds 1-3/+3
2011-03-15watchdog: cleanup spaces before tabsGravatar Wim Van Sebroeck 1-3/+3
2011-02-28dt: Eliminate of_platform_{,un}register_driverGravatar Grant Likely 1-6/+9
2010-08-06of/device: Replace struct of_device with struct platform_deviceGravatar Grant Likely 1-2/+2
2010-06-02watchdog: Fix build failure with OF changesGravatar Michael Guntsche 1-1/+1
2010-05-25watchdog: fix several MODULE_PARM_DESC stringsGravatar Randy Dunlap 1-1/+1
2010-05-22of: Remove duplicate fields from of_platform_driverGravatar Grant Likely 1-4/+4
2010-03-07[WATCHDOG] watchdog_info constifyGravatar Wim Van Sebroeck 1-1/+1
2008-08-26[WATCHDOG] mpc8xxx_wdt: fix modular buildGravatar Anton Vorontsov 1-1/+10
2008-08-06[WATCHDOG] mpc8xxx_wdt: add support for MPC8xx watchdogsGravatar Anton Vorontsov 1-11/+33
2008-08-06[WATCHDOG] mpc8xxx_wdt: fix buildGravatar Anton Vorontsov 1-1/+1
2008-08-06[WATCHDOG] mpc8xxx_wdt: various renames, mostly s/mpc83xx/mpc8xxx/gGravatar Anton Vorontsov 1-52/+52
2008-08-06[WATCHDOG] mpc83xx_wdt: rename to mpc8xxx_wdtGravatar Anton Vorontsov 1-0/+294