cregit-Linux how code gets into the kernel

Release 4.14 arch/mips/ralink/timer-gic.c

Directory: arch/mips/ralink
/*
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License version 2 as published
 * by the Free Software Foundation.
 *
 * Copyright (C) 2015 Nikolay Martynov <mar.kolya@gmail.com>
 * Copyright (C) 2015 John Crispin <john@phrozen.org>
 */

#include <linux/init.h>

#include <linux/of.h>
#include <linux/clk-provider.h>
#include <linux/clocksource.h>

#include "common.h"


void __init plat_time_init(void) { ralink_of_remap(); of_clk_init(NULL); timer_probe(); }

Contributors

PersonTokensPropCommitsCommitProp
John Crispin1894.74%150.00%
Daniel Lezcano15.26%150.00%
Total19100.00%2100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
John Crispin3497.14%266.67%
Daniel Lezcano12.86%133.33%
Total35100.00%3100.00%
Directory: arch/mips/ralink
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.