mbox series

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

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

Message

Maxim Kochetkov June 21, 2020, 7:59 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

Florian Fainelli June 21, 2020, 8:52 p.m. UTC | #1
Le 2020-06-21 à 00:59, Maxim Kochetkov a écrit :
> 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

Andrew and I gave you Reviewed-by tags for these patches already, it
would be nice to carry them around.
David Miller June 22, 2020, 11:29 p.m. UTC | #2
From: Maxim Kochetkov <fido_max@inbox.ru>
Date: Sun, 21 Jun 2020 10:59:49 +0300

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

Series applied, thanks.

But like Florian said, you should retain Reviewed-by tags when you
make trivial updates to a patch series.

Thanks.