Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752062AbdIKNDG (ORCPT ); Mon, 11 Sep 2017 09:03:06 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:52576 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751514AbdIKNDF (ORCPT ); Mon, 11 Sep 2017 09:03:05 -0400 Date: Mon, 11 Sep 2017 06:03:03 -0700 From: Greg KH To: Laurentiu Tudor 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 , Ruxandra Ioana Radulescu , Bharat Bhushan , Catalin Horghidan , Leo Li , Roy Pledge , "linux-arm-kernel@lists.infradead.org" , Thomas Gleixner , Jason Cooper Subject: Re: [PATCH v2] staging: fsl-mc: move bus driver out of staging Message-ID: <20170911130303.GA2533@kroah.com> References: <20170828105405.19552-1-laurentiu.tudor@nxp.com> <20170831160430.GB11200@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.0 (2017-09-02) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1592 Lines: 39 On Mon, Sep 11, 2017 at 11:55:22AM +0000, Laurentiu Tudor wrote: > Hi, > > > -----Original Message----- > > From: Greg KH [mailto:gregkh@linuxfoundation.org] > > Sent: Thursday, August 31, 2017 7:05 PM > > > > 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. > > Any updates on this? Any chances to make it in 4.14? Thanks! No, it's too late for 4.14, it would have had to be in linux-next before 4.13-final came out. I'm at a conference all this week, if I'm stuck in a boring talk, I'll try to do the review :) thanks, greg k-h