/* SPDX-License-Identifier: GPL-2.0 */ #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 |
Rob Herring | 33 | 30.28% | 2 | 12.50% |
Russell King | 27 | 24.77% | 5 | 31.25% |
Anton Vorontsov | 24 | 22.02% | 1 | 6.25% |
Linus Torvalds (pre-git) | 16 | 14.68% | 4 | 25.00% |
Linus Torvalds | 3 | 2.75% | 1 | 6.25% |
David Woodhouse | 3 | 2.75% | 1 | 6.25% |
Mike Rapoport | 2 | 1.83% | 1 | 6.25% |
Greg Kroah-Hartman | 1 | 0.92% | 1 | 6.25% |
Total | 109 | 100.00% | 16 | 100.00% |