/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __PPC_FSL_SOC_H #define __PPC_FSL_SOC_H #ifdef __KERNEL__ #include <asm/mmu.h> struct spi_device; extern phys_addr_t get_immrbase(void); #if defined(CONFIG_CPM) || defined(CONFIG_QUICC_ENGINE) extern u32 get_brgfreq(void); extern u32 get_baudrate(void); #else
static inline u32 get_brgfreq(void) { return -1; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Anton Vorontsov | 13 | 100.00% | 1 | 100.00% |
Total | 13 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Anton Vorontsov | 13 | 100.00% | 1 | 100.00% |
Total | 13 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
York Sun | 56 | 26.92% | 1 | 6.67% |
Anton Vorontsov | 46 | 22.12% | 3 | 20.00% |
Timur Tabi | 46 | 22.12% | 2 | 13.33% |
Kumar Gala | 20 | 9.62% | 1 | 6.67% |
Vitaly Bordug | 14 | 6.73% | 1 | 6.67% |
Scott Wood | 13 | 6.25% | 3 | 20.00% |
Anatolij Gustschin | 9 | 4.33% | 1 | 6.67% |
Daniel Axtens | 2 | 0.96% | 1 | 6.67% |
Christophe Leroy | 1 | 0.48% | 1 | 6.67% |
Greg Kroah-Hartman | 1 | 0.48% | 1 | 6.67% |
Total | 208 | 100.00% | 15 | 100.00% |