From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752591AbdFMKW0 (ORCPT ); Tue, 13 Jun 2017 06:22:26 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:33522 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752021AbdFMKWZ (ORCPT ); Tue, 13 Jun 2017 06:22:25 -0400 Date: Tue, 13 Jun 2017 12:22:15 +0200 From: Greg KH To: laurentiu.tudor@nxp.com Cc: stuyoder@gmail.com, devel@driverdev.osuosl.org, arnd@arndb.de, marc.zyngier@arm.com, Stuart Yoder , roy.pledge@nxp.com, linux-kernel@vger.kernel.org, agraf@suse.de, catalin.horghidan@nxp.com, ioana.ciornei@nxp.com, Thomas Gleixner , leoyang.li@nxp.com, bharat.bhushan@nxp.com, Jason Cooper , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v7 10/10] staging: fsl-mc: move bus driver out of staging Message-ID: <20170613102215.GA5866@kroah.com> References: <20170608142855.10455-1-laurentiu.tudor@nxp.com> <20170608142855.10455-11-laurentiu.tudor@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170608142855.10455-11-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 On Thu, Jun 08, 2017 at 05:28:55PM +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 Why do you have so many different .h files? You should only need 1 "external" one, and one "internal" one, right? Can you please work on cleaning that up first? thanks, greg k-h