[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160821153756.GA31822@kroah.com>
Date: Sun, 21 Aug 2016 17:37:56 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: David Kershner <david.kershner@...sys.com>
Cc: corbet@....net, tglx@...utronix.de, mingo@...hat.com,
hpa@...or.com, erik.arfvidson@...sys.com, timothy.sell@...sys.com,
hofrat@...dl.org, dzickus@...hat.com, jes.sorensen@...hat.com,
alexander.curtin@...sys.com, janani.rvchndrn@...il.com,
sudipm.mukherjee@...il.com, prarit@...hat.com,
david.binder@...sys.com, nhorman@...hat.com,
dan.j.williams@...el.com, linux-kernel@...r.kernel.org,
linux-doc@...r.kernel.org, driverdev-devel@...uxdriverproject.org,
sparmaintainer@...sys.com
Subject: Re: [PATCH 1/3] include: linux: visorbus: Add visorbus to
include/linux directory
On Fri, Jun 10, 2016 at 11:23:54PM -0400, David Kershner wrote:
> Update include/linux to include the s-Par associated common include
> header files needed for the s-Par visorbus.
>
> Since we have now moved the include directories over to
> include/linux/visorbus this patch makes all of the visor
> drivers visorbus, visorinput, visornic, and visorhba use
> the new include folders.
>
> Signed-off-by: David Kershner <david.kershner@...sys.com>
> Reviewed-by: Tim Sell <Timothy.Sell@...sys.com>
> ---
> drivers/staging/unisys/MAINTAINERS | 2 +-
> drivers/staging/unisys/visorbus/Makefile | 2 --
> drivers/staging/unisys/visorbus/controlvmchannel.h | 2 +-
> drivers/staging/unisys/visorbus/vbuschannel.h | 3 ++-
> drivers/staging/unisys/visorbus/visorbus_main.c | 6 +++---
> drivers/staging/unisys/visorbus/visorchannel.c | 4 ++--
> drivers/staging/unisys/visorbus/visorchipset.c | 8 ++++----
> drivers/staging/unisys/visorbus/vmcallinterface.h | 5 ++---
> drivers/staging/unisys/visorhba/Makefile | 2 --
> drivers/staging/unisys/visorhba/visorhba_main.c | 5 ++---
> drivers/staging/unisys/visorinput/Makefile | 2 --
> drivers/staging/unisys/visorinput/visorinput.c | 6 +++---
> drivers/staging/unisys/visornic/Makefile | 2 --
> drivers/staging/unisys/visornic/visornic_main.c | 5 ++---
> .../staging/unisys/include => include/linux/visorbus}/channel.h | 0
> .../unisys/include => include/linux/visorbus}/channel_guid.h | 0
> .../unisys/include => include/linux/visorbus}/diagchannel.h | 0
> .../unisys/include => include/linux/visorbus}/guestlinuxdebug.h | 0
> .../staging/unisys/include => include/linux/visorbus}/iochannel.h | 0
> .../staging/unisys/include => include/linux/visorbus}/version.h | 0
> .../staging/unisys/include => include/linux/visorbus}/visorbus.h | 0
> 21 files changed, 22 insertions(+), 32 deletions(-)
> rename {drivers/staging/unisys/include => include/linux/visorbus}/channel.h (100%)
> rename {drivers/staging/unisys/include => include/linux/visorbus}/channel_guid.h (100%)
> rename {drivers/staging/unisys/include => include/linux/visorbus}/diagchannel.h (100%)
> rename {drivers/staging/unisys/include => include/linux/visorbus}/guestlinuxdebug.h (100%)
> rename {drivers/staging/unisys/include => include/linux/visorbus}/iochannel.h (100%)
> rename {drivers/staging/unisys/include => include/linux/visorbus}/version.h (100%)
> rename {drivers/staging/unisys/include => include/linux/visorbus}/visorbus.h (100%)
>
> diff --git a/drivers/staging/unisys/MAINTAINERS b/drivers/staging/unisys/MAINTAINERS
> index 1f0425b..146a8c3 100644
> --- a/drivers/staging/unisys/MAINTAINERS
> +++ b/drivers/staging/unisys/MAINTAINERS
> @@ -1,5 +1,5 @@
> Unisys s-Par drivers
> M: David Kershner <sparmaintainer@...sys.com>
> S: Maintained
> -F: Documentation/s-Par/overview.txt
> +F: Documentation/visorbus.txt
> F: drivers/staging/unisys/
This MAINTAINERS change doesn't have anything to do with moving the .h
files around :(
Powered by blists - more mailing lists