/* * 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 | 82.06% | 1 | 25.00% |
Finn Thain | 22 | 9.87% | 1 | 25.00% |
Roman Zippel | 16 | 7.17% | 1 | 25.00% |
Geert Uytterhoeven | 2 | 0.90% | 1 | 25.00% |
Total | 223 | 100.00% | 4 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 210 | 80.77% | 1 | 14.29% |
Finn Thain | 22 | 8.46% | 1 | 14.29% |
Roman Zippel | 19 | 7.31% | 1 | 14.29% |
Geert Uytterhoeven | 5 | 1.92% | 2 | 28.57% |
Stephen Warren | 2 | 0.77% | 1 | 14.29% |
Arnd Bergmann | 2 | 0.77% | 1 | 14.29% |
Total | 260 | 100.00% | 7 | 100.00% |