Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751906AbdHaQE2 (ORCPT ); Thu, 31 Aug 2017 12:04:28 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:39058 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751717AbdHaQE1 (ORCPT ); Thu, 31 Aug 2017 12:04:27 -0400 Date: Thu, 31 Aug 2017 18:04:30 +0200 From: Greg KH To: laurentiu.tudor@nxp.com Cc: stuyoder@gmail.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, marc.zyngier@arm.com, agraf@suse.de, arnd@arndb.de, ioana.ciornei@nxp.com, ruxandra.radulescu@nxp.com, bharat.bhushan@nxp.com, catalin.horghidan@nxp.com, leoyang.li@nxp.com, roy.pledge@nxp.com, linux-arm-kernel@lists.infradead.org, Stuart Yoder , Thomas Gleixner , Jason Cooper Subject: Re: [PATCH v2] staging: fsl-mc: move bus driver out of staging Message-ID: <20170831160430.GB11200@kroah.com> References: <20170828105405.19552-1-laurentiu.tudor@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170828105405.19552-1-laurentiu.tudor@nxp.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1043 Lines: 26 On Mon, Aug 28, 2017 at 01:54:05PM +0300, 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 This is going to have to wait until I get a chunk of time to do the review. Probably after 4.13-final is out. thanks, greg k-h