- 12 1月, 2011 1 次提交
-
-
由 Priyanka Gupta 提交于
This driver adds /dev/watchdog support for the AMD sp5100 aka SB7x0 chipsets. It follows the same conventions found in other /dev/watchdog drivers. Signed-off-by: NPriyanka Gupta <priyankag@google.com> Signed-off-by: NMike Waychison <mikew@google.com> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
- 29 10月, 2010 1 次提交
-
-
由 Florian Fainelli 提交于
This patch adds support for the Broadcom BCM63xx SoC built-in watchdog, it uses one of the BCM63xx hardware timer id. Signed-off-by: NMiguel Gaio <miguel.gaio@efixo.com> Signed-off-by: NFlorian Fainelli <florian@openwrt.org> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
- 09 8月, 2010 2 次提交
-
-
由 Viresh KUMAR 提交于
Technical Reference Manual can be found at: http://infocenter.arm.com/help/topic/com.arm.doc.ddi0270b/DDI0270.pdfSigned-off-by: NViresh Kumar <viresh.kumar@st.com> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
由 Giel van Schijndel 提交于
Add a new watchdog driver for the Fintek F71808E and F71882FG Super I/O controllers. Signed-off-by: NGiel van Schijndel <me@mortis.eu> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
- 05 8月, 2010 1 次提交
-
-
由 David Daney 提交于
The OCTEON is a MIPS64 based SOC family with an on chip watchdog unit. The driver is split into two source files one for the C code and one for assembly. Assembly is needed to handle the NMI and then print the machine state before the reboot is triggered. Signed-off-by: NDavid Daney <ddaney@caviumnetworks.com> Cc: Wim Van Sebroeck <wim@iguana.be> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Russell King <rmk+kernel@arm.linux.org.uk> Cc: Tony Lindgren <tony@atomide.com> Cc: Marc Zyngier <maz@misterjones.org> Cc: Thierry Reding <thierry.reding@avionic-design.de> Cc: Sam Ravnborg <sam@ravnborg.org> To: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org, Patchwork: https://patchwork.linux-mips.org/patch/1503/Signed-off-by: NWim Van Sebroeck <wim@iguana.be> Signed-off-by: NRalf Baechle <ralf@linux-mips.org> create mode 100644 drivers/watchdog/octeon-wdt-main.c create mode 100644 drivers/watchdog/octeon-wdt-nmi.S
-
- 25 5月, 2010 1 次提交
-
-
由 Wolfram Sang 提交于
This is the driver for the hardware watchdog on the Freescale IMX2 and later processors. Signed-off-by: NWolfram Sang <w.sang@pengutronix.de> Cc: Vladimir Zapolskiy <vzapolskiy@gmail.com> Cc: Sascha Hauer <s.hauer@pengutronix.de> Tested-by: NJuergen Beisert <jbe@pengutronix.de> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
- 06 3月, 2010 2 次提交
-
-
由 Marc Zyngier 提交于
This driver adds support for the max63{69,70,71,72,73,74} family of watchdog timer chips. It has been tested on an Arcom Zeus (max6369). Signed-off-by: NMarc Zyngier <maz@misterjones.org> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
由 Mika Westerberg 提交于
Technologic Systems TS-72xx SBCs have external glue logic CPLD which includes watchdog timer. This driver implements kernel support for that. Signed-off-by: NMika Westerberg <mika.westerberg@iki.fi> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
- 17 12月, 2009 1 次提交
-
-
由 Ralf Baechle 提交于
The platform has never been fully merged Signed-off-by: NRalf Baechle <ralf@linux-mips.org> Cc: Thomas Koeller <thomas.koeller@baslerweb.com> Cc: David Woodhouse <dwmw2@infradead.org> Cc: Wim Van Sebroeck <wim@iguana.be> Cc: linux-kernel@vger.kernel.org Cc: linux-mtd@lists.infradead.org Acked-by: NDavid Woodhouse <David.Woodhouse@intel.com> Acked-by: NWim Van Sebroeck <wim@iguana.be>
-
- 09 12月, 2009 1 次提交
-
-
由 Albrecht Dreß 提交于
Remove the old WDT implementation. Signed-off-by: NAlbrecht Dreß <albrecht.dress@arcor.de> Acked-by: NWim Van Sebroeck <wim@iguana.be> Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
-
- 25 9月, 2009 1 次提交
-
-
由 Thierry Reding 提交于
This patch adds support for the watchdog timer on Avionic Design Xanthos boards. Signed-off-by: NThierry Reding <thierry.reding@avionic-design.de> Acked-by: NRussell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
- 18 9月, 2009 3 次提交
-
-
由 Mark Brown 提交于
The WM831x series of devices provide a watchdog with configurable behaviour on timer expiry. Currently this driver support refreshes via a register or GPIO line and autonomous refreshes from a hardware source (eg, a clock). Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
由 Wan ZongShun 提交于
Add watchdog device driver for the Nuvoton NUC900 series SoCs. Signed-off-by: NWan ZongShun <mcuos.com@gmail.com> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
由 Denis Turischev 提交于
Add support for watchdog found on SBC-FITPC2 board. Signed-off-by: NDenis Turischev <denis@compulab.co.il> Signed-off-by: NMike Rapoport <mike@compulab.co.il> Signed-off-by: NWim Van Sebroeck <wim@iguana.be> Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
-
- 21 6月, 2009 5 次提交
-
-
由 matthieu castet 提交于
This add watchdog driver for broadcom 47xx device. It uses the ssb subsytem to access embeded watchdog device. Because the watchdog timeout is very short (about 2s), a soft timer is used to increase the watchdog period. Note : A patch for exporting the ssb_watchdog_timer_set will be submitted on next linux-mips merge. Without this patch it can't be build as a module. Signed-off-by: NAleksandar Radovanovic <biblbroks@sezampro.rs> Signed-off-by: NMatthieu CASTET <castet.matthieu@free.fr> Tested-by: NFlorian Fainelli <florian@openwrt.org> Cc: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: NWim Van Sebroeck <wim@iguana.be> Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
-
由 dmitry pervushin 提交于
Add watchdog timer support for Freescale STMP3xxx boards Signed-off-by: NVitaly Wool <vital@embeddedalley.com> Signed-off-by: NDmitry Pervushin <dpervushin@embeddedalley.com> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
由 Timo Kokkonen 提交于
Implementation of twl4030 watchdog driver. Signed-off-by: NTimo Kokkonen <timo.t.kokkonen@nokia.com> Signed-off-by: NAtal Shargorodsky <ext-atal.shargorodsky@nokia.com> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
由 Linus Walleij 提交于
This patch adds support for the U300 COH 901 327 watchdog for the U300 platform recently added to RMK:s ARM tree. Signed-off-by: NLinus Walleij <linus.walleij@stericsson.com> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
由 Daniel Laird 提交于
Add support for PNX833x watchdog timer. Signed-off-by: NDaniel Laird <daniel.j.laird@nxp.com> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
- 09 6月, 2009 1 次提交
-
-
由 Nicolas Pitre 提交于
The Orion watchdog driver is also used on Kirkwood. Convention is to use orion5x for stuff specific to 88F5xxx Orion chips and simply "orion" for shared stuff across SoCs including Kirkwood. Signed-off-by: NNicolas Pitre <nico@marvell.com>
-
- 08 4月, 2009 1 次提交
-
-
由 Paulius Zaleckas 提交于
Removes ARM26 sections from Kconfig and Makefile, because ARM26 is long gone. Signed-off-by: NPaulius Zaleckas <paulius.zaleckas@teltonika.lt> Acked-by: NRussell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
- 13 1月, 2009 2 次提交
-
-
由 Sean MacLennan 提交于
The FPGA based watchdog timer used by the Pika Warp appliance. Signed-off-by: NSean MacLennan <smaclennan@pikatech.com> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
由 Martyn Welch 提交于
GE Fanuc SBC610 Support for the FPGA based watchdog timer as found on GE Fanuc's SBC310, SBC610 and PPC9A Single Board Computers. This patch adds support for the watchdog timer found in one of the devices FPGAs. There are two identical watchdog timers at different offsets in the above mentioned boards, this driver is capable of supporting one of them. The watchdog timers are also capable of generating interrupts at a user-configurable threshold, though support for this operation is currently not supported by the driver. Signed-off-by: NMartyn Welch <martyn.welch@gefanuc.com> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
- 01 1月, 2009 2 次提交
-
-
由 Mark Brown 提交于
This driver implements support for the watchdog functionality provided by the Wolfson Microelectronics WM8350, a multi-function audio and power management subsystem intended for use in embedded systems. It is based on a driver originally written by Graeme Gregory, though it has been extensively modified since then. Use of a GPIO to kick the watchdog is not yet supported. Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: NWim Van Sebroeck <wim@iguana.be> Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
-
由 Wim Van Sebroeck 提交于
Add a watchdog driver for the hardware watchdog timer on the SMSC SCH3112, SCH3114 and SCH3116 Super IO chipset. Tested-by: NMarco Chiappero <marco@absence.it> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
- 10 10月, 2008 4 次提交
-
-
由 Sylver Bruneau 提交于
This patch allows the use of the hardware watchdog in the Marvell Orion series of ARM SoCs. Signed-off-by: NSylver Bruneau <sylver.bruneau@googlemail.com> Signed-off-by: NLennert Buytenhek <buytenh@marvell.com> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
由 Renaud CERRATO 提交于
Add a driver for the watchdog timer embedded into AT91SAM9X chips. Signed-off-by: NRenaud Cerrato <r.cerrato@til-technologies.fr> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
由 Flemming Frandsen 提交于
Adapted the w83627hf_wdt.c driver to work with the w83697ug/uf chip, found on MSI Fuzzy CX700 boards. The method used is taken directly from the winbond datasheet and surprisingly it differs slightly from all the other winbond watchdogs. So far it has only been tested on the CX700 board that I have, but it seems to work nicely. Signed-off-by: NFlemming Frandsen <ff@nrvissing.net> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
由 Oliver Schuster 提交于
Add it87xx watchdog driver IT8716 IT8718 IT8726 IT8712-J IT8712-K Signed-off-by: NOliver Schuster <olivers137@aol.com> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
- 30 8月, 2008 2 次提交
-
-
由 David S. Miller 提交于
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
-
由 David S. Miller 提交于
The config stuff was already in drivers/watchdog/Kconfig Signed-off-by: NDavid S. Miller <davem@davemloft.net>
-
- 27 8月, 2008 3 次提交
-
-
由 Florian Fainelli 提交于
Add driver for the IDT RC32434 SoC built-in watchdog. Signed-off-by: NFlorian Fainelli <florian.fainelli@telecomint.eu> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
由 Florian Fainelli 提交于
This patch adds support for the built-in RDC R-321x SoC watchdog. Signed-off-by: NFlorian Fainelli <florian.fainelli@telecomint.eu> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
由 Jochen Friedrich 提交于
The watchdog driver mpc8xx_wdt.c was a device interface to arch/ppc/syslib/m8xx_wdt.c for MPC8xx hardware. Now that ARCH=ppc is gone, this driver is of no more use. For ARCH=powerpc, MPC8xx hardware is supported by mpc8xxx_wdt.c. Signed-off-by: NJochen Friedrich <jochen@scram.de> Signed-off-by: NWim Van Sebroeck <wim@iguana.be> Acked-by: NVitaly Bordug <vitb@kernel.crashing.org> Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
-
- 11 8月, 2008 1 次提交
-
-
由 Jean Delvare 提交于
The problem is that iTCO_vendor_support.ko is still being built while iTCO_vendor.h claims that its functions do not exist. The following Makefile update fixes that. It causes iTCO_vendor_support.ko to no longer be built if CONFIG_ITCO_VENDOR_SUPPORT=n. Signed-off-by: NJean Delvare <khali@linux-fr.org> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
- 07 8月, 2008 1 次提交
-
-
由 Wim Van Sebroeck 提交于
More coding style clean-up's. Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
- 06 8月, 2008 1 次提交
-
-
由 Anton Vorontsov 提交于
Rename the driver because now we support some MPC86xx processors. There are no changes to the mpc83xx_wdt.c file, yet. When possible, we do file renames and changes separately (because Linus once asked so, because it helps git to track the renamed files). Signed-off-by: NAnton Vorontsov <avorontsov@ru.mvista.com> Cc: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: NWim Van Sebroeck <wim@iguana.be> Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
-
- 25 7月, 2008 1 次提交
-
-
由 Adrian Bunk 提交于
Trying to compile the v850 port brings many compile errors, one of them exists since at least kernel 2.6.19. There also seems to be noone willing to bring this port back into a usable state. This patch therefore removes the v850 port. If anyone ever decides to revive the v850 port the code will still be available from older kernels, and it wouldn't be impossible for the port to reenter the kernel if it would become actively maintained again. Signed-off-by: NAdrian Bunk <bunk@kernel.org> Acked-by: NGreg Ungerer <gerg@uclinux.org> Signed-off-by: NAndrew Morton <akpm@linux-foundation.org> Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
-
- 24 6月, 2008 1 次提交
-
-
由 Wim Van Sebroeck 提交于
After Linus fixed the inline assembly, the CFLAGS option is not needed anymore. Signed-off-by: NThomas Mingarelli <Thomas.Mingarelli@hp.com> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
- 18 6月, 2008 1 次提交
-
-
由 Thomas Mingarelli 提交于
To get this driver working we need the CFLAGS_hpwdt.o += -O in the Makefile. Signed-off-by: NThomas Mingarelli <Thomas.Mingarelli@hp.com> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-