From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753258AbdJSLr3 (ORCPT ); Thu, 19 Oct 2017 07:47:29 -0400 Received: from metis.ext.4.pengutronix.de ([92.198.50.35]:57109 "EHLO metis.ext.4.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752871AbdJSLr2 (ORCPT ); Thu, 19 Oct 2017 07:47:28 -0400 Message-ID: <1508413646.7665.8.camel@pengutronix.de> Subject: Re: [PATCH v7 3/4] usb: dwc3: of-simple: Add support to get resets for the device From: Philipp Zabel To: Felipe Balbi , linux-kernel@vger.kernel.org Cc: Vivek Gautam , Jon Hunter , Greg Kroah-Hartman , Thierry Reding , linux-tegra@vger.kernel.org, linux-usb@vger.kernel.org, linux-arm-msm@vger.kernel.org, kernel@pengutronix.de Date: Thu, 19 Oct 2017 13:47:26 +0200 In-Reply-To: <87shefgyqc.fsf@linux.intel.com> References: <1500479948-29988-1-git-send-email-p.zabel@pengutronix.de> <1500479948-29988-4-git-send-email-p.zabel@pengutronix.de> <87y3o7h3zu.fsf@linux.intel.com> <1508409939.7665.7.camel@pengutronix.de> <87shefgyqc.fsf@linux.intel.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6-1+deb9u1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 2001:67c:670:100:3ad5:47ff:feaf:1a17 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2017-10-19 at 14:31 +0300, Felipe Balbi wrote: > Hi, > > Philipp Zabel writes: > > Hi Felipe, > > > > On Thu, 2017-10-19 at 12:38 +0300, Felipe Balbi wrote: > > > Philipp Zabel writes: > > > > > > > From: Vivek Gautam > > > > > > > > Add support to get a list of resets available for the device. > > > > These resets must be kept de-asserted until the device is > > > > in use. > > > > > > > > Cc: Felipe Balbi > > > > Signed-off-by: Vivek Gautam > > > > [p.zabel@pengutronix.de: switch to hidden reset control array] > > > > Signed-off-by: Philipp Zabel > > > > > > now this seems like it depends on patch 1/4, right? Is the reset API > > > change going on v4.15? > > > > Thank you for the reminder. Patch 1 has made it into v4.14-rc1, commit > > 17c82e206d2a ("reset: Add APIs to manage array of resets"). The other > > patches could be picked up for v4.15 without any dependency issues. > > patch 2 applied fine. patch 3 fails to apply hunk 2. > > checking file drivers/usb/dwc3/dwc3-of-simple.c > Hunk #1 succeeded at 28 (offset -1 lines). > Hunk #2 FAILED at 98. > 1 out of 5 hunks FAILED > > > Care to rebase on my testing/next? Thanks, I'll resend patch 3 separately. regards Philipp