mbox series

[net-next,0/5] net: phy: marvell: some HWMON updates

Message ID 20210413075538.30175-1-kabel@kernel.org (mailing list archive)
Headers show
Series net: phy: marvell: some HWMON updates | expand

Message

Marek BehĂșn April 13, 2021, 7:55 a.m. UTC
Here are some updates for Marvell PHY HWMON, mainly
- refactoring for code deduplication
- Amethyst PHY support

Marek BehĂșn (5):
  net: phy: marvell: refactor HWMON OOP style
  net: phy: marvell: fix HWMON enable register for 6390
  net: phy: marvell: use assignment by bitwise AND operator
  net: dsa: mv88e6xxx: simulate Amethyst PHY model number
  net: phy: marvell: add support for Amethyst internal PHY

 drivers/net/dsa/mv88e6xxx/chip.c |   1 +
 drivers/net/phy/marvell.c        | 507 +++++++++++++++----------------
 include/linux/marvell_phy.h      |   1 +
 3 files changed, 252 insertions(+), 257 deletions(-)