Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752665AbdF0PeF (ORCPT ); Tue, 27 Jun 2017 11:34:05 -0400 Received: from mail-it0-f65.google.com ([209.85.214.65]:36003 "EHLO mail-it0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751716AbdF0Pd2 (ORCPT ); Tue, 27 Jun 2017 11:33:28 -0400 MIME-Version: 1.0 In-Reply-To: <20170627144135.15599-1-laurentiu.tudor@nxp.com> References: <20170627144135.15599-1-laurentiu.tudor@nxp.com> From: Arnd Bergmann Date: Tue, 27 Jun 2017 17:33:21 +0200 X-Google-Sender-Auth: cj3638mK7q2qbm-3Xyn2CPLeHBM Message-ID: Subject: Re: [PATCH v2 00/15] staging: fsl-mc: clean up header files To: laurentiu.tudor@nxp.com Cc: gregkh , stuyoder@gmail.com, devel@driverdev.osuosl.org, Linux Kernel Mailing List , Marc Zyngier , Alexander Graf , ioana.ciornei@nxp.com, ruxandra.radulescu@nxp.com, bharat.bhushan@nxp.com, catalin.horghidan@nxp.com, Leo Li , Roy Pledge , Linux ARM Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1108 Lines: 28 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. I also just sent a fixup for the Makefile bug, probably others have pointed that out too. Arnd