Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751761AbdFILRs (ORCPT ); Fri, 9 Jun 2017 07:17:48 -0400 Received: from fllnx209.ext.ti.com ([198.47.19.16]:14851 "EHLO fllnx209.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751680AbdFILRq (ORCPT ); Fri, 9 Jun 2017 07:17:46 -0400 Subject: Re: [PATCH v8 0/3] Support for USB DRD PHY driver for NS2 To: Raviteja Garimella References: <1496918103-14948-1-git-send-email-raviteja.garimella@broadcom.com> <2f492d5a-9016-f965-8dc2-f669d785ba4d@ti.com> CC: Rob Herring , Mark Rutland , Ray Jui , Scott Branden , Jon Mason , Catalin Marinas , Will Deacon , , , BCM Kernel Feedback , From: Kishon Vijay Abraham I Message-ID: <03f87297-a986-ac9d-b20b-0f75abcc12f7@ti.com> Date: Fri, 9 Jun 2017 16:46:15 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1088 Lines: 38 On Friday 09 June 2017 04:23 PM, Raviteja Garimella wrote: > Hi Kishon, > > On Fri, Jun 9, 2017 at 2:36 PM, Kishon Vijay Abraham I wrote: >> Hi, >> >> On Friday 09 June 2017 02:30 PM, Raviteja Garimella wrote: >>> Hi, >>> >>> On Fri, Jun 9, 2017 at 2:25 PM, Kishon Vijay Abraham I wrote: >>>> Hi, >>>> >>>> On Thursday 08 June 2017 04:05 PM, Raviteja Garimella wrote: >>>>> Changes in v8: >>>>> ============= >>>>> -Renamed phy shutdown routine >>>>> -Used devm_request_irq in stead of threaded irq >>>> >>>> That's not what I intended. Continue to use threaded irq but remove delayed work. >>>> >>> >>> Yes I get that. We see intermittent connection issues without delayed >>> work. Debounce delay matters there. >> >> All right! >> >> I'm unable to apply the series. Please rebase to linux-phy next (directory >> structure has changed) >> > > Ok. They got applied to linux-phy next for me without issues. > I will resend the patchset anyways after rebasing to linux-phy next. the patch you sent is not rebased to the latest linux-phy next. -Kishon