mbox series

[0/3] Add Marvell 88E1340S, 88E1548P support

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

Message

Maxim Kochetkov June 19, 2020, 8:49 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   | 269 +++++++++++++++++++++---------------
 include/linux/marvell_phy.h |   2 +
 2 files changed, 160 insertions(+), 111 deletions(-)

Comments

Andrew Lunn June 19, 2020, 2:58 p.m. UTC | #1
On Fri, Jun 19, 2020 at 11:49:01AM +0300, Maxim Kochetkov wrote:
> This patch series add new PHY id support.
> Russell King asked to use single style for referencing functions.

Hi Maxim

In future, please put which tree this patchset is for into the subject
line:

[PATCH net-next v2] ...

       Andrew
David Miller June 19, 2020, 8:27 p.m. UTC | #2
From: Andrew Lunn <andrew@lunn.ch>
Date: Fri, 19 Jun 2020 16:58:02 +0200

> On Fri, Jun 19, 2020 at 11:49:01AM +0300, Maxim Kochetkov wrote:
>> This patch series add new PHY id support.
>> Russell King asked to use single style for referencing functions.
> 
> Hi Maxim
> 
> In future, please put which tree this patchset is for into the subject
> line:
> 
> [PATCH net-next v2] ...

This patch series doesn't apply to net-next.

It probably depends upon a recent change which is only in 'net'?
David Miller June 20, 2020, 2:47 a.m. UTC | #3
From: Кочетков Максим <fido_max@inbox.ru>
Date: Sat, 20 Jun 2020 00:31:29 +0300

> It is based on 5.7.0

You need to post your patches against the tree onto which it
will be applied, which in this case is net-next.