/* * arch/m68k/sun3/intersil.c * * basic routines for accessing the intersil clock within the sun3 machines * * started 11/12/1999 Sam Creasey * * 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. */ #include <linux/kernel.h> #include <linux/rtc.h> #include <asm/errno.h> #include <asm/intersil.h> #include <asm/machdep.h> /* bits to set for start/run of the intersil */ #define STOP_VAL (INTERSIL_STOP | INTERSIL_INT_ENABLE | INTERSIL_24H_MODE) #define START_VAL (INTERSIL_RUN | INTERSIL_INT_ENABLE | INTERSIL_24H_MODE) /* does this need to be implemented? */
u32 sun3_gettimeoffset(void) { return 1000; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 8 | 80.00% | 1 | 50.00% |
Stephen Warren | 2 | 20.00% | 1 | 50.00% |
Total | 10 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 183 | 91.04% | 1 | 33.33% |
Roman Zippel | 16 | 7.96% | 1 | 33.33% |
Geert Uytterhoeven | 2 | 1.00% | 1 | 33.33% |
Total | 201 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 210 | 88.24% | 1 | 16.67% |
Roman Zippel | 19 | 7.98% | 1 | 16.67% |
Geert Uytterhoeven | 5 | 2.10% | 2 | 33.33% |
Stephen Warren | 2 | 0.84% | 1 | 16.67% |
Arnd Bergmann | 2 | 0.84% | 1 | 16.67% |
Total | 238 | 100.00% | 6 | 100.00% |