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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5B602C7EE25 for ; Thu, 8 Jun 2023 09:12:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233894AbjFHJLf (ORCPT ); Thu, 8 Jun 2023 05:11:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56664 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232164AbjFHJLN (ORCPT ); Thu, 8 Jun 2023 05:11:13 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 94A97E7; Thu, 8 Jun 2023 02:11:12 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2F7B061A21; Thu, 8 Jun 2023 09:11:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 18AE2C433EF; Thu, 8 Jun 2023 09:11:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1686215471; bh=TkoZu+Gddauql3to8E6r++VcgqF/WSm1eT1Il4za0to=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZfcYQpDOjIlDOxp4KZ9MV4WNJ96DSAgWHDHqmWHHqX/+2Zg0cUVJUW3vH7dQx/xQE EyndX5A9cqwFbtfSP6Ga40YUhLvi+aZaSwwCIsujuxPnmtQpUPS36urLR7x76QDRuw M5XX0D0WPyQf+ASlKmLyKKGb0Kqsp9grqubXL0jQ= Date: Thu, 8 Jun 2023 11:11:09 +0200 From: Greg Kroah-Hartman To: zhuyinbo Cc: Minas Harutyunyan , Bjorn Helgaas , Alan Stern , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, Jianmin Lv , wanghongliang@loongson.cn, Liu Peibao , loongson-kernel@lists.loongnix.cn Subject: Re: [PATCH v1] usb: dwc2: add pci_device_id driver_data parse support Message-ID: <2023060817-tinker-reaction-bbe1@gregkh> References: <20230518092240.8023-1-zhuyinbo@loongson.cn> <2023051843-scruffy-gush-cdec@gregkh> <2023060827-overlaid-displace-b3a1@gregkh> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 08, 2023 at 04:57:04PM +0800, zhuyinbo wrote: > > > 在 2023/6/8 下午4:01, Greg Kroah-Hartman 写道: > > On Thu, Jun 08, 2023 at 03:54:36PM +0800, zhuyinbo wrote: > > > > > > Friendly ping ? > > > > For what? I thought a new series was going to be submitted, I don't > > have anything in my queue to review for this at the moment. > > > I have some comments that need your consent or opinion. > such as, I have a explanation why I using pci_match_id() in > dwc2/params.c. Do you agree with my explanation ? I have no context here, sorry. Remember, we review hundreds of patches a week, when you cut off all context that makes it impossible to remember. Submit your updated patchset based on what you feel is correct and we can review it from there. thanks, greg k-h