cregit-Linux how code gets into the kernel

Release 4.7 include/linux/marvell_phy.h

Directory: include/linux
#ifndef _MARVELL_PHY_H

#define _MARVELL_PHY_H

/* Mask used for ID comparisons */

#define MARVELL_PHY_ID_MASK		0xfffffff0

/* Known PHY IDs */

#define MARVELL_PHY_ID_88E1101		0x01410c60

#define MARVELL_PHY_ID_88E1112		0x01410c90

#define MARVELL_PHY_ID_88E1111		0x01410cc0

#define MARVELL_PHY_ID_88E1118		0x01410e10

#define MARVELL_PHY_ID_88E1121R		0x01410cb0

#define MARVELL_PHY_ID_88E1145		0x01410cd0

#define MARVELL_PHY_ID_88E1149R		0x01410e50

#define MARVELL_PHY_ID_88E1240		0x01410e30

#define MARVELL_PHY_ID_88E1318S		0x01410e90

#define MARVELL_PHY_ID_88E1116R		0x01410e40

#define MARVELL_PHY_ID_88E1510		0x01410dd0

#define MARVELL_PHY_ID_88E1540		0x01410eb0

#define MARVELL_PHY_ID_88E3016		0x01410e60

/* struct phy_device dev_flags definitions */

#define MARVELL_PHY_M1145_FLAGS_RESISTANCE	0x00000001

#define MARVELL_PHY_M1118_DNS323_LEDS		0x00000002

#endif /* _MARVELL_PHY_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
benjamin herrenschmidtbenjamin herrenschmidt5268.42%112.50%
michal simekmichal simek810.53%225.00%
sebastian hesselbarthsebastian hesselbarth45.26%112.50%
david daneydavid daney45.26%112.50%
andrew lunnandrew lunn45.26%112.50%
linus torvaldslinus torvalds33.95%112.50%
cyril chemparathycyril chemparathy11.32%112.50%
Total76100.00%8100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}