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 42A4AECAAD3 for ; Thu, 1 Sep 2022 11:19:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234206AbiIALT1 (ORCPT ); Thu, 1 Sep 2022 07:19:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38236 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233114AbiIALTY (ORCPT ); Thu, 1 Sep 2022 07:19:24 -0400 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 08BBE1275DF; Thu, 1 Sep 2022 04:19:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662031164; x=1693567164; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=UjpVOtpMNTn8a2g9tUjix6AHloEUqxCpowEEZFoDF+g=; b=llpeSeZo0LZnxmwgRt0iSdEpj3IAxrfd2AcxwhMvQaXObyN9M3afbeyV oVSW5J+KuzlA1PpPRmt6Qa5E7lSl0e332oQMdz2Y/hhHcyPz7d+yziiNM 6OisqgcREb/YxUISDDMwh5vzCOopE4runesJQNXu1YYiPxBDCgJC9FBT7 oQchpIENDYfHaLzj8rhFQf4RC0Yskb7I5zTQC/hkhS4ZD80PXotNrST+s TbEinPu324NRCQ7JZqDAdSec/ae3ULCNaMmZXn2kOFAsue2xO3cvNOW4q 2xya6CBfH+LVxuwAoE0/J2gfGE22cX6M+5P7k5zGfTmjzJkBm01xgOscV A==; X-IronPort-AV: E=McAfee;i="6500,9779,10456"; a="293266248" X-IronPort-AV: E=Sophos;i="5.93,280,1654585200"; d="scan'208";a="293266248" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2022 04:19:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,280,1654585200"; d="scan'208";a="754785221" Received: from kuha.fi.intel.com ([10.237.72.185]) by fmsmga001.fm.intel.com with SMTP; 01 Sep 2022 04:19:21 -0700 Received: by kuha.fi.intel.com (sSMTP sendmail emulation); Thu, 01 Sep 2022 14:19:20 +0300 Date: Thu, 1 Sep 2022 14:19:20 +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 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? In any case, your patch will create a conflict with that first patch in that series. There is a proper solution in that very same series, but it can only be applied after the first patch becomes available. [1] https://lore.kernel.org/linux-usb/20220816101629.69054-1-heikki.krogerus@linux.intel.com/ thanks, -- heikki