From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 71294C4646D for ; Mon, 6 Aug 2018 11:08:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 33E9521A03 for ; Mon, 6 Aug 2018 11:08:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 33E9521A03 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730027AbeHFNRW (ORCPT ); Mon, 6 Aug 2018 09:17:22 -0400 Received: from mga12.intel.com ([192.55.52.136]:57380 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727502AbeHFNRW (ORCPT ); Mon, 6 Aug 2018 09:17:22 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Aug 2018 04:08:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,452,1526367600"; d="scan'208";a="73992909" Received: from mattu-haswell.fi.intel.com (HELO [10.237.72.164]) ([10.237.72.164]) by fmsmga002.fm.intel.com with ESMTP; 06 Aug 2018 04:08:47 -0700 Subject: Re: [PATCH] usb: host: xhci-plat: Iterate over parent nodes for finding quirks To: Anurag Kumar Vulisha , Greg Kroah-Hartman Cc: "linux-usb@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "v.anuragkumar@gmail.com" References: <1528212056-28390-1-git-send-email-anurag.kumar.vulisha@xilinx.com> <20180605152524.GA23280@kroah.com> <20180612080256.GA17399@kroah.com> <20180715080206.GA19377@kroah.com> <20180715081134.GA20758@kroah.com> <541ba9a3-058e-028a-2a6c-a5d4334ddf96@intel.com> From: Mathias Nyman Message-ID: Date: Mon, 6 Aug 2018 14:11:46 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06.08.2018 10:58, Anurag Kumar Vulisha wrote: > Hi Greg, > >> -----Original Message----- >> From: Mathias Nyman [mailto:mathias.nyman@intel.com] >> Sent: Friday, July 20, 2018 8:24 PM >> To: Greg Kroah-Hartman ; Anurag Kumar Vulisha >> >> Cc: linux-usb@vger.kernel.org; linux-kernel@vger.kernel.org; >> v.anuragkumar@gmail.com >> Subject: Re: [PATCH] usb: host: xhci-plat: Iterate over parent nodes for finding quirks >> >> On 15.07.2018 11:11, Greg Kroah-Hartman wrote: >>> On Sun, Jul 15, 2018 at 10:02:06AM +0200, Greg Kroah-Hartman wrote: >>>> On Sat, Jul 14, 2018 at 03:37:20PM +0000, Anurag Kumar Vulisha wrote: >>>>> HI Greg, >>>>> >>>>> Ping! >>>>> Thought of giving a friendly remainder about this patch. >>>> >>>> I am not the xhci maintainer, I need to wait from an ack from him >>>> before I can take it. >>> >>> And he's on vacation until later this week, so just relax. >>> >> >> I added a couple minor comments. >> I will be away for two more weeks, and I don't want to block this, so if it is important >> to get this to 4.18 I won't object picking it as is. >> > > I have replied to the comments that Mathias has previously given on this patch and waiting > on his reply, but looks like Mathias is on vacation. Since he is okay with applying the patch, > would it be possible to get this patch applied? If you have any suggestions I can work on > fixing them and re-send the patch. Thanks for your help in this regard. > I'm back. Just noted that there is one change still needed, (commented on actual patch) I'll pick up the next version of the patch, but we are in rc8 already so your fix will go to 4.19-rc2 earliest. -Mathias