mbox series

[net-next,v3,0/3] Add Marvell 88E1340S, 88E1548P support

Message ID 20200623050044.12303-1-fido_max@inbox.ru
Headers show
Series Add Marvell 88E1340S, 88E1548P support | expand

Message

Maxim Kochetkov June 23, 2020, 5 a.m. UTC
This patch series add new PHY id support.
Russell King asked to use single style for referencing functions.

Maxim Kochetkov (3):
  net: phy: marvell: use a single style for referencing functions
  net: phy: marvell: Add Marvell 88E1340S support
  net: phy: marvell: Add Marvell 88E1548P support

 drivers/net/phy/marvell.c   | 268 +++++++++++++++++++++---------------
 include/linux/marvell_phy.h |   2 +
 2 files changed, 159 insertions(+), 111 deletions(-)

Comments

David Miller June 23, 2020, 9:04 p.m. UTC | #1
From: Maxim Kochetkov <fido_max@inbox.ru>
Date: Tue, 23 Jun 2020 08:00:41 +0300

> This patch series add new PHY id support.
> Russell King asked to use single style for referencing functions.

I already applied your v2 series yesterday.

Also, when you post a new version of a patch or patch series you have
to have a changelog so that I know what is different in this version.