#ifndef ASMARM_PCI_H #define ASMARM_PCI_H #ifdef __KERNEL__ #include <asm/mach/pci.h> /* for pci_sys_data */ extern unsigned long pcibios_min_io; #define PCIBIOS_MIN_IO pcibios_min_io extern unsigned long pcibios_min_mem; #define PCIBIOS_MIN_MEM pcibios_min_mem
static inline int pcibios_assign_all_busses(void) { return pci_has_flag(PCI_REASSIGN_ALL_RSRC); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Rob Herring | 15 | 100.00% | 1 | 100.00% |
Total | 15 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Anton Vorontsov | 18 | 100.00% | 1 | 100.00% |
Total | 18 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Russell King | 22 | 100.00% | 2 | 100.00% |
Total | 22 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Russell King | 49 | 38.58% | 5 | 35.71% |
Rob Herring | 33 | 25.98% | 2 | 14.29% |
Anton Vorontsov | 24 | 18.90% | 1 | 7.14% |
Linus Torvalds (pre-git) | 16 | 12.60% | 4 | 28.57% |
Linus Torvalds | 3 | 2.36% | 1 | 7.14% |
Mike Rapoport | 2 | 1.57% | 1 | 7.14% |
Total | 127 | 100.00% | 14 | 100.00% |