netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/5] net: phy: marvell: some HWMON updates
@ 2021-04-20  7:53 Marek Behún
  2021-04-20  7:53 ` [PATCH net-next v2 1/5] net: phy: marvell: refactor HWMON OOP style Marek Behún
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Marek Behún @ 2021-04-20  7:53 UTC (permalink / raw)
  To: netdev, Andrew Lunn
  Cc: David S . Miller, Russell King, kuba, Marek Behún

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-04-20 23:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-20  7:53 [PATCH net-next v2 0/5] net: phy: marvell: some HWMON updates Marek Behún
2021-04-20  7:53 ` [PATCH net-next v2 1/5] net: phy: marvell: refactor HWMON OOP style Marek Behún
2021-04-20  7:54 ` [PATCH net-next v2 2/5] net: phy: marvell: fix HWMON enable register for 6390 Marek Behún
2021-04-20  7:54 ` [PATCH net-next v2 3/5] net: phy: marvell: use assignment by bitwise AND operator Marek Behún
2021-04-20  7:54 ` [PATCH net-next v2 4/5] net: dsa: mv88e6xxx: simulate Amethyst PHY model number Marek Behún
2021-04-20  7:54 ` [PATCH net-next v2 5/5] net: phy: marvell: add support for Amethyst internal PHY Marek Behún
2021-04-20 23:50 ` [PATCH net-next v2 0/5] net: phy: marvell: some HWMON updates patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).