From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750941AbdBBGsl (ORCPT ); Thu, 2 Feb 2017 01:48:41 -0500 Received: from mail-lf0-f67.google.com ([209.85.215.67]:34592 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750858AbdBBGsj (ORCPT ); Thu, 2 Feb 2017 01:48:39 -0500 To: Yendapally Reddy Dhananjaya Reddy , Kishon Vijay Abraham I Cc: Rob Herring , Mark Rutland , Russell King , Ray Jui , Scott Branden , Jon Mason , Florian Fainelli , bcm-kernel-feedback-list@broadcom.com, devicetree@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org In-Reply-To: <1484669670-4201-4-git-send-email-yendapally.reddy@broadcom.com> From: =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= Subject: Re: [PATCH v2 3/4] phy: Add USB3 PHY support for Broadcom NSP SoC Message-ID: <6be62ef6-e90c-b5f8-adcd-0ea62ab73ced@gmail.com> Date: Thu, 2 Feb 2017 07:48:35 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [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.