Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753521AbdHWH4I (ORCPT ); Wed, 23 Aug 2017 03:56:08 -0400 Received: from foss.arm.com ([217.140.101.70]:53032 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753386AbdHWH4H (ORCPT ); Wed, 23 Aug 2017 03:56:07 -0400 Subject: Re: [PATCH] staging: fsl-mc: move bus driver out of staging To: laurentiu.tudor@nxp.com, gregkh@linuxfoundation.org, ruxandra.radulescu@nxp.com, stuyoder@gmail.com Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, bogdan.purcareata@nxp.com, leoyang.li@nxp.com, roy.pledge@nxp.com, linux-arm-kernel@lists.infradead.org, Stuart Yoder , Thomas Gleixner , Jason Cooper References: <20170819171812.21902-1-laurentiu.tudor@nxp.com> From: Marc Zyngier Organization: ARM Ltd Message-ID: <6b15ec08-5f8b-37d5-5b90-fe2fbf2c60a7@arm.com> Date: Wed, 23 Aug 2017 08:56:03 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170819171812.21902-1-laurentiu.tudor@nxp.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1486 Lines: 39 On 19/08/17 18:18, laurentiu.tudor@nxp.com wrote: > From: Stuart Yoder > > Move the source files out of staging into their final locations: > -include files in drivers/staging/fsl-mc/include go to include/linux/fsl > -irq-gic-v3-its-fsl-mc-msi.c goes to drivers/irqchip > -source in drivers/staging/fsl-mc/bus goes to drivers/bus/fsl-mc > -README.txt, providing and overview of DPAA goes to > Documentation/dpaa2/overview.txt > > Update or delete other remaining staging files-- Makefile, Kconfig, TODO. > Update dpaa2_eth and dpio staging drivers. > > Signed-off-by: Stuart Yoder > Signed-off-by: Laurentiu Tudor > [Laurentiu: rebased, add dpaa2_eth and dpio #include updates] > Cc: Thomas Gleixner > Cc: Jason Cooper > Cc: Marc Zyngier [...] > diff --git a/drivers/irqchip/Makefile b/drivers/irqchip/Makefile > index e88d856..4839165 100644 > --- a/drivers/irqchip/Makefile > +++ b/drivers/irqchip/Makefile > @@ -78,3 +78,4 @@ obj-$(CONFIG_EZNPS_GIC) += irq-eznps.o > obj-$(CONFIG_ARCH_ASPEED) += irq-aspeed-vic.o irq-aspeed-i2c-ic.o > obj-$(CONFIG_STM32_EXTI) += irq-stm32-exti.o > obj-$(CONFIG_QCOM_IRQ_COMBINER) += qcom-irq-combiner.o > +obj-$(CONFIG_FSL_MC_BUS) += irq-gic-v3-its-fsl-mc-msi.o Please keep the ITS bus glue next to the rest of the ITS code. Thanks, M. -- Jazz is not dead. It just smells funny...