From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [usb-next, v3 PATCH] usb: xhci: skip phys initialization of shared hcd Date: Thu, 22 Mar 2018 13:53:00 +0100 Message-ID: <20180322125300.GA22130@kroah.com> References: <643701fef843f91931e3a68779afe053c63c96f6.1521707846.git.chunfeng.yun@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <643701fef843f91931e3a68779afe053c63c96f6.1521707846.git.chunfeng.yun@mediatek.com> Sender: linux-kernel-owner@vger.kernel.org To: Chunfeng Yun Cc: Martin Blumenstingl , Mathias Nyman , Matthias Brugger , Roger Quadros , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org, linux-mediatek@lists.infradead.org List-Id: linux-mediatek@lists.infradead.org On Thu, Mar 22, 2018 at 08:12:50PM +0800, Chunfeng Yun wrote: > The phys has already been initialized when add primary hcd, > including usb2 phys and usb3 phys also if exist, so needn't > re-parse "phys" property again. Wait, why does the subject say "xhci", when this is in USB core code? I'll go edit that by hand... From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Subject: [usb-next,v2] usb: xhci: skip phys initialization of shared hcd From: Greg Kroah-Hartman Message-Id: <20180322125300.GA22130@kroah.com> Date: Thu, 22 Mar 2018 13:53:00 +0100 To: Chunfeng Yun Cc: Martin Blumenstingl , Mathias Nyman , Matthias Brugger , Roger Quadros , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org, linux-mediatek@lists.infradead.org List-ID: T24gVGh1LCBNYXIgMjIsIDIwMTggYXQgMDg6MTI6NTBQTSArMDgwMCwgQ2h1bmZlbmcgWXVuIHdy b3RlOgo+IFRoZSBwaHlzIGhhcyBhbHJlYWR5IGJlZW4gaW5pdGlhbGl6ZWQgd2hlbiBhZGQgcHJp bWFyeSBoY2QsCj4gaW5jbHVkaW5nIHVzYjIgcGh5cyBhbmQgdXNiMyBwaHlzIGFsc28gaWYgZXhp c3QsIHNvIG5lZWRuJ3QKPiByZS1wYXJzZSAicGh5cyIgcHJvcGVydHkgYWdhaW4uCgpXYWl0LCB3 aHkgZG9lcyB0aGUgc3ViamVjdCBzYXkgInhoY2kiLCB3aGVuIHRoaXMgaXMgaW4gVVNCIGNvcmUg Y29kZT8KCkknbGwgZ28gZWRpdCB0aGF0IGJ5IGhhbmQuLi4KLS0tClRvIHVuc3Vic2NyaWJlIGZy b20gdGhpcyBsaXN0OiBzZW5kIHRoZSBsaW5lICJ1bnN1YnNjcmliZSBsaW51eC11c2IiIGluCnRo ZSBib2R5IG9mIGEgbWVzc2FnZSB0byBtYWpvcmRvbW9Admdlci5rZXJuZWwub3JnCk1vcmUgbWFq b3Jkb21vIGluZm8gYXQgIGh0dHA6Ly92Z2VyLmtlcm5lbC5vcmcvbWFqb3Jkb21vLWluZm8uaHRt bAo= From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg Kroah-Hartman) Date: Thu, 22 Mar 2018 13:53:00 +0100 Subject: [usb-next, v3 PATCH] usb: xhci: skip phys initialization of shared hcd In-Reply-To: <643701fef843f91931e3a68779afe053c63c96f6.1521707846.git.chunfeng.yun@mediatek.com> References: <643701fef843f91931e3a68779afe053c63c96f6.1521707846.git.chunfeng.yun@mediatek.com> Message-ID: <20180322125300.GA22130@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Mar 22, 2018 at 08:12:50PM +0800, Chunfeng Yun wrote: > The phys has already been initialized when add primary hcd, > including usb2 phys and usb3 phys also if exist, so needn't > re-parse "phys" property again. Wait, why does the subject say "xhci", when this is in USB core code? I'll go edit that by hand...