1. 4dc1eb4 watchdog: s3c2410: Fix infinite interrupt in soft mode by Krzysztof Kozlowski · 7 years ago
  2. 882dec1 watchdog: s3c2410_wdt: Add max and min timeout values by Javier Martinez Canillas · 8 years ago
  3. 4d8b229 watchdog: Add 'action' and 'data' parameters to restart handler callback by Guenter Roeck · 8 years ago
  4. c71f5cd watchdog: s3c2410_wdt: use core restart handler by Damien Riegel · 9 years ago
  5. 6551881 Watchdog: Fix parent of watchdog_devices by Pratyush Anand · 9 years ago
  6. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  7. 5476b2b watchdog: s3c2410_wdt: Fix the mask bit offset for Exynos7 by Abhilash Kesavan · 10 years ago
  8. a8a93c6 Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next by Greg Kroah-Hartman · 10 years ago
  9. f286e13 watchdog: s3c2410: add restart handler by Heiko Stuebner · 10 years ago
  10. 2b9366b watchdog: s3c2410_wdt: Add support for Watchdog device on Exynos7 by Naveen Krishna Chatradhi · 10 years ago
  11. fa21a58 watchdog: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  12. 01b6af9 watchdog: s3c2410_wdt: Check return value of clk_prepare_enable by Sachin Kamat · 10 years ago
  13. a94dd87 watchdog: s3c2410_wdt: Remove unneeded initialization by Sachin Kamat · 10 years ago
  14. 8126334 watchdog: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  15. cffc9a6 watchdog: s3c2410_wdt: Report when the watchdog reset the system by Doug Anderson · 10 years ago
  16. 4f1f653 watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu register by Leela Krishna Amudala · 10 years ago
  17. 1786244 watchdog: s3c2410_wdt: Handle rounding a little better for timeout by Doug Anderson · 10 years ago
  18. 0f1dd98 watchdog: s3c2410_wdt: Only register for cpufreq on ARM_S3C24XX_CPUFREQ by Doug Anderson · 10 years ago
  19. 487722c watchdog: Get rid of MODULE_ALIAS_MISCDEV statements by Jean Delvare · 11 years ago
  20. bd5cc11 watchdog: s3c2410_wdt: simplify use of devm_ioremap_resource by Julia Lawall · 11 years ago
  21. af4ea63 watchdog: s3c2410_wdt: remove the global variables by Leela Krishna Amudala · 11 years ago
  22. 0183984c watchdog: s3c2410_wdt: convert s3c2410wdt to dev_pm_ops by Jingoo Han · 11 years ago
  23. 3828924 watchdog: s3c2410_wdt: use dev_err()/dev_info() instead of pr_err()/pr_info() by Jingoo Han · 11 years ago
  24. a8f5401 watchdog: s3c2410_wdt: Use local register definitions by Tomasz Figa · 11 years ago
  25. 6330c70 watchdog: Convert to devm_ioremap_resource() by Sachin Kamat · 11 years ago
  26. c1fd5f6 watchdog: add timeout-sec property binding by Fabio Porcedda · 11 years ago
  27. 04ecc7d watchdog: s3c2410_wdt: Use devm_* functions by Jingoo Han · 11 years ago
  28. 50d854c8 watchdog: s3c2410_wdt: use clk_prepare_enable and clk_disable_unprepare by Thomas Abraham · 12 years ago
  29. 4b12b89 watchdog: remove use of __devexit by Bill Pemberton · 12 years ago
  30. 2d991a1 watchdog: remove use of __devinit by Bill Pemberton · 12 years ago
  31. 8226871 watchdog: remove use of __devexit_p by Bill Pemberton · 12 years ago
  32. 6b761b2 watchdog: s3c2410_wdt: Use module_platform_driver() by Sachin Kamat · 12 years ago
  33. 5f2430f watchdog: s3c2410_wdt: Set timeout to actually achieved timeout by Hans de Goede · 12 years ago
  34. 3016a55 watchdog: s3c2410-wdt: Use of_match_ptr(). by Wim Van Sebroeck · 12 years ago
  35. ccd4144 watchdog: fix compiler error for missing parenthesis by Jaehoon Chung · 12 years ago
  36. 0197c1c watchdog: fix set_timeout operations by Wim Van Sebroeck · 12 years ago
  37. 86a1e18 watchdog: nowayout is bool by Wim Van Sebroeck · 12 years ago
  38. 27c766a watchdog: Use pr_<fmt> and pr_<level> by Joe Perches · 12 years ago
  39. 78d3e00 watchdog: fix error in probe() of s3c2410_wdt (reset at booting) by MyungJoo Ham · 12 years ago
  40. ff0b3cd watchdog: add nowayout helpers to Watchdog Timer Driver Kernel API by Wim Van Sebroeck · 12 years ago
  41. 20403e8 watchdog: fix initialisation printout in s3c2410_wdt by Dmitry Artamonow · 13 years ago
  42. 25dc46e watchdog: s3c2410: convert to use the watchdog framework by Wolfram Sang · 13 years ago
  43. 9487a9c watchdog: s3c2410: Add support for device tree based probe by Thomas Abraham · 13 years ago
  44. f72401e watchdog: s3c2410_wdt.c: Convert release_resource to release_region/release_mem_region by Julia Lawall · 13 years ago
  45. 5f3b275 watchdog: cleanup spaces before tabs by Wim Van Sebroeck · 13 years ago
  46. 9a37256 watchdog: s3c2410_wdt - Fix removing of platform device by Wim Van Sebroeck · 14 years ago
  47. 100fb76 watchdog: s3c2410_wdt - Fix on handling of the request_mem_region fail by Banajit Goswami · 14 years ago
  48. 76550d3 watchdog: fix several MODULE_PARM_DESC strings by Randy Dunlap · 14 years ago
  49. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  50. b782a56 [WATCHDOG] use resource_size() by H Hartley Sweeten · 14 years ago
  51. e02f838 [WATCHDOG] CPUFREQ: S3C24XX Watchdog frequency scaling support. by Ben Dooks · 15 years ago
  52. a77dba7 [WATCHDOG] Some more general cleanup by Wim Van Sebroeck · 15 years ago
  53. e856359 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into s3c-moves2 by Ben Dooks · 16 years ago
  54. 180ee70 [ARM] S3C: Move regs-watchdog.h to arch/arm/plat-s3c/include/plat by Ben Dooks · 16 years ago
  55. 29fa058 [PATCH] Switch all my contributions stuff to a single common address by Alan Cox · 16 years ago
  56. 0e65fb2 [WATCHDOG] Fix s3c2410_wdt driver coding style issues by Ben Dooks · 16 years ago
  57. 9e3eaf1 [WATCHDOG] Clean out header of s3c2410_wdt driver. by Ben Dooks · 16 years ago
  58. b4253f8 [WATCHDOG] Fix NULL usage in s3c2410_wdt driver. by Ben Dooks · 16 years ago
  59. 8b5942c [ARM] Fix a pile of broken watchdog drivers by Adrian Bunk · 16 years ago
  60. 097d9eb Merge Linus' latest into master by Russell King · 16 years ago
  61. c1ec829 Fix up duplicate '__s3c2410wdt_stop()' function by Linus Torvalds · 16 years ago
  62. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  63. 0c06090 [WATCHDOG] Coding style - Indentation - part 2 by Wim Van Sebroeck · 16 years ago
  64. 41dc8b7 s3c2410_wdt watchdog driver: Locking and coding style by Alan Cox · 16 years ago
  65. f37d193 watchdog: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  66. fa9363c [WATCHDOG] replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  67. b7e04f8 mv watchdog tree under drivers by Wim Van Sebroeck · 17 years ago[Renamed from drivers/char/watchdog/s3c2410_wdt.c]
  68. b430708 [WATCHDOG] s3c2410_wdt: fixup after arch include moves by Ben Dooks · 17 years ago
  69. e8ef92b [WATCHDOG] change s3c2410_wdt to using dev_() macros for output by Ben Dooks · 17 years ago
  70. 46b814d [WATCHDOG] s3c2410_wdt announce initialisation by Ben Dooks · 17 years ago
  71. 62be0741 [WATCHDOG] s3c2410_wdt - initialize watchdog irq resource by Arnaud Patard · 17 years ago
  72. bffda5c [WATCHDOG] show default value for nowayout in module parameter by Wim Van Sebroeck · 17 years ago
  73. 9cd4461 [WATCHDOG] fix clk_get() error check by Akinobu Mita · 17 years ago
  74. 0b6dd8a [WATCHDOG] s3c2410_wdt exit driver via labels by Ben Dooks · 17 years ago
  75. 6d03a68e Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 18 years ago
  76. e34477e [WATCHDOG] ioremap balanced with iounmap for drivers/char/watchdog/s3c2410_wdt.c by Amol Lad · 18 years ago
  77. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  78. 795b89d [WATCHDOG] use ENOTTY instead of ENOIOCTLCMD in ioctl() by Samuel Tardieu · 18 years ago
  79. 25ff378 [WATCHDOG] s3c24XX nowayout by Ben Dooks · 18 years ago
  80. 62322d2 [PATCH] make more file_operation structs static by Arjan van de Ven · 18 years ago
  81. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  82. 655516c [WATCHDOG] s3c2410_wdt.c stop watchdog after boot by Ben Dooks · 18 years ago
  83. f8ce254 [ARM] Move asm/hardware/clock.h to linux/clk.h by Russell King · 18 years ago
  84. a8d3584 [ARM] Remove clk_use()/clk_unuse() by Russell King · 18 years ago
  85. 3ae5eae [DRIVER MODEL] Convert platform drivers to use struct platform_driver by Russell King · 19 years ago
  86. 30da940 [WATCHDOG] s3c2410 wdt - add .owner field by Ben Dooks · 19 years ago
  87. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  88. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 19 years ago
  89. 7b4af95 [WATCHDOG] s3c2410_wdt.c-state_warning.patch by Arnaud Patard (Rtp) · 19 years ago
  90. 94f1e9f [WATCHDOG] s3c2410 watchdog - replace reboot notifier by Ben Dooks · 19 years ago
  91. af4bb82 [WATCHDOG] s3c2410 watchdog power management by Ben Dooks · 19 years ago
  92. 4bfdf37 [PATCH] consolidate CONFIG_WATCHDOG_NOWAYOUT handling by Andrey Panin · 19 years ago
  93. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago