summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/mpc8xxx_wdt.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog: mpc8xxx: Remove unneeded linux/miscdevice.h includeCorentin Labbe2016-12-161-1/+0
* watchdog: mpc8xxx: use better error code when watchdog cannot be enabledUwe Kleine-König2015-09-091-1/+1
* watchdog: mpc8xxx: use dynamic memory for device specific dataUwe Kleine-König2015-09-091-35/+53
* watchdog: mpc8xxx: use devm_ioremap_resource to map memoryUwe Kleine-König2015-09-091-12/+7
* watchdog: mpc8xxx: make use of of_device_get_match_dataUwe Kleine-König2015-09-091-4/+2
* watchdog: mpc8xxx: simplify registrationUwe Kleine-König2015-09-091-31/+7
* watchdog: mpc8xxx: remove dead codeUwe Kleine-König2015-09-091-13/+2
* watchdog: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* watchdog: mpc8xxx_wdt: MPC8xx is HW enabledChristophe Leroy2014-03-311-0/+1
* watchdog: mpc8xxx_wdt convert to watchdog coreChristophe Leroy2014-01-281-73/+37
* watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsJean Delvare2013-11-171-1/+0
* drivers: clean-up prom.h implicit includesRob Herring2013-10-091-0/+1
* watchdog: remove use of __devexitBill Pemberton2012-11-281-1/+1
* watchdog: remove use of __devinitBill Pemberton2012-11-281-1/+1
* watchdog: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* watchdog/mpc8xxx: add a const qualifierArnd Bergmann2012-09-111-1/+1
* watchdog: nowayout is boolWim Van Sebroeck2012-03-271-2/+2
* watchdog: Use pr_<fmt> and pr_<level>Joe Perches2012-03-271-6/+7
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* drivercore: revert addition of of_match to struct deviceGrant Likely2011-05-181-2/+5
* watchdog: mpc8xxx_wdt: fix buildPeter Korsgaard2011-04-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2011-03-171-3/+3
|\
| * watchdog: cleanup spaces before tabsWim Van Sebroeck2011-03-151-3/+3
* | dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-281-6/+9
|/
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-2/+2
* watchdog: Fix build failure with OF changesMichael Guntsche2010-06-021-1/+1
* watchdog: fix several MODULE_PARM_DESC stringsRandy Dunlap2010-05-251-1/+1
* of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-4/+4
* [WATCHDOG] watchdog_info constifyWim Van Sebroeck2010-03-071-1/+1
* [WATCHDOG] mpc8xxx_wdt: fix modular buildAnton Vorontsov2008-08-261-1/+10
* [WATCHDOG] mpc8xxx_wdt: add support for MPC8xx watchdogsAnton Vorontsov2008-08-061-11/+33
* [WATCHDOG] mpc8xxx_wdt: fix buildAnton Vorontsov2008-08-061-1/+1
* [WATCHDOG] mpc8xxx_wdt: various renames, mostly s/mpc83xx/mpc8xxx/gAnton Vorontsov2008-08-061-52/+52
* [WATCHDOG] mpc83xx_wdt: rename to mpc8xxx_wdtAnton Vorontsov2008-08-061-0/+294
OpenPOWER on IntegriCloud