- f7bcb02 watchdog: s3c2410: Fix getting the optional clock by Sam Protsenko · 3 years, 1 month ago
- a51f589 watchdog: s3c2410: Use platform_get_irq() to get the interrupt by Lad Prabhakar · 3 years ago
- cd4eadf watchdog: s3c2410: Add Exynos850 support by Sam Protsenko · 3 years, 1 month ago
- 1a47cda watchdog: s3c2410: Remove superfluous err label by Sam Protsenko · 3 years, 1 month ago
- e249d01 watchdog: s3c2410: Support separate source clock by Sam Protsenko · 3 years, 1 month ago
- cf3fad4 watchdog: s3c2410: Cleanup PMU related code by Sam Protsenko · 3 years, 1 month ago
- aa220bc watchdog: s3c2410: Add support for WDT counter enable register by Sam Protsenko · 3 years, 1 month ago
- 370bc7f watchdog: s3c2410: Implement a way to invert mask reg value by Sam Protsenko · 3 years, 1 month ago
- 2bd33bb watchdog: s3c2410: Extract disable and mask code into separate functions by Sam Protsenko · 3 years, 1 month ago
- 8d9fdf6 watchdog: s3c2410: Make reset disable register optional by Sam Protsenko · 3 years, 1 month ago
- a90102e watchdog: s3c2410: Let kernel kick watchdog by Sam Protsenko · 3 years, 1 month ago
- f197d47 watchdog: s3c2410: Fail probe if can't find valid timeout by Sam Protsenko · 3 years, 1 month ago
- 386f465 watchdog: s3c2410_wdt: drop warning after registering device by Wolfram Sang · 6 years ago
- c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
- 0f0a6a2 watchdog: Convert to use devm_platform_ioremap_resource by Guenter Roeck · 6 years ago
- 08497f2 watchdog: s3c2410: Minor code cleanup by Krzysztof Kozlowski · 8 years ago
- a9a02c4 watchdog: s3c2410: Simplify getting driver data by Krzysztof Kozlowski · 8 years ago
- 58415ef watchdog: s3c2410: Constify local structures by Krzysztof Kozlowski · 8 years ago
- e3a60ea watchdog: s3c2410: Add prefix to local function by Krzysztof Kozlowski · 8 years ago
- 456f53d watchdog: s3c2410: Use dev_dbg instead of pr_info by Krzysztof Kozlowski · 8 years ago
- 0b44554 watchdog: s3c2410: Fix infinite interrupt in soft mode by Krzysztof Kozlowski · 8 years ago
- 4f21195 watchdog: s3c2410: Remove confusing CONFIG prefix from local defines by Krzysztof Kozlowski · 8 years ago
- b893e34 watchdog: constify watchdog_ops structures by Bhumika Goyal · 8 years ago
- 882dec1 watchdog: s3c2410_wdt: Add max and min timeout values by Javier Martinez Canillas · 9 years ago
- 4d8b229 watchdog: Add 'action' and 'data' parameters to restart handler callback by Guenter Roeck · 9 years ago
- c71f5cd watchdog: s3c2410_wdt: use core restart handler by Damien Riegel · 9 years ago
- 6551881 Watchdog: Fix parent of watchdog_devices by Pratyush Anand · 9 years ago
- e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
- 5476b2b watchdog: s3c2410_wdt: Fix the mask bit offset for Exynos7 by Abhilash Kesavan · 10 years ago
- 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
- f286e13 watchdog: s3c2410: add restart handler by Heiko Stuebner · 10 years ago
- 2b9366b watchdog: s3c2410_wdt: Add support for Watchdog device on Exynos7 by Naveen Krishna Chatradhi · 10 years ago
- fa21a58 watchdog: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
- 01b6af9 watchdog: s3c2410_wdt: Check return value of clk_prepare_enable by Sachin Kamat · 11 years ago
- a94dd87 watchdog: s3c2410_wdt: Remove unneeded initialization by Sachin Kamat · 11 years ago
- 8126334 watchdog: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
- cffc9a6 watchdog: s3c2410_wdt: Report when the watchdog reset the system by Doug Anderson · 11 years ago
- 4f1f653 watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu register by Leela Krishna Amudala · 11 years ago
- 1786244 watchdog: s3c2410_wdt: Handle rounding a little better for timeout by Doug Anderson · 11 years ago
- 0f1dd98 watchdog: s3c2410_wdt: Only register for cpufreq on ARM_S3C24XX_CPUFREQ by Doug Anderson · 11 years ago
- 487722c watchdog: Get rid of MODULE_ALIAS_MISCDEV statements by Jean Delvare · 11 years ago
- bd5cc11 watchdog: s3c2410_wdt: simplify use of devm_ioremap_resource by Julia Lawall · 11 years ago
- af4ea63 watchdog: s3c2410_wdt: remove the global variables by Leela Krishna Amudala · 11 years ago
- 0183984c watchdog: s3c2410_wdt: convert s3c2410wdt to dev_pm_ops by Jingoo Han · 12 years ago
- 3828924 watchdog: s3c2410_wdt: use dev_err()/dev_info() instead of pr_err()/pr_info() by Jingoo Han · 12 years ago
- a8f5401 watchdog: s3c2410_wdt: Use local register definitions by Tomasz Figa · 12 years ago
- 6330c70 watchdog: Convert to devm_ioremap_resource() by Sachin Kamat · 12 years ago
- c1fd5f6 watchdog: add timeout-sec property binding by Fabio Porcedda · 12 years ago
- 04ecc7d watchdog: s3c2410_wdt: Use devm_* functions by Jingoo Han · 12 years ago
- 50d854c8 watchdog: s3c2410_wdt: use clk_prepare_enable and clk_disable_unprepare by Thomas Abraham · 12 years ago
- 4b12b89 watchdog: remove use of __devexit by Bill Pemberton · 12 years ago
- 2d991a1 watchdog: remove use of __devinit by Bill Pemberton · 12 years ago
- 8226871 watchdog: remove use of __devexit_p by Bill Pemberton · 12 years ago
- 6b761b2 watchdog: s3c2410_wdt: Use module_platform_driver() by Sachin Kamat · 12 years ago
- 5f2430f watchdog: s3c2410_wdt: Set timeout to actually achieved timeout by Hans de Goede · 13 years ago
- 3016a55 watchdog: s3c2410-wdt: Use of_match_ptr(). by Wim Van Sebroeck · 13 years ago
- ccd4144 watchdog: fix compiler error for missing parenthesis by Jaehoon Chung · 13 years ago
- 0197c1c watchdog: fix set_timeout operations by Wim Van Sebroeck · 13 years ago
- 86a1e18 watchdog: nowayout is bool by Wim Van Sebroeck · 13 years ago
- 27c766a watchdog: Use pr_<fmt> and pr_<level> by Joe Perches · 13 years ago
- 78d3e00 watchdog: fix error in probe() of s3c2410_wdt (reset at booting) by MyungJoo Ham · 13 years ago
- ff0b3cd watchdog: add nowayout helpers to Watchdog Timer Driver Kernel API by Wim Van Sebroeck · 13 years ago
- 20403e8 watchdog: fix initialisation printout in s3c2410_wdt by Dmitry Artamonow · 13 years ago
- 25dc46e watchdog: s3c2410: convert to use the watchdog framework by Wolfram Sang · 13 years ago
- 9487a9c watchdog: s3c2410: Add support for device tree based probe by Thomas Abraham · 14 years ago
- f72401e watchdog: s3c2410_wdt.c: Convert release_resource to release_region/release_mem_region by Julia Lawall · 14 years ago
- 5f3b275 watchdog: cleanup spaces before tabs by Wim Van Sebroeck · 14 years ago
- 9a37256 watchdog: s3c2410_wdt - Fix removing of platform device by Wim Van Sebroeck · 15 years ago
- 100fb76 watchdog: s3c2410_wdt - Fix on handling of the request_mem_region fail by Banajit Goswami · 15 years ago
- 76550d3 watchdog: fix several MODULE_PARM_DESC strings by Randy Dunlap · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- b782a56 [WATCHDOG] use resource_size() by H Hartley Sweeten · 15 years ago
- e02f838 [WATCHDOG] CPUFREQ: S3C24XX Watchdog frequency scaling support. by Ben Dooks · 15 years ago
- a77dba7 [WATCHDOG] Some more general cleanup by Wim Van Sebroeck · 16 years ago
- 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
- 180ee70 [ARM] S3C: Move regs-watchdog.h to arch/arm/plat-s3c/include/plat by Ben Dooks · 16 years ago
- 29fa058 [PATCH] Switch all my contributions stuff to a single common address by Alan Cox · 16 years ago
- 0e65fb2 [WATCHDOG] Fix s3c2410_wdt driver coding style issues by Ben Dooks · 17 years ago
- 9e3eaf1 [WATCHDOG] Clean out header of s3c2410_wdt driver. by Ben Dooks · 17 years ago
- b4253f8 [WATCHDOG] Fix NULL usage in s3c2410_wdt driver. by Ben Dooks · 17 years ago
- 8b5942c [ARM] Fix a pile of broken watchdog drivers by Adrian Bunk · 16 years ago
- 097d9eb Merge Linus' latest into master by Russell King · 16 years ago
- c1ec829 Fix up duplicate '__s3c2410wdt_stop()' function by Linus Torvalds · 16 years ago
- a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
- 0c06090 [WATCHDOG] Coding style - Indentation - part 2 by Wim Van Sebroeck · 16 years ago
- 41dc8b7 s3c2410_wdt watchdog driver: Locking and coding style by Alan Cox · 16 years ago
- f37d193 watchdog: fix platform driver hotplug/coldplug by Kay Sievers · 17 years ago
- fa9363c [WATCHDOG] replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
- b7e04f8 mv watchdog tree under drivers by Wim Van Sebroeck · 17 years ago[Renamed from drivers/char/watchdog/s3c2410_wdt.c]
- b430708 [WATCHDOG] s3c2410_wdt: fixup after arch include moves by Ben Dooks · 17 years ago
- e8ef92b [WATCHDOG] change s3c2410_wdt to using dev_() macros for output by Ben Dooks · 18 years ago
- 46b814d [WATCHDOG] s3c2410_wdt announce initialisation by Ben Dooks · 18 years ago
- 62be0741 [WATCHDOG] s3c2410_wdt - initialize watchdog irq resource by Arnaud Patard · 18 years ago
- bffda5c [WATCHDOG] show default value for nowayout in module parameter by Wim Van Sebroeck · 18 years ago
- 9cd4461 [WATCHDOG] fix clk_get() error check by Akinobu Mita · 18 years ago
- 0b6dd8a [WATCHDOG] s3c2410_wdt exit driver via labels by Ben Dooks · 18 years ago
- 6d03a68e Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 18 years ago
- e34477e [WATCHDOG] ioremap balanced with iounmap for drivers/char/watchdog/s3c2410_wdt.c by Amol Lad · 18 years ago
- 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
- 795b89d [WATCHDOG] use ENOTTY instead of ENOIOCTLCMD in ioctl() by Samuel Tardieu · 18 years ago