cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 */
/*
 *  Copyright (C) 1994-1996 Linus Torvalds & authors
 *
 *  This file contains the powerpc architecture specific IDE code.
 */
#ifndef _ASM_POWERPC_IDE_H

#define _ASM_POWERPC_IDE_H

#include <linux/compiler.h>
#include <asm/io.h>


#define __ide_mm_insw(p, a, c)	readsw((void __iomem *)(p), (a), (c))

#define __ide_mm_insl(p, a, c)	readsl((void __iomem *)(p), (a), (c))

#define __ide_mm_outsw(p, a, c)	writesw((void __iomem *)(p), (a), (c))

#define __ide_mm_outsl(p, a, c)	writesl((void __iomem *)(p), (a), (c))

#endif /* _ASM_POWERPC_IDE_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Benjamin Herrenschmidt4472.13%114.29%
Linus Torvalds (pre-git)1016.39%228.57%
Stephen Rothwell58.20%228.57%
Greg Kroah-Hartman11.64%114.29%
Adrian Bunk11.64%114.29%
Total61100.00%7100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.