14 Feb, 2014

1 commit


11 Dec, 2013

1 commit

  • Treat both negative and zero return values from clk_round_rate()
    as errors. This is needed since subsequent patches will convert
    clk_round_rate()'s return value to be an unsigned type, rather
    than a signed type, since some clock sources can generate rates higher
    than (2^31)-1 Hz.

    Eventually, when calling clk_round_rate(), only a return value of
    zero will be considered a error. All other values will be
    considered valid rates. The comparison against values less than
    0 is kept to preserve the correct behavior in the meantime.

    Signed-off-by: Paul Walmsley
    Acked-by: Hans-Christian Egtvedt
    Signed-off-by: Takashi Iwai

    Paul Walmsley
     

29 May, 2013

1 commit


11 Apr, 2013

1 commit


07 Dec, 2012

1 commit


27 Jan, 2012

1 commit


28 Jun, 2011

1 commit


11 Nov, 2010

1 commit


08 Jun, 2010

1 commit


12 Jan, 2009

1 commit


27 May, 2008

1 commit