From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EB19CC433DF for ; Fri, 19 Jun 2020 16:24:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D5DF32168B for ; Fri, 19 Jun 2020 16:24:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2394681AbgFSQYg (ORCPT ); Fri, 19 Jun 2020 12:24:36 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:49068 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390342AbgFSO6D (ORCPT ); Fri, 19 Jun 2020 10:58:03 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1jmISw-001HqP-VA; Fri, 19 Jun 2020 16:58:02 +0200 Date: Fri, 19 Jun 2020 16:58:02 +0200 From: Andrew Lunn To: Maxim Kochetkov Cc: netdev@vger.kernel.org, Florian Fainelli , Heiner Kallweit , Russell King , "David S. Miller" , Jakub Kicinski Subject: Re: [PATCH 0/3] Add Marvell 88E1340S, 88E1548P support Message-ID: <20200619145802.GJ279339@lunn.ch> References: <20200619084904.95432-1-fido_max@inbox.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200619084904.95432-1-fido_max@inbox.ru> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org 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