lkml.org 
[lkml]   [2017]   [Dec]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v4 23/36] nds32: Generic timers support
    Date
    From: Greentime Hu <greentime@andestech.com>

    This patch adds support for timer.

    Signed-off-by: Vincent Chen <vincentc@andestech.com>
    Signed-off-by: Greentime Hu <greentime@andestech.com>
    Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
    ---
    arch/nds32/kernel/time.c | 11 +++++++++++
    1 file changed, 11 insertions(+)
    create mode 100644 arch/nds32/kernel/time.c

    diff --git a/arch/nds32/kernel/time.c b/arch/nds32/kernel/time.c
    new file mode 100644
    index 0000000..ac9d78c
    --- /dev/null
    +++ b/arch/nds32/kernel/time.c
    @@ -0,0 +1,11 @@
    +// SPDX-License-Identifier: GPL-2.0
    +// Copyright (C) 2005-2017 Andes Technology Corporation
    +
    +#include <linux/clocksource.h>
    +#include <linux/clk-provider.h>
    +
    +void __init time_init(void)
    +{
    + of_clk_init(NULL);
    + timer_probe();
    +}
    --
    1.7.9.5
    \
     
     \ /
      Last update: 2017-12-18 08:23    [W:5.005 / U:0.100 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site