/* ** asm-m68k/pcmcia.c -- Amiga Linux PCMCIA support ** most information was found by disassembling card.resource ** I'm still looking for an official doc ! ** ** Copyright 1997 by Alain Malek ** ** 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. ** ** Created: 12/10/97 by Alain Malek */ #include <linux/types.h> #include <linux/jiffies.h> #include <linux/timer.h> #include <linux/module.h> #include <asm/amigayle.h> #include <asm/amipcmcia.h> /* gayle config byte for program voltage and access speed */ static unsigned char cfg_byte = GAYLE_CFG_0V|GAYLE_CFG_150NS;
void pcmcia_reset(void) { unsigned long reset_start_time = jiffies; unsigned char b; gayle_reset = 0x00; while (time_before(jiffies, reset_start_time + 1*HZ/100)); b = gayle_reset; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 41 | 100.00% | 2 | 100.00% |
Total | 41 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 144 | 100.00% | 1 | 100.00% |
Total | 144 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 61 | 96.83% | 1 | 50.00% |
Linus Torvalds | 2 | 3.17% | 1 | 50.00% |
Total | 63 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 63 | 96.92% | 1 | 50.00% |
Linus Torvalds | 2 | 3.08% | 1 | 50.00% |
Total | 65 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 15 | 100.00% | 1 | 100.00% |
Total | 15 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 13 | 100.00% | 1 | 100.00% |
Total | 13 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 361 | 89.80% | 2 | 33.33% |
Adrian Bunk | 33 | 8.21% | 1 | 16.67% |
Linus Torvalds | 6 | 1.49% | 1 | 16.67% |
Simon Arlott | 1 | 0.25% | 1 | 16.67% |
Rusty Russell | 1 | 0.25% | 1 | 16.67% |
Total | 402 | 100.00% | 6 | 100.00% |