From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751153AbdBCQFa (ORCPT ); Fri, 3 Feb 2017 11:05:30 -0500 Received: from mail-io0-f174.google.com ([209.85.223.174]:34360 "EHLO mail-io0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751077AbdBCQF2 (ORCPT ); Fri, 3 Feb 2017 11:05:28 -0500 MIME-Version: 1.0 In-Reply-To: <6be62ef6-e90c-b5f8-adcd-0ea62ab73ced@gmail.com> References: <1484669670-4201-4-git-send-email-yendapally.reddy@broadcom.com> <6be62ef6-e90c-b5f8-adcd-0ea62ab73ced@gmail.com> From: Jon Mason Date: Fri, 3 Feb 2017 11:05:26 -0500 Message-ID: Subject: Re: [PATCH v2 3/4] phy: Add USB3 PHY support for Broadcom NSP SoC To: =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= Cc: Yendapally Reddy Dhananjaya Reddy , Kishon Vijay Abraham I , Rob Herring , Mark Rutland , Russell King , Ray Jui , Scott Branden , Jon Mason , Florian Fainelli , BCM Kernel Feedback , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Network Development , open list , linux-arm-kernel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id v13G5dUp005448 On Thu, Feb 2, 2017 at 1:48 AM, Rafał Miłecki wrote: > [Resending with fixed/complete Cc-s] > > On Tue, 17 Jan 2017 11:14:29 -0500, Yendapally Reddy Dhananjaya Reddy > wrote:> This patch adds support for Broadcom > NSP USB3 PHY >> >> Signed-off-by: Yendapally Reddy Dhananjaya Reddy >> > > Seriously?! I really dislike what you did there. > > NACK. > > You are aware this block is common for both: Northstar and Northstar Plus > and > we already have phy-bcm-ns-usb3.c! In fact Jon told me to rewrite my initial > driver to make is possible to reuse it on NSP and I did that! > > This is old comment from Jon: > > In 30 March 2016 at 23:31, Jon Mason wrote: >> On Mon, Mar 28, 2016 at 9:46 PM, Florian Fainelli >> wrote: >>> >>> CC: bcm-kernel-feedback-list, Jon >> >> >> This is a common IP block with NSP. I believe with some minor changes it >> can support both. Please allow me 1-2 days to look at these in more >> detail >> and see if I can get these patches working on NSP. > > Please start using existing code instead of inventing everything from the > scratch internally at Broadcom. You did the same thing with (Q)SPI driver. > > > This driver duplicates phy-bcm-ns-usb3.c and should have not been accepted. > I > strongly suggest *reverting* it and adjusting existing driver if needed. I agree that we need to be heading in the same direction with 4708/9 (Northstar) and Northstar+. Duplication of work is a sin (and if not, it should be). So, I apologize for this and let's move forward together. Regarding the SPI duplication of drivers, the QSPI driver covers a much broader array of SoCs across Broadcom, and was a joint effort between multiple teams internally. To resolve this, I believe the best way forward is to add QSPI to the 4708/9 device trees, and remove the BSPI driver from Linux. I'll have someone work on this internally and get it out ASAP. Regarding the duplication of function for the USB PHYs, the MDIO bus for our PHYs is the way we would like to support everything going forward. This MDIO bus supports more than just USB. So, it will be much more extensible in the future. Since there is already a USB PHY driver for NS, I would recommend that we modify that driver to have MDIO support. If we are in agreement, Kishon can drop the current series in his tree and Dhananjay will abandon the unaccepted ones. Thanks, Jon