cregit-Linux how code gets into the kernel

Release 4.11 arch/cris/include/asm/io.h

#ifndef _ASM_CRIS_IO_H

#define _ASM_CRIS_IO_H

#include <asm/page.h>   /* for __va, __pa */
#ifdef CONFIG_ETRAX_ARCH_V10
#include <arch/io.h>
#endif
#include <asm-generic/iomap.h>
#include <linux/kernel.h>

extern void __iomem * __ioremap(unsigned long offset, unsigned long size, unsigned long flags);
extern void __iomem * __ioremap_prot(unsigned long phys_addr, unsigned long size, pgprot_t prot);


static inline void __iomem * ioremap (unsigned long offset, unsigned long size) { return __ioremap(offset, size, 0); }

Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds2592.59%133.33%
Adrian Bunk13.70%133.33%
Mikael Starvik13.70%133.33%
Total27100.00%3100.00%

extern void iounmap(volatile void * __iomem addr); extern void __iomem * ioremap_nocache(unsigned long offset, unsigned long size); #include <asm-generic/io.h> #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds5747.90%222.22%
Mikael Starvik4941.18%222.22%
Rabin Vincent54.20%111.11%
Niklas Svensson (Niklas Cassel)32.52%111.11%
Mauro Carvalho Chehab32.52%111.11%
Jesper Nilsson10.84%111.11%
Adrian Bunk10.84%111.11%
Total119100.00%9100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.