1. 47b45c4 watchdog: mpc8xxx_wdt: Constify static struct watchdog_ops by Rikard Falkeborn · 3 years, 5 months ago
  2. 0b9491b watchdog: convert comma to semicolon by Zheng Yongjun · 4 years ago
  3. a239027 watchdog: mpc8xxx_wdt: drop warning after registering device by Wolfram Sang · 6 years ago
  4. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  5. 81df6db watchdog: mpc8xxx_wdt: Convert to use device managed functions and other improvements by Guenter Roeck · 6 years ago
  6. 0f0a6a2 watchdog: Convert to use devm_platform_ioremap_resource by Guenter Roeck · 6 years ago
  7. 38e48b7 watchdog: mpc8xxx: provide boot status by Christophe Leroy · 6 years ago
  8. 79b10e0 watchdog: mpc8xxx: use dev_xxxx() instead of pr_xxxx() by Christophe Leroy · 6 years ago
  9. 19ce949 watchdog: mpc8xxx: use the core worker function by Christophe Leroy · 7 years ago
  10. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  11. f01d74c watchdog: mpc8xxx: Remove unneeded linux/miscdevice.h include by Corentin Labbe · 8 years ago
  12. 72cd501 watchdog: mpc8xxx: use better error code when watchdog cannot be enabled by Uwe Kleine-König · 9 years ago
  13. 7997eba watchdog: mpc8xxx: use dynamic memory for device specific data by Uwe Kleine-König · 9 years ago
  14. de5f712 watchdog: mpc8xxx: use devm_ioremap_resource to map memory by Uwe Kleine-König · 9 years ago
  15. f0ded83 watchdog: mpc8xxx: make use of of_device_get_match_data by Uwe Kleine-König · 9 years ago
  16. 50ffb53 watchdog: mpc8xxx: simplify registration by Uwe Kleine-König · 9 years ago
  17. a57e06f watchdog: mpc8xxx: remove dead code by Uwe Kleine-König · 9 years ago
  18. fa21a58 watchdog: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  19. 4af897f watchdog: mpc8xxx_wdt: MPC8xx is HW enabled by Christophe Leroy · 11 years ago
  20. d5cfaf0 watchdog: mpc8xxx_wdt convert to watchdog core by Christophe Leroy · 11 years ago
  21. 487722c watchdog: Get rid of MODULE_ALIAS_MISCDEV statements by Jean Delvare · 11 years ago
  22. 5af5073 drivers: clean-up prom.h implicit includes by Rob Herring · 11 years ago
  23. 4b12b89 watchdog: remove use of __devexit by Bill Pemberton · 12 years ago
  24. 2d991a1 watchdog: remove use of __devinit by Bill Pemberton · 12 years ago
  25. 8226871 watchdog: remove use of __devexit_p by Bill Pemberton · 12 years ago
  26. 639397e watchdog/mpc8xxx: add a const qualifier by Arnd Bergmann · 13 years ago
  27. 86a1e18 watchdog: nowayout is bool by Wim Van Sebroeck · 13 years ago
  28. 27c766a watchdog: Use pr_<fmt> and pr_<level> by Joe Perches · 13 years ago
  29. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  30. b1608d6 drivercore: revert addition of of_match to struct device by Grant Likely · 14 years ago
  31. d856b41 watchdog: mpc8xxx_wdt: fix build by Peter Korsgaard · 14 years ago
  32. 4b0e976 Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 14 years ago
  33. 5f3b275 watchdog: cleanup spaces before tabs by Wim Van Sebroeck · 14 years ago
  34. 1c48a5c dt: Eliminate of_platform_{,un}register_driver by Grant Likely · 14 years ago
  35. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  36. de2b606 watchdog: Fix build failure with OF changes by Michael Guntsche · 15 years ago
  37. 76550d3 watchdog: fix several MODULE_PARM_DESC strings by Randy Dunlap · 15 years ago
  38. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 15 years ago
  39. 42747d7 [WATCHDOG] watchdog_info constify by Wim Van Sebroeck · 15 years ago
  40. 593fc17 [WATCHDOG] mpc8xxx_wdt: fix modular build by Anton Vorontsov · 16 years ago
  41. 0d7b101 [WATCHDOG] mpc8xxx_wdt: add support for MPC8xx watchdogs by Anton Vorontsov · 16 years ago
  42. cb55d28 [WATCHDOG] mpc8xxx_wdt: fix build by Anton Vorontsov · 16 years ago
  43. 59ca1b0 [WATCHDOG] mpc8xxx_wdt: various renames, mostly s/mpc83xx/mpc8xxx/g by Anton Vorontsov · 16 years ago
  44. 28acd02 [WATCHDOG] mpc83xx_wdt: rename to mpc8xxx_wdt by Anton Vorontsov · 16 years ago[Renamed from drivers/watchdog/mpc83xx_wdt.c]
  45. 500c919 [WATCHDOG] mpc83xx_wdt: add support for MPC86xx CPUs by Anton Vorontsov · 16 years ago
  46. ef8ab12 [WATCHDOG] mpc83xx_wdt: convert to the OF platform driver by Anton Vorontsov · 16 years ago
  47. f26ef3d [WATCHDOG 26/57] mpc watchdog: clean up and locking by Alan Cox · 17 years ago
  48. f37d193 watchdog: fix platform driver hotplug/coldplug by Kay Sievers · 17 years ago
  49. c7dfd0c [WATCHDOG] spin_lock_init() fixes by Alexey Dobriyan · 17 years ago
  50. b7e04f8 mv watchdog tree under drivers by Wim Van Sebroeck · 17 years ago[Renamed from drivers/char/watchdog/mpc83xx_wdt.c]
  51. 5c4eb61 [WATCHDOG] WDIOC_GETSTATUS and WDIOC_GETBOOTSTATUS clean-up by Wim Van Sebroeck · 17 years ago
  52. 795b89d [WATCHDOG] use ENOTTY instead of ENOIOCTLCMD in ioctl() by Samuel Tardieu · 18 years ago
  53. 62322d2 [PATCH] make more file_operation structs static by Arjan van de Ven · 18 years ago
  54. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  55. fabbfb9 [PATCH] powerpc: Add support for the MPC83xx watchdog by Kumar Gala · 19 years ago