index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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] 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
2008-07-16
generic-ipi: more merge fallout
Ingo Molnar
1
-3
/
+3
2008-07-12
powerpc/mpc5200_wdt: use linux/of_platform.h instead of asm
Stephen Rothwell
1
-1
/
+1
2008-06-24
Revert "[WATCHDOG] hpwdt: Add CFLAGS to get driver working"
Wim Van Sebroeck
1
-1
/
+0
2008-06-22
[WATCHDOG 57/57] wdt501/pci: Clean up, coding style and switch to unlocked_ioctl
Alan Cox
2
-211
/
+265
[prev]
[next]