summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/bcm54140.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: bcm54140: constify pointers to hwmon_channel_infoKrzysztof Kozlowski2023-04-091-1/+1
* net: phy: broadcom: remove use of ack_interrupt()Ioana Ciornei2020-11-051-5/+15
* net: phy: broadcom: implement generic .handle_interrupt() callbackIoana Ciornei2020-11-051-5/+21
* net: phy: bcm54140: add cable diagnostics supportMichael Walle2020-05-131-0/+3
* net: phy: bcm54140: use phy_package_sharedMichael Walle2020-05-061-46/+11
* net: phy: bcm54140: add second PHY IDMichael Walle2020-04-301-2/+9
* net: phy: bcm54140: apply the workaround on b0 chipsMichael Walle2020-04-301-3/+8
* net: phy: bcm54140: fix phy_id_maskMichael Walle2020-04-301-2/+2
* net: phy: bcm54140: use genphy_soft_reset()Michael Walle2020-04-301-0/+1
* net: phy: bcm54140: Make a bunch of functions staticChenTao2020-04-281-3/+3
* net: phy: bcm54140: fix less than zero comparison on an unsignedColin Ian King2020-04-231-2/+4
* net: phy: bcm54140: add hwmon supportMichael Walle2020-04-221-0/+396
* net: phy: add Broadcom BCM54140 supportMichael Walle2020-04-221-0/+481