summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-02-192-2/+3
|\
| * [ARM] 5390/1: AT91: Watchdog fixesAndrew Victor2009-02-142-2/+3
* | [WATCHDOG] iTCO_wdt: fix SMI_EN regression 2Wim Van Sebroeck2009-02-143-26/+43
|/
* [ARM] omap: watchdog: allow OMAP watchdog driver on OMAP34xx platformsRussell King2009-01-241-3/+3
* [ARM] 5370/1: at91: fix rm9200 watchdogJean-Christop PLAGNIOL-VILLARD2009-01-241-0/+1
* [WATCHDOG] Pika Warp appliance watchdog timerSean MacLennan2009-01-123-0/+310
* [WATCHDOG] Basic support for GE Fanuc's FPGA based watchdog timerMartyn Welch2009-01-123-0/+337
* [WATCHDOG] wm8350: Fix section annotationsMark Brown2009-01-121-3/+3
* [WATCHDOG] Add support for the WM8350 watchdogMark Brown2008-12-313-0/+337
* [WATCHDOG] Add SMSC SCH311x Watchdog Timer.Wim Van Sebroeck2008-12-313-0/+591
* [WATCHDOG] ib700wdt - add timeout parameterWim Van Sebroeck2008-12-311-30/+19
* Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King2008-12-291-5/+6
|\
| * [ARM] sa1100_wdt: don't assume CLOCK_TICK_RATE to be a constantEric Miao2008-12-291-5/+6
* | Merge branch 'omap3-upstream' of git://git.kernel.org/pub/scm/linux/kernel/gi...Russell King2008-12-154-88/+116
|\ \
| * | iTCO_wdt: fix typo when setting TCO_EN bitLinus Torvalds2008-12-031-1/+1
| * | [WATCHDOG] hpwdt: Fix kdump when using hpwdtBernhard Walle2008-12-011-1/+1
| * | [WATCHDOG] hpwdt: set the mapped BIOS address space as executableBernhard Walle2008-11-211-0/+3
| * | [WATCHDOG] iTCO_wdt: add PCI ID's for ICH9 & ICH10 chipsetsWim Van Sebroeck2008-11-211-45/+73
| * | [WATCHDOG] iTCO_wdt : correct status clearingWim Van Sebroeck2008-11-211-2/+3
| * | [WATCHDOG] iTCO_wdt : problem with rebooting on new ICH9 based motherboardsWim Van Sebroeck2008-11-212-40/+32
| * | [WATCHDOG] fix mtx1_wdt compilation failureFlorian Fainelli2008-11-211-0/+4
| |/
* | Merge branch 's3c-moves2' of git://aeryn.fluff.org.uk/bjdooks/linux into develRussell King2008-11-291-1/+1
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Ben Dooks2008-11-0325-44/+44
| |\ \
| * | | [ARM] S3C: Move regs-watchdog.h to arch/arm/plat-s3c/include/platBen Dooks2008-10-301-1/+1
* | | | [ARM] Remove linux/sched.h from asm/cacheflush.h and asm/uaccess.hRussell King2008-11-291-0/+1
| |_|/ |/| |
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-11-111-1/+4
|\ \ \
| * | | powerpc: Fix Book-E watchdog timer interval settingMatthias Fuchs2008-11-081-1/+4
| | |/ | |/|
* | | [WATCHDOG] SAM9 watchdog - supported on all SAM9 and CAP9 processorsAndrew Victor2008-11-061-4/+4
* | | [WATCHDOG] SAM9 watchdog - update for moved headersAndrew Victor2008-11-061-1/+1
|/ /
* | [PATCH] Switch all my contributions stuff to a single common addressAlan Cox2008-10-2824-42/+43
* | [WATCHDOG] pci: use pci_ioremap_bar() in drivers/watchdogArjan van de Ven2008-10-241-2/+1
|/
* watchdog: Fix warningAlan Cox2008-10-231-1/+1
* [WATCHDOG] ib700wdt.c - fix buffer_underflow bugWim Van Sebroeck2008-10-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2008-10-128-132/+1970
|\
| * [WATCHDOG] orion5x_wdt.c: add spinlockingWim Van Sebroeck2008-10-101-6/+20
| * [WATCHDOG] Orion: add hardware watchdog supportSylver Bruneau2008-10-103-0/+241
| * [WATCHDOG] omap_wdt.c: cleanup a bit omap_wdt.cFelipe Balbi2008-10-101-54/+78
| * [WATCHDOG] omap_wdt.c: another ioremap() fixFelipe Balbi2008-10-101-21/+29
| * [WATCHDOG] omap_wdt.c: sync linux-omap changesFelipe Balbi2008-10-102-121/+190
| * [WATCHDOG] Add AT91SAM9X watchdogRenaud CERRATO2008-10-103-0/+336
| * [WATCHDOG] Add driver for winbond w83697ug/uf watchdog featureFlemming Frandsen2008-10-103-0/+408
| * [WATCHDOG] add watchdog driver IT8716 IT8726 IT8712J/KOliver Schuster2008-10-103-0/+738
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-10-117-22/+20
|\ \
| * \ Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-10-111-3/+1
| |\ \ | | |/ | |/|
| | * Merge branch 'ptebits' into develRussell King2008-10-0910-235/+714
| | |\
| | * | [ARM] cputype: separate definitions, use themRussell King2008-09-011-3/+1
| * | | [WATCHDOG] unlocked_ioctl changesWim Van Sebroeck2008-09-234-11/+11
| * | | [WATCHDOG] wdt285: fix sparse warningsBen Dooks2008-09-231-7/+8
| * | | [WATCHDOG] ibmasr: remove unnecessary spin_unlock()Akinobu Mita2008-09-231-1/+0
| | |/ | |/|
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...David S. Miller2008-09-1610-235/+714
|\ \ \ | |/ /
OpenPOWER on IntegriCloud