From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751980AbcGGR5o (ORCPT ); Thu, 7 Jul 2016 13:57:44 -0400 Received: from us01smtprelay-2.synopsys.com ([198.182.60.111]:35750 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750859AbcGGR5f (ORCPT ); Thu, 7 Jul 2016 13:57:35 -0400 Subject: Re: [RESEND PATCH] usb: dwc2: Add reset control to dwc2 To: Philipp Zabel , John Youn References: <1466536333-17813-1-git-send-email-dinguyen@opensource.altera.com> <1467822335.2914.13.camel@pengutronix.de> <36c6f433-66da-3423-021e-90bd0271b465@synopsys.com> <1467882718.4236.22.camel@pengutronix.de> CC: "dinguyen@opensource.altera.com" , "dinh.linux@gmail.com" , "dinguyen@kernel.org" , "linux-kernel@vger.kernel.org" From: John Youn Message-ID: Date: Thu, 7 Jul 2016 10:57:33 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <1467882718.4236.22.camel@pengutronix.de> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.9.139.97] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 7/7/2016 2:12 AM, Philipp Zabel wrote: > Am Mittwoch, den 06.07.2016, 10:48 -0700 schrieb John Youn: >> On 7/6/2016 9:25 AM, Philipp Zabel wrote: >>> Hi Dinh, >>> >>> Am Dienstag, den 21.06.2016, 14:12 -0500 schrieb >>> dinguyen@opensource.altera.com: >>>> From: Dinh Nguyen >>>> >>>> Allow for platforms that have a reset controller driver in place to bring >>>> the USB IP out of reset. >>>> >>>> Signed-off-by: Dinh Nguyen >>>> Acked-by: John Youn >>>> Tested-by: Stefan Wahren >>>> Acked-by: Felipe Balbi >>> >>> Acked-by: Philipp Zabel >>> >>> This is an USB patch. Doesn't John collect patches and send pull >>> requests? Then you should put Greg Kroah-Hartman and >>> linux-usb@vger.kernel.org into Cc:. Things get easily lost on >>> linux-kernel. >>> >> >> Hi Philipp, >> >> Could you take this patch for 4.8 on your reset-next? >> >> Without the following fix from your tree, Dinh's patch will break >> several platforms. >> >> http://marc.info/?l=linux-usb&m=146473891018262&w=2 > > My apologies, I have completely missed your mail from 21.06. > >> If it's too late we can probably have it go through Felipe's tree >> during -rc. > > Yes, I got two pull requests merged this round, but the last one > probably was already too late. I'd prefer this patch to go the USB > route. > Sure we'll do that. Thanks, John