26 Jun, 2009
1 commit
-
Using the RTAS watchdog driver to read out the temperature crashes
on a PXCAB:Unable to handle kernel paging request for data at address 0xfe347b50
Faulting instruction address: 0xc00000000001af64
Oops: Kernel access of bad area, sig: 11 [#1]The wrong usage of "(void *)__pa(&temperature)" in rtas_call() is
removed by using the function rtas_get_sensor() which does the
right thing.Signed-off-by: Adrian Reber
Acked-by: Utz Bacher
Signed-off-by: Benjamin Herrenschmidt
18 Jun, 2009
1 commit
-
Clean-up the watchdog drivers so that checkpatch.pl get's happy...
Signed-off-by: Wim Van Sebroeck
07 Apr, 2009
1 commit
-
The buffer passed to the ibm,get-system-parameter RTAS call must be
in the RMA. To ensure we pass an address in the RMA use rtas_data_buf
for the actual RTAS call and then copy the result to value. We can't
just make it static because this can be compiled in as a module.Also add the WDRTAS_SP_SPI_LEN so we don't litter '4' throughout the
function.Signed-off-by: Mark Nelson
Tested-by: Adrian Reber
Acked-by: Utz Bacher
Signed-off-by: Paul Mackerras
07 Aug, 2008
1 commit
-
More coding style clean-up's.
Signed-off-by: Wim Van Sebroeck
22 Jun, 2008
1 commit
-
Review and switch to unlocked_ioctl
Signed-off-by: Alan Cox
Signed-off-by: Wim Van Sebroeck
18 Oct, 2007
1 commit
-
move watchdog tree from drivers/char/watchdog to drivers/watchdog.
Signed-off-by: Wim Van Sebroeck