aboutsummaryrefslogtreecommitdiff
path: root/drivers/watchdog/mpc8xxx_wdt.c
AgeCommit message (Expand)Author
2018-10-13watchdog: mpc8xxx: provide boot statusChristophe Leroy
2018-10-02watchdog: mpc8xxx: use dev_xxxx() instead of pr_xxxx()Christophe Leroy
2017-12-28watchdog: mpc8xxx: use the core worker functionChristophe Leroy
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2016-12-16watchdog: mpc8xxx: Remove unneeded linux/miscdevice.h includeCorentin Labbe
2015-09-09watchdog: mpc8xxx: use better error code when watchdog cannot be enabledUwe Kleine-König
2015-09-09watchdog: mpc8xxx: use dynamic memory for device specific dataUwe Kleine-König
2015-09-09watchdog: mpc8xxx: use devm_ioremap_resource to map memoryUwe Kleine-König
2015-09-09watchdog: mpc8xxx: make use of of_device_get_match_dataUwe Kleine-König
2015-09-09watchdog: mpc8xxx: simplify registrationUwe Kleine-König
2015-09-09watchdog: mpc8xxx: remove dead codeUwe Kleine-König
2014-10-20watchdog: drop owner assignment from platform_driversWolfram Sang
2014-03-31watchdog: mpc8xxx_wdt: MPC8xx is HW enabledChristophe Leroy
2014-01-28watchdog: mpc8xxx_wdt convert to watchdog coreChristophe Leroy
2013-11-17watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsJean Delvare
2013-10-09drivers: clean-up prom.h implicit includesRob Herring
2012-11-28watchdog: remove use of __devexitBill Pemberton
2012-11-28watchdog: remove use of __devinitBill Pemberton
2012-11-28watchdog: remove use of __devexit_pBill Pemberton
2012-09-11watchdog/mpc8xxx: add a const qualifierArnd Bergmann
2012-03-27watchdog: nowayout is boolWim Van Sebroeck
2012-03-27watchdog: Use pr_<fmt> and pr_<level>Joe Perches
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely
2011-04-07watchdog: mpc8xxx_wdt: fix buildPeter Korsgaard
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds
2011-03-15watchdog: cleanup spaces before tabsWim Van Sebroeck
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely
2010-06-02watchdog: Fix build failure with OF changesMichael Guntsche
2010-05-25watchdog: fix several MODULE_PARM_DESC stringsRandy Dunlap
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely
2010-03-07[WATCHDOG] watchdog_info constifyWim Van Sebroeck
2008-08-26[WATCHDOG] mpc8xxx_wdt: fix modular buildAnton Vorontsov
2008-08-06[WATCHDOG] mpc8xxx_wdt: add support for MPC8xx watchdogsAnton Vorontsov
2008-08-06[WATCHDOG] mpc8xxx_wdt: fix buildAnton Vorontsov
2008-08-06[WATCHDOG] mpc8xxx_wdt: various renames, mostly s/mpc83xx/mpc8xxx/gAnton Vorontsov
2008-08-06[WATCHDOG] mpc83xx_wdt: rename to mpc8xxx_wdtAnton Vorontsov