From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756151AbcGHSLm (ORCPT ); Fri, 8 Jul 2016 14:11:42 -0400 Received: from mail-pf0-f175.google.com ([209.85.192.175]:35833 "EHLO mail-pf0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755871AbcGHSL1 (ORCPT ); Fri, 8 Jul 2016 14:11:27 -0400 Subject: Re: [PATCH v2 3/6] net: ethernet: bgmac: move BCMA MDIO Phy code into a separate file To: Jon Mason , davem@davemloft.net, f.fainelli@gmail.com References: <1467932938-21819-1-git-send-email-jon.mason@broadcom.com> <1467932938-21819-4-git-send-email-jon.mason@broadcom.com> Cc: zajec5@gmail.com, hauke@hauke-m.de, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Ray Jui , Scott Branden , bcm-kernel-feedback-list@broadcom.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org From: Florian Fainelli Message-ID: <577FECCB.9050007@broadcom.com> Date: Fri, 8 Jul 2016 11:11:23 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <1467932938-21819-4-git-send-email-jon.mason@broadcom.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/07/2016 04:08 PM, Jon Mason wrote: > Move the BCMA MDIO phy into a separate file, as it is very tightly > coupled with the BCMA bus. This will help with the upcoming BCMA > removal from the bgmac driver. Optimally, this should be moved into > phy drivers, but it is too tightly coupled with the bgmac driver to > effectively move it without more changes to the driver. > > Note: the phy_reset was intentionally removed, as the mdio phy subsystem > automatically resets the phy if a reset function pointer is present. In > addition to the moving of the driver, this reset function is added. > > Signed-off-by: Jon Mason > Acked-by: Arnd Bergmann Reviewed-by: Florian Fainelli Tested-by: Florian Fainelli -- Florian