aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-11Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-1/+4
2008-11-08powerpc: Fix Book-E watchdog timer interval settingMatthias Fuchs1-1/+4
2008-11-06[WATCHDOG] SAM9 watchdog - supported on all SAM9 and CAP9 processorsAndrew Victor1-4/+4
2008-11-06[WATCHDOG] SAM9 watchdog - update for moved headersAndrew Victor1-1/+1
2008-10-28[PATCH] Switch all my contributions stuff to a single common addressAlan Cox24-42/+43
2008-10-24[WATCHDOG] pci: use pci_ioremap_bar() in drivers/watchdogArjan van de Ven1-2/+1
2008-10-23watchdog: Fix warningAlan Cox1-1/+1
2008-10-15[WATCHDOG] ib700wdt.c - fix buffer_underflow bugWim Van Sebroeck1-1/+1
2008-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds8-132/+1970
2008-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller7-22/+20
2008-10-11Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-3/+1
2008-10-10[WATCHDOG] orion5x_wdt.c: add spinlockingWim Van Sebroeck1-6/+20
2008-10-10[WATCHDOG] Orion: add hardware watchdog supportSylver Bruneau3-0/+241
2008-10-10[WATCHDOG] omap_wdt.c: cleanup a bit omap_wdt.cFelipe Balbi1-54/+78
2008-10-10[WATCHDOG] omap_wdt.c: another ioremap() fixFelipe Balbi1-21/+29
2008-10-10[WATCHDOG] omap_wdt.c: sync linux-omap changesFelipe Balbi2-121/+190
2008-10-10[WATCHDOG] Add AT91SAM9X watchdogRenaud CERRATO3-0/+336
2008-10-10[WATCHDOG] Add driver for winbond w83697ug/uf watchdog featureFlemming Frandsen3-0/+408
2008-10-10[WATCHDOG] add watchdog driver IT8716 IT8726 IT8712J/KOliver Schuster3-0/+738
2008-10-09Merge branch 'ptebits' into develRussell King10-235/+714
2008-09-23[WATCHDOG] unlocked_ioctl changesWim Van Sebroeck4-11/+11
2008-09-23[WATCHDOG] wdt285: fix sparse warningsBen Dooks1-7/+8
2008-09-23[WATCHDOG] ibmasr: remove unnecessary spin_unlock()Akinobu Mita1-1/+0
2008-09-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6David S. Miller10-235/+714
2008-09-01[ARM] cputype: separate definitions, use themRussell King1-3/+1
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller2-2/+2
2008-08-29cpwatchdog: Move to drivers/watchdog/cpwd.cDavid S. Miller2-0/+696
2008-08-29riowd: Distinguish between driver name and OF device node name.David S. Miller1-5/+5
2008-08-29riowatchdog: Move under drivers/watchdogDavid S. Miller2-0/+261
2008-08-26[WATCHDOG] removed unused #include <version.h>Huang Weiyi1-1/+0
2008-08-26[WATCHDOG] at91rm9200_wdt.c: fix misleading indentationIlpo Jarvinen1-1/+1
2008-08-26[WATCHDOG] mpc8xxx_wdt: fix modular buildAnton Vorontsov1-1/+10
2008-08-26[WATCHDOG] hpwdt.c kdebug supportThomas Mingarelli1-43/+50
2008-08-26[WATCHDOG] Add support for the IDT RC32434 watchdogFlorian Fainelli3-0/+355
2008-08-26[WATCHDOG] Add support for the built-int RDC R-321x SoC watchdogFlorian Fainelli3-0/+296
2008-08-26[WATHDOG] delete unused driver mpc8xx_wdt.cJochen Friedrich3-175/+0
2008-08-26[WATCHDOG] Fix s3c2410_wdt driver coding style issuesBen Dooks1-1/+1
2008-08-26[WATCHDOG] Clean out header of s3c2410_wdt driver.Ben Dooks1-12/+0
2008-08-26[WATCHDOG] Fix NULL usage in s3c2410_wdt driver.Ben Dooks1-1/+1
2008-08-16Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+0
2008-08-16[ARM] Fix a pile of broken watchdog driversAdrian Bunk4-5/+3
2008-08-12ALi M7101 PMU also available on Sun Netra's tooAlexander Clouter1-2/+3
2008-08-10[WATCHDOG] pcwd.c - fix open_allowed type.Wim Van Sebroeck1-1/+1
2008-08-10[WATCHDOG] fix watchdog/ixp4xx_wdt.c compilationAdrian Bunk1-1/+1
2008-08-10[WATCHDOG] fix watchdog/wdt285.c compilationAdrian Bunk1-1/+1
2008-08-10[WATCHDOG] fix watchdog/at91rm9200_wdt.c compilationAdrian Bunk1-1/+1
2008-08-10[WATCHDOG] fix watchdog/shwdt.c compilationAdrian Bunk1-12/+12
2008-08-10[WATCHDOG] fix watchdog/txx9wdt.c compilationAdrian Bunk1-1/+1
2008-08-10[WATCHDOG] Fix build with CONFIG_ITCO_VENDOR_SUPPORT=nJean Delvare1-1/+4
2008-08-08Merge Linus' latest into masterRussell King70-3765/+3837