cregit-Linux how code gets into the kernel

Release 4.14 arch/mips/include/asm/mach-au1x00/au1xxx_eth.h

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

#define __AU1X00_ETH_DATA_H

/* Platform specific PHY configuration passed to the MAC driver */

struct au1000_eth_platform_data {
	
int phy_static_config;
	
int phy_search_highest_addr;
	
int phy1_search_mac0;
	
int phy_addr;
	
int phy_busid;
	
int phy_irq;
	
char mac[6];
};

void __init au1xxx_override_eth_cfg(unsigned port,
			struct au1000_eth_platform_data *eth_data);

#endif /* __AU1X00_ETH_DATA_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Florian Fainelli4686.79%133.33%
Manuel Lauss611.32%133.33%
Greg Kroah-Hartman11.89%133.33%
Total53100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.