/* 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 #define pcibios_assign_all_busses() pci_has_flag(PCI_REASSIGN_ALL_BUS) #ifdef CONFIG_PCI_DOMAINS
static inline int pci_proc_domain(struct pci_bus *bus) { return pci_domain_nr(bus); }Contributors
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 | 29 | 29.29% | 6 | 35.29% |
Anton Vorontsov | 24 | 24.24% | 1 | 5.88% |
Rob Herring | 19 | 19.19% | 2 | 11.76% |
Linus Torvalds (pre-git) | 14 | 14.14% | 3 | 17.65% |
Björn Helgaas | 4 | 4.04% | 1 | 5.88% |
Linus Torvalds | 3 | 3.03% | 1 | 5.88% |
David Woodhouse | 3 | 3.03% | 1 | 5.88% |
Mike Rapoport | 2 | 2.02% | 1 | 5.88% |
Greg Kroah-Hartman | 1 | 1.01% | 1 | 5.88% |
Total | 99 | 100.00% | 17 | 100.00% |