07 Mar, 2010

1 commit


04 Dec, 2009

1 commit

  • That is "success", "unknown", "through", "performance", "[re|un]mapping"
    , "access", "default", "reasonable", "[con]currently", "temperature"
    , "channel", "[un]used", "application", "example","hierarchy", "therefore"
    , "[over|under]flow", "contiguous", "threshold", "enough" and others.

    Signed-off-by: André Goddard Rosa
    Signed-off-by: Jiri Kosina

    André Goddard Rosa
     

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

    Adrian Reber
     

18 Jun, 2009

1 commit


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

    Mark Nelson
     

07 Aug, 2008

1 commit


22 Jun, 2008

1 commit


18 Oct, 2007

1 commit