19 Nov, 2010

1 commit


15 Nov, 2010

2 commits


10 Nov, 2010

1 commit

  • CC drivers/sh/clk/core.o
    drivers/sh/clk/core.c: In function 'clk_round_parent':
    drivers/sh/clk/core.c:574: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'unsigned int'
    drivers/sh/clk/core.c:594: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'unsigned int'

    Signed-off-by: Paul Mundt

    Paul Mundt
     

08 Nov, 2010

2 commits


02 Nov, 2010

1 commit

  • According to the linux/clk.h definition we should be handing back an
    errno value or a valid rate. This fixes up the case where 0 can be
    returned for invalid frequencies or cases where rounding has no
    selectable candidate.

    Reported-by: Guennadi Liakhovetski
    Signed-off-by: Paul Mundt

    Paul Mundt
     

18 Oct, 2010

1 commit