#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 | rob herring | 15 | 100.00% | 1 | 100.00% |
Total | 15 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
anton vorontsov | anton vorontsov | 18 | 100.00% | 1 | 100.00% |
Total | 18 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
russell king | russell king | 22 | 100.00% | 2 | 100.00% |
Total | 22 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
russell king | russell king | 49 | 38.58% | 5 | 35.71% |
rob herring | rob herring | 33 | 25.98% | 2 | 14.29% |
anton vorontsov | anton vorontsov | 24 | 18.90% | 1 | 7.14% |
pre-git | pre-git | 16 | 12.60% | 4 | 28.57% |
linus torvalds | linus torvalds | 3 | 2.36% | 1 | 7.14% |
mike rapoport | mike rapoport | 2 | 1.57% | 1 | 7.14% |
Total | 127 | 100.00% | 14 | 100.00% |