#ifndef _ACPI_IO_H_ #define _ACPI_IO_H_ #include <linux/io.h> #include <asm/acpi.h> #ifndef acpi_os_ioremap
static inline void __iomem *acpi_os_ioremap(acpi_physical_address phys, acpi_size size) { return ioremap_cache(phys, size); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Rafael J. Wysocki | 23 | 100.00% | 1 | 100.00% |
Total | 23 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Rafael J. Wysocki | 47 | 45.63% | 2 | 28.57% |
Lv Zheng | 29 | 28.16% | 2 | 28.57% |
Myron Stowe | 18 | 17.48% | 1 | 14.29% |
Mark Salter | 8 | 7.77% | 1 | 14.29% |
Fabian Frederick | 1 | 0.97% | 1 | 14.29% |
Total | 103 | 100.00% | 7 | 100.00% |