Here are some updates for Marvell PHY HWMON, mainly - refactoring for code deduplication - Amethyst PHY support
Changes since v1: - addressed Andrew's comments - fixed macro names MII_88E6393_MISC_TEST_SAMPLES_4096 to _2048 MII_88E6393_MISC_TEST_SAMPLES_8192 to _4096 ... 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 | 505 +++++++++++++++---------------- include/linux/marvell_phy.h | 1 + 3 files changed, 250 insertions(+), 257 deletions(-) -- 2.26.3