index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-27
[WATCHDOG] removed unused #include <version.h>
Huang Weiyi
1
-1
/
+0
2008-08-27
[WATCHDOG] at91rm9200_wdt.c: fix misleading indentation
Ilpo Jarvinen
1
-1
/
+1
2008-08-27
[WATCHDOG] mpc8xxx_wdt: fix modular build
Anton Vorontsov
1
-1
/
+10
2008-08-27
[WATCHDOG] hpwdt.c kdebug support
Thomas Mingarelli
1
-43
/
+50
2008-08-27
[WATCHDOG] Add support for the IDT RC32434 watchdog
Florian Fainelli
3
-0
/
+355
2008-08-27
[WATCHDOG] Add support for the built-int RDC R-321x SoC watchdog
Florian Fainelli
3
-0
/
+296
2008-08-27
[WATHDOG] delete unused driver mpc8xx_wdt.c
Jochen Friedrich
3
-175
/
+0
2008-08-27
[WATCHDOG] Fix s3c2410_wdt driver coding style issues
Ben Dooks
1
-1
/
+1
2008-08-27
[WATCHDOG] Clean out header of s3c2410_wdt driver.
Ben Dooks
1
-12
/
+0
2008-08-27
[WATCHDOG] Fix NULL usage in s3c2410_wdt driver.
Ben Dooks
1
-1
/
+1
2008-08-17
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-2
/
+0
2008-08-16
[ARM] Fix a pile of broken watchdog drivers
Adrian Bunk
4
-5
/
+3
2008-08-13
ALi M7101 PMU also available on Sun Netra's too
Alexander Clouter
1
-2
/
+3
2008-08-11
[WATCHDOG] pcwd.c - fix open_allowed type.
Wim Van Sebroeck
1
-1
/
+1
2008-08-11
[WATCHDOG] fix watchdog/ixp4xx_wdt.c compilation
Adrian Bunk
1
-1
/
+1
2008-08-11
[WATCHDOG] fix watchdog/wdt285.c compilation
Adrian Bunk
1
-1
/
+1
2008-08-11
[WATCHDOG] fix watchdog/at91rm9200_wdt.c compilation
Adrian Bunk
1
-1
/
+1
2008-08-11
[WATCHDOG] fix watchdog/shwdt.c compilation
Adrian Bunk
1
-12
/
+12
2008-08-11
[WATCHDOG] fix watchdog/txx9wdt.c compilation
Adrian Bunk
1
-1
/
+1
2008-08-11
[WATCHDOG] Fix build with CONFIG_ITCO_VENDOR_SUPPORT=n
Jean Delvare
1
-1
/
+4
2008-08-08
Merge Linus' latest into master
Russell King
70
-3765
/
+3837
2008-08-08
Fix up duplicate '__s3c2410wdt_stop()' function
Linus Torvalds
1
-11
/
+0
2008-08-07
Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...
Russell King
1
-1
/
+3
2008-08-07
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Russell King
12
-14
/
+14
2008-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes
Russell King
7
-434
/
+504
2008-08-07
[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
Russell King
9
-9
/
+9
2008-08-07
[WATCHDOG] more coding style clean-up's
Wim Van Sebroeck
40
-227
/
+199
2008-08-06
[WATCHDOG] sbc8360.c - move stop code into a function
Wim Van Sebroeck
1
-5
/
+11
2008-08-06
[WATCHDOG] Coding style - Indentation - part 2
Wim Van Sebroeck
54
-428
/
+428
2008-08-06
[WATCHDOG] Coding style - Indentation - part 1
Wim Van Sebroeck
6
-121
/
+119
2008-08-06
[WATCHDOG] mpc8xxx_wdt: add support for MPC8xx watchdogs
Anton Vorontsov
2
-12
/
+35
2008-08-06
[WATCHDOG] mpc8xxx_wdt: fix build
Anton Vorontsov
1
-1
/
+1
2008-08-06
[WATCHDOG] mpc8xxx_wdt: various renames, mostly s/mpc83xx/mpc8xxx/g
Anton Vorontsov
1
-52
/
+52
2008-08-06
[WATCHDOG] mpc83xx_wdt: rename to mpc8xxx_wdt
Anton Vorontsov
3
-3
/
+10
2008-08-06
[WATCHDOG] mpc83xx_wdt: add support for MPC86xx CPUs
Anton Vorontsov
2
-10
/
+74
2008-08-06
[WATCHDOG] mpc83xx_wdt: convert to the OF platform driver
Anton Vorontsov
1
-31
/
+30
2008-08-06
[WATCHDOG] pcwd: a couple of watchdogs escaped conversion
Alan Cox
2
-8
/
+6
2008-08-06
[WATCHDOG] Clean-up includes
Wim Van Sebroeck
14
-20
/
+13
2008-08-06
[WATCHDOG] hpwdt.c - fix double includes
Wim Van Sebroeck
1
-2
/
+0
2008-08-06
[WATCHDOG] Merge code clean-up's from Alan Cox.
Wim Van Sebroeck
57
-2930
/
+2963
2008-08-05
[ARM] sa1100_wdt: use reset_status to remember watchdog reset status
Eric Miao
1
-1
/
+4
2008-08-05
sc1200 watchdog driver: Fix locking, sems and coding style
Alan Cox
1
-92
/
+113
2008-08-05
alpha: Fix breakage in wdt_pci
Andrew Morton
1
-0
/
+1
2008-08-05
wdt: Cleanup and sort out locking and inb_p
Alan Cox
2
-211
/
+265
2008-08-05
s3c2410_wdt watchdog driver: Locking and coding style
Alan Cox
1
-68
/
+80
2008-08-05
it8712f_wdt: Locking and coding style
Alan Cox
1
-50
/
+27
2008-08-05
ar7_wdt watchdog driver: Fix locking
Alan Cox
1
-12
/
+17
2008-07-30
hpwdt: don't use static flags
Alexey Dobriyan
1
-1
/
+1
2008-07-24
remove the v850 port
Adrian Bunk
2
-4
/
+0
2008-07-16
Merge commit 'origin/master'
Benjamin Herrenschmidt
1
-3
/
+3
[next]