From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e23smtp01.au.ibm.com (e23smtp01.au.ibm.com [202.81.31.143]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id BEA761A013E for ; Tue, 24 Nov 2015 10:09:23 +1100 (AEDT) Received: from localhost by e23smtp01.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 24 Nov 2015 09:09:23 +1000 Received: from d23relay07.au.ibm.com (d23relay07.au.ibm.com [9.190.26.37]) by d23dlp02.au.ibm.com (Postfix) with ESMTP id 332372BB003F for ; Tue, 24 Nov 2015 10:09:19 +1100 (EST) Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138]) by d23relay07.au.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id tANN9COQ31916156 for ; Tue, 24 Nov 2015 10:09:20 +1100 Received: from d23av02.au.ibm.com (localhost [127.0.0.1]) by d23av02.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id tANN8j1K029892 for ; Tue, 24 Nov 2015 10:08:46 +1100 Date: Tue, 24 Nov 2015 10:08:21 +1100 From: Gavin Shan To: Alexey Kardashevskiy Cc: Gavin Shan , linuxppc-dev@lists.ozlabs.org, linux-pci@vger.kernel.org, devicetree@vger.kernel.org, benh@kernel.crashing.org, mpe@ellerman.id.au, bhelgaas@google.com, grant.likely@linaro.org, robherring2@gmail.com, panto@antoniou-consulting.com, frowand.list@gmail.com Subject: Re: [PATCH v7 28/50] powerpc/pci: Rename pcibios_{add,remove}_pci_devices() Message-ID: <20151123230821.GD5375@gwshan> Reply-To: Gavin Shan References: <1446642770-4681-1-git-send-email-gwshan@linux.vnet.ibm.com> <1446642770-4681-29-git-send-email-gwshan@linux.vnet.ibm.com> <564BE5BA.30907@ozlabs.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <564BE5BA.30907@ozlabs.ru> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Nov 18, 2015 at 01:43:06PM +1100, Alexey Kardashevskiy wrote: >On 11/05/2015 12:12 AM, Gavin Shan wrote: >>This renames pcibios_{add,remove}_pci_devices() to avoid conflicts >>with names of the weak functions in PCI subsystem, which have the >>prefix "pcibios". No logical changes introduced. > > >As you mentioned before, the patchset is organized as "code refactoring, >IO/M32/M64, DMA, PE allocation/releaseing". This patch fits into the >refactoring category so it goes to the beginning of the series :) > I don't think so. As said in PATCH[00/50], this patchset consists of 3 separate parts: PowerNV PCI rework; Using PCI slot; Hotplug driver; this patch is one of the second part. So I don't think it needs to be move to the beginning of the series. Thanks, Gavin