27 Feb, 2020

1 commit

  • OST is the OS Timer, a 64-bit timer/counter with buffered reading.

    SoCs before the JZ4770 had (if any) a 32-bit OST; the JZ4770 and
    JZ4780 have a 64-bit OST.

    This driver will register both a clocksource and a sched_clock to the
    system.

    Signed-off-by: Maarten ter Huurne
    Signed-off-by: Paul Cercueil
    Tested-by: Mathieu Malaterre
    Tested-by: Artur Rojek
    Signed-off-by: Daniel Lezcano
    Link: https://lore.kernel.org/r/20200212180408.30872-1-paul@crapouillou.net

    Maarten ter Huurne