From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758864AbdKPG6m (ORCPT ); Thu, 16 Nov 2017 01:58:42 -0500 Received: from mail.kernel.org ([198.145.29.99]:33592 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757597AbdKPG6c (ORCPT ); Thu, 16 Nov 2017 01:58:32 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 49A36218D7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=shawnguo@kernel.org Date: Thu, 16 Nov 2017 14:58:07 +0800 From: Shawn Guo To: Yinbo Zhu Cc: Mark Rutland , Harninder Rai , Andy Tang , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "Catalin Marinas )" , "Will Deacon )" , Ashish Kumar , open list , Rob Herring , Raghav Dogra , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH v2] arm64: dts: ls1088a: Add USB support Message-ID: <20171116065805.GA25176@dragon> References: <20170913091009.21448-1-yinbo.zhu@nxp.com> <20170922065454.GF26358@dragon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 14, 2017 at 08:00:00AM +0000, Yinbo Zhu wrote: > On Wed, Sep 13, 2017 at 05:10:09PM +0800, yinbo.zhu@nxp.com wrote: > > From: "yinbo.zhu" > > > > Fix the issue that usb is not detected on ls1088ardb > > >It's not really about fixing issue but adding support. > > The patch had been tested on upstream 4.14 code, it can fix the issue. > > > > Signed-off-by: yinbo.zhu > > Signed-off-by: Ran Wang > > --- > > >You should better have a version history here to tell what's changed between version. > > >I will add a version history on next v3 patch > Hi, > > I had modified the code as v4 version, > https://patchwork.kernel.org/patch/10027393/ > please check. You should copy me on that patch, if you expect me to pick it up. Shawn