From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752646AbdF0QAy (ORCPT ); Tue, 27 Jun 2017 12:00:54 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:52870 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752187AbdF0QAr (ORCPT ); Tue, 27 Jun 2017 12:00:47 -0400 Date: Tue, 27 Jun 2017 18:00:45 +0200 From: gregkh To: Arnd Bergmann Cc: laurentiu.tudor@nxp.com, devel@driverdev.osuosl.org, stuyoder@gmail.com, Marc Zyngier , Roy Pledge , Alexander Graf , Linux Kernel Mailing List , catalin.horghidan@nxp.com, ioana.ciornei@nxp.com, Leo Li , bharat.bhushan@nxp.com, Linux ARM Subject: Re: [PATCH v2 00/15] staging: fsl-mc: clean up header files Message-ID: <20170627160045.GA9977@kroah.com> References: <20170627144135.15599-1-laurentiu.tudor@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Tue, Jun 27, 2017 at 05:33:21PM +0200, Arnd Bergmann wrote: > On Tue, Jun 27, 2017 at 4:41 PM, wrote: > > From: Laurentiu Tudor > > > > This patch series contain mainly clean-ups of the mc-bus header files > > with the final goal of reorganizing them in just 2 files: a public > > and a private one, as per GregKH suggestion [1]. > > Here's a summary of the header reorganizing: > > - existing mc.h used as public header (contained most of the public API) > > - existing fsl-mc-private.h used for private header > > - mc-bus.h merged both in public and private header > > - mc-sys.h and mc-cmd.h merged in public header > > - dprc.h made private > > - dpmng.h deleted > > > > [1] https://patchwork.kernel.org/patch/9775683/ > > > > version 2 changes > > - fix compilation issue > > - reordered a comparison, be consistent when checking strcmp() return > > (Joe Perches, first two patches) > > It looks like v1 was already merged into staging-next, so the changes would > have to be relative to what's already merged, rather than replacing them. No, I had to revert the whole v1 mess, so this is correct... thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (gregkh) Date: Tue, 27 Jun 2017 18:00:45 +0200 Subject: [PATCH v2 00/15] staging: fsl-mc: clean up header files In-Reply-To: References: <20170627144135.15599-1-laurentiu.tudor@nxp.com> Message-ID: <20170627160045.GA9977@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Jun 27, 2017 at 05:33:21PM +0200, Arnd Bergmann wrote: > On Tue, Jun 27, 2017 at 4:41 PM, wrote: > > From: Laurentiu Tudor > > > > This patch series contain mainly clean-ups of the mc-bus header files > > with the final goal of reorganizing them in just 2 files: a public > > and a private one, as per GregKH suggestion [1]. > > Here's a summary of the header reorganizing: > > - existing mc.h used as public header (contained most of the public API) > > - existing fsl-mc-private.h used for private header > > - mc-bus.h merged both in public and private header > > - mc-sys.h and mc-cmd.h merged in public header > > - dprc.h made private > > - dpmng.h deleted > > > > [1] https://patchwork.kernel.org/patch/9775683/ > > > > version 2 changes > > - fix compilation issue > > - reordered a comparison, be consistent when checking strcmp() return > > (Joe Perches, first two patches) > > It looks like v1 was already merged into staging-next, so the changes would > have to be relative to what's already merged, rather than replacing them. No, I had to revert the whole v1 mess, so this is correct... thanks, greg k-h