From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755047AbdFWRen (ORCPT ); Fri, 23 Jun 2017 13:34:43 -0400 Received: from mail-wr0-f193.google.com ([209.85.128.193]:36408 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754998AbdFWReV (ORCPT ); Fri, 23 Jun 2017 13:34:21 -0400 Subject: Re: [PATCH net-next 0/4] net: phy: Support "internal" PHY interface To: netdev@vger.kernel.org Cc: Rob Herring , Mark Rutland , Andrew Lunn , Vivien Didelot , "David S. Miller" , Sean Wang , Martin Blumenstingl , Russell King , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list , david.wu@rock-chips.com, opendmb@gmail.com References: <20170623173316.23017-1-f.fainelli@gmail.com> From: Florian Fainelli Message-ID: <23546e5b-3ab4-5862-2f31-06380a868c0f@gmail.com> Date: Fri, 23 Jun 2017 10:34:05 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170623173316.23017-1-f.fainelli@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/23/2017 10:33 AM, Florian Fainelli wrote: > Hi all, > > This makes the "internal" phy-mode property generally available and > documented and this allows us to remove some custom parsing code > we had for bcmgenet and bcm_sf2 which both used that specific value. Sorry for the resend, this is net-next material. > > Florian Fainelli (4): > dt-bindings: Add "internal" as a valid 'phy-mode' property > net: phy: Support "internal" PHY interface > net: bcmgenet: Remove special handling of "internal" phy-mode > net: dsa: bcm_sf2: Remove special handling of "internal" phy-mode > > Documentation/devicetree/bindings/net/ethernet.txt | 1 + > drivers/net/dsa/bcm_sf2.c | 16 +++++---------- > drivers/net/ethernet/broadcom/genet/bcmmii.c | 24 ++++++++-------------- > include/linux/phy.h | 3 +++ > 4 files changed, 17 insertions(+), 27 deletions(-) > -- Florian