29 Jan, 2015

1 commit


04 Jun, 2014

1 commit

  • The newly merged versatile sched clock support uses a deprecated
    interface. Of course that patch got routed through the ARM tree instead
    of going through the relevant maintainer tree.

    Use the proper interface so we can get rid of the cruft.

    Signed-off-by: Thomas Gleixner
    Signed-off-by: Linus Torvalds

    Thomas Gleixner
     

16 May, 2014

1 commit

  • This patch adds a trival sched clock source using free
    running, 24MHz clocked counter present in the ARM Ltd.
    reference platforms (Versatile, RealView, Versatile
    Express) System Registers block.

    This code replaces the call in the VE machine code.

    Signed-off-by: Pawel Moll
    Reviewed-by: Linus Walleij

    Pawel Moll