Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: networking: phy.txt: Add missing functions

Some new development in PHYLIB added new function pointers to the struct
phy_driver, document these.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Florian Fainelli and committed by
David S. Miller
387178ec a44d6eac

+10
+10
Documentation/networking/phy.txt
··· 267 267 config_intr: Enable or disable interrupts 268 268 remove: Does any driver take-down 269 269 ts_info: Queries about the HW timestamping status 270 + match_phy_device: used for Clause 45 capable PHYs to match devices 271 + in package and ensure they are compatible 270 272 hwtstamp: Set the PHY HW timestamping configuration 271 273 rxtstamp: Requests a receive timestamp at the PHY level for a 'skb' 272 274 txtsamp: Requests a transmit timestamp at the PHY level for a 'skb' 273 275 set_wol: Enable Wake-on-LAN at the PHY level 274 276 get_wol: Get the Wake-on-LAN status at the PHY level 277 + link_change_notify: called to inform the core is about to change the 278 + link state, can be used to work around bogus PHY between state changes 275 279 read_mmd_indirect: Read PHY MMD indirect register 276 280 write_mmd_indirect: Write PHY MMD indirect register 281 + module_info: Get the size and type of an EEPROM contained in an plug-in 282 + module 283 + module_eeprom: Get EEPROM information of a plug-in module 284 + get_sset_count: Get number of strings sets that get_strings will count 285 + get_strings: Get strings from requested objects (statistics) 286 + get_stats: Get the extended statistics from the PHY device 277 287 278 288 Of these, only config_aneg and read_status are required to be 279 289 assigned by the driver code. The rest are optional. Also, it is