Release 4.14 arch/mips/fw/arc/time.c
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Extracting time information from ARCS prom.
*
* Copyright (C) 1996 David S. Miller (davem@davemloft.net)
*/
#include <linux/init.h>
#include <asm/fw/arc/types.h>
#include <asm/sgialib.h>
struct linux_tinfo * __init
ArcGetTime(VOID)
{
return (struct linux_tinfo *) ARC_CALL0(get_tinfo);
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 11 | 52.38% | 2 | 66.67% |
Ralf Bächle | 10 | 47.62% | 1 | 33.33% |
Total | 21 | 100.00% | 3 | 100.00% |
ULONG __init
ArcGetRelativeTime(VOID)
{
return ARC_CALL0(get_rtime);
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 8 | 57.14% | 2 | 66.67% |
Ralf Bächle | 6 | 42.86% | 1 | 33.33% |
Total | 14 | 100.00% | 3 | 100.00% |
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 25 | 55.56% | 3 | 50.00% |
Ralf Bächle | 18 | 40.00% | 1 | 16.67% |
Aurelien Jarno | 1 | 2.22% | 1 | 16.67% |
Justin P. Mattock | 1 | 2.22% | 1 | 16.67% |
Total | 45 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.