linux/drivers/watchdog
Denis Turischev ef39a1bf3c [WATCHDOG] sbc_fitpc2_wdt: fix I/O space access technique.
The mdelay function was used between I/O access commands, that causes peak
in CPU usage. Fix it by substitution mdelay to msleep.

Expand usage on fitPC2 compatible boards according to DMI identification.

Signed-off-by: Denis Turischev <denis@compulab.co.il>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
2010-01-25 19:48:49 +00:00
..
Kconfig [WATCHDOG] sbc_fitpc2_wdt: fix I/O space access technique. 2010-01-25 19:48:49 +00:00
Makefile MIPS: eXcite: Remove platform. 2009-12-17 01:57:35 +00:00
acquirewdt.c
advantechwdt.c
adx_wdt.c [WATCHDOG] use resource_size() 2009-12-23 19:53:04 +00:00
alim1535_wdt.c
alim7101_wdt.c [WATCHDOG] Some more general cleanup 2009-06-18 07:30:30 +00:00
ar7_wdt.c [WATCHDOG] ar7_wdt: Fix error handling during probe. 2009-09-18 08:38:04 +00:00
at32ap700x_wdt.c [WATCHDOG] use resource_size() 2009-12-23 19:53:04 +00:00
at91rm9200_wdt.c [WATCHDOG] Some more general cleanup 2009-06-18 07:30:30 +00:00
at91sam9_wdt.c [WATCHDOG] Correct WDIOF_MAGICCLOSE flag 2009-06-18 07:30:57 +00:00
bcm47xx_wdt.c [WATCHDOG] drivers/watchdog/bcm47xx_wdt.c: Remove unnecessary semicolons 2009-07-09 18:29:06 +00:00
bfin_wdt.c [WATCHDOG] Some more general cleanup 2009-06-18 07:30:30 +00:00
booke_wdt.c [WATCHDOG] fix book E watchdog to take WDIOC_SETTIMEOUT arg in seconds 2009-09-18 08:37:21 +00:00
coh901327_wdt.c tree-wide: fix assorted typos all over the place 2009-12-04 15:39:55 +01:00
cpu5wdt.c
cpwd.c [WATCHDOG] Some more general cleanup 2009-06-18 07:30:30 +00:00
davinci_wdt.c [WATCHDOG] use resource_size() 2009-12-23 19:53:04 +00:00
ep93xx_wdt.c [ARM] 5606/1: Fix ep93xx watchdog driver headers 2009-07-17 13:33:25 +01:00
eurotechwdt.c
gef_wdt.c
geodewdt.c watchdog: update geodewdt for new MFGPT API 2009-12-18 10:19:57 -08:00
hpwdt.c [WATCHDOG] hpwdt: Add NMI priority option 2009-06-23 07:13:45 +00:00
i6300esb.c
iTCO_vendor.h
iTCO_vendor_support.c [WATCHDOG] iTCO_wdt: Fix ICH7+ reboot issue. 2009-06-18 07:31:58 +00:00
iTCO_wdt.c [WATCHDOG] iTCO_wdt: Add Intel Cougar Point and PCH DeviceIDs 2010-01-18 21:39:49 +00:00
ib700wdt.c
ibmasr.c
indydog.c [WATCHDOG] Correct WDIOF_MAGICCLOSE flag 2009-06-18 07:30:57 +00:00
iop_wdt.c [WATCHDOG] sizeof cleanup 2009-09-18 08:39:37 +00:00
it87_wdt.c
it8712f_wdt.c [WATCHDOG] Correct WDIOF_MAGICCLOSE flag 2009-06-18 07:30:57 +00:00
ixp4xx_wdt.c
ixp2000_wdt.c [WATCHDOG] ixp2000: Fix build failure caused by missing include 2010-01-19 20:43:19 +00:00
ks8695_wdt.c ARM: 5637/1: [KS8695] Don't reference CLOCK_TICK_RATE in drivers 2009-08-05 22:06:56 +01:00
machzwd.c tree-wide: fix assorted typos all over the place 2009-12-04 15:39:55 +01:00
mixcomwd.c
mpc8xxx_wdt.c
mpcore_wdt.c [WATCHDOG] use resource_size() 2009-12-23 19:53:04 +00:00
mtx-1_wdt.c [WATCHDOG] move platform probe and remove function to devinit and devexit 2009-06-18 07:30:44 +00:00
mv64x60_wdt.c [WATCHDOG] use resource_size() 2009-12-23 19:53:04 +00:00
nuc900_wdt.c [WATCHDOG] Add watchdog driver for NUC900 2009-09-18 08:35:07 +00:00
omap_wdt.c [WATCHDOG] use resource_size() 2009-12-23 19:53:04 +00:00
omap_wdt.h
orion_wdt.c
pc87413_wdt.c
pcwd.c
pcwd_pci.c
pcwd_usb.c
pika_wdt.c
pnx833x_wdt.c [WATCHDOG] Add pnx833x_wdt 2009-06-20 18:37:20 +00:00
pnx4008_wdt.c [WATCHDOG] use resource_size() 2009-12-23 19:53:04 +00:00
rc32434_wdt.c [PATCH] rc32434_wdt: fix compilation failure 2009-12-02 12:47:24 +00:00
rdc321x_wdt.c [WATCHDOG] move platform probe and remove function to devinit and devexit 2009-06-18 07:30:44 +00:00
riowd.c watchdog: Remove BKL from rio watchdog driver 2009-11-02 21:16:28 -08:00
s3c2410_wdt.c [WATCHDOG] use resource_size() 2009-12-23 19:53:04 +00:00
sa1100_wdt.c [WATCHDOG] SA1100 watchdog maximum timeout 2009-07-09 18:29:38 +00:00
sb_wdog.c fix my email address. 2009-11-09 09:40:54 +01:00
sbc60xxwdt.c [WATCHDOG] Some more general cleanup 2009-06-18 07:30:30 +00:00
sbc7240_wdt.c
sbc8360.c [WATCHDOG] Some more general cleanup 2009-06-18 07:30:30 +00:00
sbc_epx_c3.c [WATCHDOG] Correct WDIOF_MAGICCLOSE flag 2009-06-18 07:30:57 +00:00
sbc_fitpc2_wdt.c [WATCHDOG] sbc_fitpc2_wdt: fix I/O space access technique. 2010-01-25 19:48:49 +00:00
sc520_wdt.c
sc1200wdt.c [WATCHDOG] sizeof cleanup 2009-09-18 08:39:37 +00:00
sch311x_wdt.c
scx200_wdt.c [WATCHDOG] Correct WDIOF_MAGICCLOSE flag 2009-06-18 07:30:57 +00:00
shwdt.c [WATCHDOG] Some more general cleanup 2009-06-18 07:30:30 +00:00
smsc37b787_wdt.c
softdog.c [WATCHDOG] Some more general cleanup 2009-06-18 07:30:30 +00:00
stmp3xxx_wdt.c [WATCHDOG] Freescale STMP: watchdog driver 2009-06-20 18:40:32 +00:00
twl4030_wdt.c mfd: Rename all twl4030_i2c* 2009-12-13 21:23:33 +01:00
txx9wdt.c [WATCHDOG] use resource_size() 2009-12-23 19:53:04 +00:00
w83627hf_wdt.c [WATCHDOG] w83627hf_wdt.c: add support for the W83627EHF support 2009-07-09 18:29:45 +00:00
w83697hf_wdt.c [WATCHDOG] Some more general cleanup 2009-06-18 07:30:30 +00:00
w83697ug_wdt.c [WATCHDOG] w83697ug, fix lock imbalance 2009-07-09 18:29:16 +00:00
w83877f_wdt.c
w83977f_wdt.c
wafer5823wdt.c
wd501p.h
wdrtas.c tree-wide: fix assorted typos all over the place 2009-12-04 15:39:55 +01:00
wdt.c
wdt285.c
wdt977.c
wdt_pci.c [WATCHDOG] wdt_pci: fix printk and variable type 2009-09-18 08:39:01 +00:00
wm831x_wdt.c [WATCHDOG] Add support for WM831x watchdog 2009-09-18 08:35:49 +00:00
wm8350_wdt.c