cregit-Linux how code gets into the kernel

Release 4.14 arch/powerpc/include/asm/i8259.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_POWERPC_I8259_H

#define _ASM_POWERPC_I8259_H
#ifdef __KERNEL__

#include <linux/irq.h>

extern void i8259_init(struct device_node *node, unsigned long intack_addr);
extern unsigned int i8259_irq(void);
extern struct irq_domain *i8259_get_host(void);

#endif /* __KERNEL__ */
#endif /* _ASM_POWERPC_I8259_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Benjamin Herrenschmidt3162.00%222.22%
Linus Torvalds (pre-git)612.00%111.11%
Arnd Bergmann612.00%111.11%
Paul Mackerras48.00%222.22%
Grant C. Likely12.00%111.11%
Olaf Hering12.00%111.11%
Greg Kroah-Hartman12.00%111.11%
Total50100.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.