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 03400ECAAD1 for ; Thu, 1 Sep 2022 11:32:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231530AbiIALcB (ORCPT ); Thu, 1 Sep 2022 07:32:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35176 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229498AbiIALb6 (ORCPT ); Thu, 1 Sep 2022 07:31:58 -0400 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F1C2D11518E; Thu, 1 Sep 2022 04:31:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662031916; x=1693567916; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=a1HoTchsSBAOcfRX3Qt/RfcTL441GB1ucqHFZzhrfug=; b=izuyzbpsSpg4XkdIF3+MkvoZqf0BIOqhVZAgPlAxsIAOQ0404f/paPd4 zXLCjcT/aEEyvyhDRT/Es9r9vLtF378NGyDspwGRCSMFWAdXVkQxKxYa8 0m1bgl/Pnc3IjMmrQBLOdGFAnogtXbIZWI16tUcSVziIWnpZqprhFEVUU tqCBXpZ3NBWZ+CVL0pdHzFl/SGyVBQXMmyc+52+agrTxPjck6Y9pSI4ui PMTWNvgJeIr74yB5Wahk1eB4A7ZuquOotI7r5Ep8KnA/KkISUGtiC4IP+ Gww3ECtlJGnYUfU1ylCLjotHshxgsDZFVPGouNVoUW3s61+Z03g6niHe+ A==; X-IronPort-AV: E=McAfee;i="6500,9779,10456"; a="359649852" X-IronPort-AV: E=Sophos;i="5.93,280,1654585200"; d="scan'208";a="359649852" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2022 04:31:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,280,1654585200"; d="scan'208";a="754788272" Received: from kuha.fi.intel.com ([10.237.72.185]) by fmsmga001.fm.intel.com with SMTP; 01 Sep 2022 04:31:52 -0700 Received: by kuha.fi.intel.com (sSMTP sendmail emulation); Thu, 01 Sep 2022 14:31:51 +0300 Date: Thu, 1 Sep 2022 14:31:51 +0300 From: Heikki Krogerus To: =?utf-8?B?6LW15pmT?= Cc: Greg KH , linux-usb , linux-kernel Subject: Re: [PATCH] usb:mux:intel_pmc_mux: Use the helper acpi_dev_get_memory_resources() Message-ID: References: <20220831061126.25172-1-zhaoxiao@uniontech.com> 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, Sep 01, 2022 at 02:19:24PM +0300, Heikki Krogerus wrote: > On Thu, Sep 01, 2022 at 11:39:17AM +0800, 赵晓 wrote: > > No generated by yet another bot, The patch refer to the below:  > > https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git/commit/?h=linux-next&id=6505e452371d44be00fe321996f1de248a7606a2 > > I don't know what are you trying to point at with that, but I'm > guessing you are trying to refer to this patch series [1] that Rafael > indeed picked to his PM tree - mostly. The first patch was taken by > Greg, though now that I look at his linux-usb tree, it's not there? No, sorry, the path is there (it was just not in 6.0-rc3 like I though): https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/commit/?h=usb-linus&id=1b1b672cc1d4fb3065dac79efb8901bd6244ef69 So your patch would have a conflict with that one. This is the proper solution: https://lore.kernel.org/linux-usb/20220816101629.69054-7-heikki.krogerus@linux.intel.com/ thanks, -- heikki