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 380EFC05052 for ; Tue, 8 Aug 2023 18:21:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235695AbjHHSVp (ORCPT ); Tue, 8 Aug 2023 14:21:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55666 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235089AbjHHSVT (ORCPT ); Tue, 8 Aug 2023 14:21:19 -0400 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EC2748DCE7; Tue, 8 Aug 2023 10:31:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1691515904; x=1723051904; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=ZvqL6gMp+MCmbuOfROmsCakRiUiVbzabkm79pxLHYV4=; b=KOOadlZU+zHvKhA5u8C+ylDVQByPZQJX/h0IpTgB+ORbZPNNCpHItzeP Sj3rIL1UepglzWNVswzb2oBhetgQsheXyXz23NgG4CFOa2cniinjALB3q ODt9MRU5oUaSqIHs2iZcKxH2xqQOckIy9eBAkZL2LpJnOrLGcoOcdYMLZ +LbPlWo8gNEShP8DUZf9YG7iPZNFTebIAQwZtOb6gSYrg9D+hLcqAJTM7 NikicuG4YMLTJTJjj/0uNa2eivkKsmIZqtiitYSCD9vBxZseHoP//yKDY vtgiOJaP7WNVI2icJXUtpJI/FueUX/QqumkCyzBD/fgJsjjYAe08MWGJC g==; X-IronPort-AV: E=McAfee;i="6600,9927,10795"; a="434668210" X-IronPort-AV: E=Sophos;i="6.01,156,1684825200"; d="scan'208";a="434668210" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Aug 2023 06:11:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10795"; a="845472710" X-IronPort-AV: E=Sophos;i="6.01,156,1684825200"; d="scan'208";a="845472710" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga002.fm.intel.com with ESMTP; 08 Aug 2023 06:11:51 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1qTMV2-009CPF-28; Tue, 08 Aug 2023 16:11:48 +0300 Date: Tue, 8 Aug 2023 16:11:48 +0300 From: Andy Shevchenko To: Sunil V L Cc: Bjorn Helgaas , linux-doc@vger.kernel.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-acpi@vger.kernel.org, linux-pci@vger.kernel.org, Jonathan Corbet , Paul Walmsley , Palmer Dabbelt , Albert Ou , Catalin Marinas , Will Deacon , "Rafael J . Wysocki" , Len Brown , Daniel Scally , Heikki Krogerus , Sakari Ailus , Greg Kroah-Hartman , Daniel Lezcano , Thomas Gleixner , Anup Patel , Marc Zyngier , Bjorn Helgaas , Robert Moore , Haibo Xu , Andrew Jones , Conor Dooley , Atish Kumar Patra Subject: Re: [RFC PATCH v1 05/21] arm64: PCI: Migrate ACPI related functions to pci-acpi.c Message-ID: References: <20230803175916.3174453-6-sunilvl@ventanamicro.com> <20230807224152.GA274647@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Tue, Aug 08, 2023 at 10:22:10AM +0530, Sunil V L wrote: > On Mon, Aug 07, 2023 at 05:41:52PM -0500, Bjorn Helgaas wrote: > > On Thu, Aug 03, 2023 at 11:29:00PM +0530, Sunil V L wrote: > > > The functions defined in arm64 for ACPI support are required > > > for RISC-V also. To avoid duplication, copy these functions > > > to common location. > > > > I assume this is a "move" (not a copy) and the code being moved isn't > > being changed. > > Thank you very much for the review!. Yes, it is a move as is. Let me > update the commit message in next version. Try to play with -M -C -- With Best Regards, Andy Shevchenko