| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2008-11-11 | 1 | -1/+4 |
|\ |
|
| * | powerpc: Fix Book-E watchdog timer interval setting | Matthias Fuchs | 2008-11-08 | 1 | -1/+4 |
* | | [WATCHDOG] SAM9 watchdog - supported on all SAM9 and CAP9 processors | Andrew Victor | 2008-11-06 | 1 | -4/+4 |
* | | [WATCHDOG] SAM9 watchdog - update for moved headers | Andrew Victor | 2008-11-06 | 1 | -1/+1 |
|/ |
|
* | [PATCH] Switch all my contributions stuff to a single common address | Alan Cox | 2008-10-28 | 24 | -42/+43 |
* | [WATCHDOG] pci: use pci_ioremap_bar() in drivers/watchdog | Arjan van de Ven | 2008-10-24 | 1 | -2/+1 |
* | watchdog: Fix warning | Alan Cox | 2008-10-23 | 1 | -1/+1 |
* | [WATCHDOG] ib700wdt.c - fix buffer_underflow bug | Wim Van Sebroeck | 2008-10-15 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 2008-10-12 | 8 | -132/+1970 |
|\ |
|
| * | [WATCHDOG] orion5x_wdt.c: add spinlocking | Wim Van Sebroeck | 2008-10-10 | 1 | -6/+20 |
| * | [WATCHDOG] Orion: add hardware watchdog support | Sylver Bruneau | 2008-10-10 | 3 | -0/+241 |
| * | [WATCHDOG] omap_wdt.c: cleanup a bit omap_wdt.c | Felipe Balbi | 2008-10-10 | 1 | -54/+78 |
| * | [WATCHDOG] omap_wdt.c: another ioremap() fix | Felipe Balbi | 2008-10-10 | 1 | -21/+29 |
| * | [WATCHDOG] omap_wdt.c: sync linux-omap changes | Felipe Balbi | 2008-10-10 | 2 | -121/+190 |
| * | [WATCHDOG] Add AT91SAM9X watchdog | Renaud CERRATO | 2008-10-10 | 3 | -0/+336 |
| * | [WATCHDOG] Add driver for winbond w83697ug/uf watchdog feature | Flemming Frandsen | 2008-10-10 | 3 | -0/+408 |
| * | [WATCHDOG] add watchdog driver IT8716 IT8726 IT8712J/K | Oliver Schuster | 2008-10-10 | 3 | -0/+738 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2008-10-11 | 7 | -22/+20 |
|\ \ |
|
| * \ | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-10-11 | 1 | -3/+1 |
| |\ \
| | |/
| |/| |
|
| | * | Merge branch 'ptebits' into devel | Russell King | 2008-10-09 | 10 | -235/+714 |
| | |\ |
|
| | * | | [ARM] cputype: separate definitions, use them | Russell King | 2008-09-01 | 1 | -3/+1 |
| * | | | [WATCHDOG] unlocked_ioctl changes | Wim Van Sebroeck | 2008-09-23 | 4 | -11/+11 |
| * | | | [WATCHDOG] wdt285: fix sparse warnings | Ben Dooks | 2008-09-23 | 1 | -7/+8 |
| * | | | [WATCHDOG] ibmasr: remove unnecessary spin_unlock() | Akinobu Mita | 2008-09-23 | 1 | -1/+0 |
| | |/
| |/| |
|
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp... | David S. Miller | 2008-09-16 | 10 | -235/+714 |
|\ \ \
| |/ / |
|
| * | | [WATCHDOG] removed unused #include <version.h> | Huang Weiyi | 2008-08-26 | 1 | -1/+0 |
| * | | [WATCHDOG] at91rm9200_wdt.c: fix misleading indentation | Ilpo Jarvinen | 2008-08-26 | 1 | -1/+1 |
| * | | [WATCHDOG] mpc8xxx_wdt: fix modular build | Anton Vorontsov | 2008-08-26 | 1 | -1/+10 |
| * | | [WATCHDOG] hpwdt.c kdebug support | Thomas Mingarelli | 2008-08-26 | 1 | -43/+50 |
| * | | [WATCHDOG] Add support for the IDT RC32434 watchdog | Florian Fainelli | 2008-08-26 | 3 | -0/+355 |
| * | | [WATCHDOG] Add support for the built-int RDC R-321x SoC watchdog | Florian Fainelli | 2008-08-26 | 3 | -0/+296 |
| * | | [WATHDOG] delete unused driver mpc8xx_wdt.c | Jochen Friedrich | 2008-08-26 | 3 | -175/+0 |
| * | | [WATCHDOG] Fix s3c2410_wdt driver coding style issues | Ben Dooks | 2008-08-26 | 1 | -1/+1 |
| * | | [WATCHDOG] Clean out header of s3c2410_wdt driver. | Ben Dooks | 2008-08-26 | 1 | -12/+0 |
| * | | [WATCHDOG] Fix NULL usage in s3c2410_wdt driver. | Ben Dooks | 2008-08-26 | 1 | -1/+1 |
| |/ |
|
* | | sparc: Annotate of_device_id arrays with const or __initdata. | David S. Miller | 2008-08-31 | 2 | -2/+2 |
* | | cpwatchdog: Move to drivers/watchdog/cpwd.c | David S. Miller | 2008-08-29 | 2 | -0/+696 |
* | | riowd: Distinguish between driver name and OF device node name. | David S. Miller | 2008-08-29 | 1 | -5/+5 |
* | | riowatchdog: Move under drivers/watchdog | David S. Miller | 2008-08-29 | 2 | -0/+261 |
|/ |
|
* | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-08-16 | 1 | -2/+0 |
|\ |
|
| * | [ARM] Fix a pile of broken watchdog drivers | Adrian Bunk | 2008-08-16 | 4 | -5/+3 |
* | | ALi M7101 PMU also available on Sun Netra's too | Alexander Clouter | 2008-08-12 | 1 | -2/+3 |
* | | [WATCHDOG] pcwd.c - fix open_allowed type. | Wim Van Sebroeck | 2008-08-10 | 1 | -1/+1 |
* | | [WATCHDOG] fix watchdog/ixp4xx_wdt.c compilation | Adrian Bunk | 2008-08-10 | 1 | -1/+1 |
* | | [WATCHDOG] fix watchdog/wdt285.c compilation | Adrian Bunk | 2008-08-10 | 1 | -1/+1 |
* | | [WATCHDOG] fix watchdog/at91rm9200_wdt.c compilation | Adrian Bunk | 2008-08-10 | 1 | -1/+1 |
* | | [WATCHDOG] fix watchdog/shwdt.c compilation | Adrian Bunk | 2008-08-10 | 1 | -12/+12 |
* | | [WATCHDOG] fix watchdog/txx9wdt.c compilation | Adrian Bunk | 2008-08-10 | 1 | -1/+1 |
* | | [WATCHDOG] Fix build with CONFIG_ITCO_VENDOR_SUPPORT=n | Jean Delvare | 2008-08-10 | 1 | -1/+4 |
|/ |
|
* | Merge Linus' latest into master | Russell King | 2008-08-08 | 70 | -3765/+3837 |
|\ |
|