File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717MODULE_AUTHOR ("Calvin Johnson <calvin.johnson@oss.nxp.com>" );
1818MODULE_LICENSE ("GPL" );
19+ MODULE_DESCRIPTION ("ACPI MDIO bus (Ethernet PHY) accessors" );
1920
2021/**
2122 * __acpi_mdiobus_register - Register mii_bus and create PHYs from the ACPI ASL.
Original file line number Diff line number Diff line change 1414
1515MODULE_AUTHOR ("Calvin Johnson <calvin.johnson@oss.nxp.com>" );
1616MODULE_LICENSE ("GPL" );
17+ MODULE_DESCRIPTION ("FWNODE MDIO bus (Ethernet PHY) accessors" );
1718
1819static struct pse_control *
1920fwnode_find_pse_control (struct fwnode_handle * fwnode )
Original file line number Diff line number Diff line change @@ -205,3 +205,4 @@ module_platform_driver(aspeed_mdio_driver);
205205
206206MODULE_AUTHOR ("Andrew Jeffery <andrew@aj.id.au>" );
207207MODULE_LICENSE ("GPL" );
208+ MODULE_DESCRIPTION ("ASPEED MDIO bus controller" );
Original file line number Diff line number Diff line change @@ -263,3 +263,4 @@ void free_mdio_bitbang(struct mii_bus *bus)
263263EXPORT_SYMBOL (free_mdio_bitbang );
264264
265265MODULE_LICENSE ("GPL v2" );
266+ MODULE_DESCRIPTION ("Bitbanged MDIO buses" );
Original file line number Diff line number Diff line change 2525
2626MODULE_AUTHOR ("Grant Likely <grant.likely@secretlab.ca>" );
2727MODULE_LICENSE ("GPL" );
28+ MODULE_DESCRIPTION ("OpenFirmware MDIO bus (Ethernet PHY) accessors" );
2829
2930/* Extract the clause 22 phy ID from the compatible string of the form
3031 * ethernet-phy-idAAAA.BBBB */
Original file line number Diff line number Diff line change @@ -942,3 +942,4 @@ struct bcm_ptp_private *bcm_ptp_probe(struct phy_device *phydev)
942942EXPORT_SYMBOL_GPL (bcm_ptp_probe );
943943
944944MODULE_LICENSE ("GPL" );
945+ MODULE_DESCRIPTION ("Broadcom PHY PTP driver" );
Original file line number Diff line number Diff line change @@ -223,3 +223,4 @@ static struct phy_driver bcm87xx_driver[] = {
223223module_phy_driver (bcm87xx_driver );
224224
225225MODULE_LICENSE ("GPL v2" );
226+ MODULE_DESCRIPTION ("Broadcom BCM87xx PHY driver" );
Original file line number Diff line number Diff line change @@ -3726,3 +3726,4 @@ static int __init phylink_init(void)
37263726module_init (phylink_init );
37273727
37283728MODULE_LICENSE ("GPL v2" );
3729+ MODULE_DESCRIPTION ("phylink models the MAC to optional PHY connection" );
Original file line number Diff line number Diff line change @@ -3153,3 +3153,4 @@ module_exit(sfp_exit);
31533153MODULE_ALIAS ("platform:sfp" );
31543154MODULE_AUTHOR ("Russell King" );
31553155MODULE_LICENSE ("GPL v2" );
3156+ MODULE_DESCRIPTION ("SFP cage support" );
You can’t perform that action at this time.
0 commit comments