From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH v5 00/23] Support qcom's HSIC USB and rewrite USB2 HS support Date: Mon, 14 Nov 2016 11:35:29 -0800 Message-ID: <147915212935.7365.13445257183391192782@sboyd-linaro> References: <20161018015636.11701-1-stephen.boyd@linaro.org> <20161018093139.GB6294@b29397-desktop> <147682389932.20076.4186408979552866325@sboyd-linaro> <20161111074017.GA21045@b29397-desktop> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20161111074017.GA21045@b29397-desktop> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Peter Chen Cc: Felipe Balbi , Heikki Krogerus , Arnd Bergmann , Neil Armstrong , linux-arm-msm@vger.kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Bjorn Andersson , devicetree@vger.kernel.org, Rob Herring , Peter Chen , Greg Kroah-Hartman , Andy Gross , "Ivan T. Ivanov" , Kishon Vijay Abraham I , linux-arm-kernel@lists.infradead.org List-Id: linux-arm-msm@vger.kernel.org Quoting Peter Chen (2016-11-10 23:40:17) > On Tue, Oct 18, 2016 at 01:51:39PM -0700, Stephen Boyd wrote: > > Quoting Peter Chen (2016-10-18 02:31:40) > > > On Mon, Oct 17, 2016 at 06:56:13PM -0700, Stephen Boyd wrote: > > > > I've also sent separate patches for other minor pieces to make this > > > > all work. The full tree can be found here[2], hacks and all to get > > > > things working. I've tested this on the db410c, apq8074 dragonboard, > > > > and ifc6410 with configfs gadgets and otg cables. > > > > > > > > Patches based on v4.8-rc1 > > > > Oops should be v4.9-rc1 here. > > > > > > > > > > Changes from v4: > > > > * Picked up Acks from Rob > > > > * Updated HS phy init sequence DT property to restrict it to offsets > > > > > > I remembered that you got all my acks for chipidea patches, right? I did > > > not check for this series. > > > > Sorry I've added in one more patch > > > > usb: chipidea: Emulate OTGSC interrupt enable path > > > > to fix extcon interrupt emulation even further. > > > > > > > > Besides, the patch "gpu: Remove depends on RESET_CONTROLLER when not a > > > provider" [1] still not be accepted, I need this patch to be merged > > > first, then apply your chipidea part, otherwise, there is a building > > > warning. > > > > > > [1] https://patchwork.kernel.org/patch/9322583/ > > > > Yes, I'm going to resend that patch now. I hope that David will apply it > > for -rc2. > > Stephen, just a mind. I have rebased Greg's usb-next tree (v4.9-rc3 on > it), your GPU fix is still not there. > It looks like the patch is in drm-misc. I think they're going to hold off on merging it until the next merge window though. fb80016af071 is the commit in drm-misc tree and in linux-next. I'm not sure anything can be done here besides a cross tree merge or ignore the warning? From mboxrd@z Thu Jan 1 00:00:00 1970 From: stephen.boyd@linaro.org (Stephen Boyd) Date: Mon, 14 Nov 2016 11:35:29 -0800 Subject: [PATCH v5 00/23] Support qcom's HSIC USB and rewrite USB2 HS support In-Reply-To: <20161111074017.GA21045@b29397-desktop> References: <20161018015636.11701-1-stephen.boyd@linaro.org> <20161018093139.GB6294@b29397-desktop> <147682389932.20076.4186408979552866325@sboyd-linaro> <20161111074017.GA21045@b29397-desktop> Message-ID: <147915212935.7365.13445257183391192782@sboyd-linaro> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Quoting Peter Chen (2016-11-10 23:40:17) > On Tue, Oct 18, 2016 at 01:51:39PM -0700, Stephen Boyd wrote: > > Quoting Peter Chen (2016-10-18 02:31:40) > > > On Mon, Oct 17, 2016 at 06:56:13PM -0700, Stephen Boyd wrote: > > > > I've also sent separate patches for other minor pieces to make this > > > > all work. The full tree can be found here[2], hacks and all to get > > > > things working. I've tested this on the db410c, apq8074 dragonboard, > > > > and ifc6410 with configfs gadgets and otg cables. > > > > > > > > Patches based on v4.8-rc1 > > > > Oops should be v4.9-rc1 here. > > > > > > > > > > Changes from v4: > > > > * Picked up Acks from Rob > > > > * Updated HS phy init sequence DT property to restrict it to offsets > > > > > > I remembered that you got all my acks for chipidea patches, right? I did > > > not check for this series. > > > > Sorry I've added in one more patch > > > > usb: chipidea: Emulate OTGSC interrupt enable path > > > > to fix extcon interrupt emulation even further. > > > > > > > > Besides, the patch "gpu: Remove depends on RESET_CONTROLLER when not a > > > provider" [1] still not be accepted, I need this patch to be merged > > > first, then apply your chipidea part, otherwise, there is a building > > > warning. > > > > > > [1] https://patchwork.kernel.org/patch/9322583/ > > > > Yes, I'm going to resend that patch now. I hope that David will apply it > > for -rc2. > > Stephen, just a mind. I have rebased Greg's usb-next tree (v4.9-rc3 on > it), your GPU fix is still not there. > It looks like the patch is in drm-misc. I think they're going to hold off on merging it until the next merge window though. fb80016af071 is the commit in drm-misc tree and in linux-next. I'm not sure anything can be done here besides a cross tree merge or ignore the warning?