From: Greg KH <gregkh@linuxfoundation.org>
To: David Kershner <david.kershner@unisys.com>
Cc: corbet@lwn.net, tglx@linutronix.de, mingo@redhat.com,
hpa@zytor.com, erik.arfvidson@unisys.com,
timothy.sell@unisys.com, hofrat@osadl.org, dzickus@redhat.com,
jes.sorensen@redhat.com, alexander.curtin@unisys.com,
janani.rvchndrn@gmail.com, sudipm.mukherjee@gmail.com,
prarit@redhat.com, david.binder@unisys.com, nhorman@redhat.com,
dan.j.williams@intel.com, linux-kernel@vger.kernel.org,
linux-doc@vger.kernel.org,
driverdev-devel@linuxdriverproject.org,
sparmaintainer@unisys.com
Subject: Re: [PATCH 1/3] include: linux: visorbus: Add visorbus to include/linux directory
Date: Sun, 21 Aug 2016 17:37:56 +0200 [thread overview]
Message-ID: <20160821153756.GA31822@kroah.com> (raw)
In-Reply-To: <1465615436-16035-2-git-send-email-david.kershner@unisys.com>
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@unisys.com>
> Reviewed-by: Tim Sell <Timothy.Sell@unisys.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@unisys.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 :(
next prev parent reply other threads:[~2016-08-21 21:37 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-11 3:23 [PATCH 0/3] move visorbus out of staging to drivers/virt/visorbus David Kershner
2016-06-11 3:23 ` [PATCH 1/3] include: linux: visorbus: Add visorbus to include/linux directory David Kershner
2016-08-21 15:37 ` Greg KH [this message]
2016-06-11 3:23 ` [PATCH 2/3] Documentation: Move visorbus documentation from staging to Documentation/ David Kershner
2016-06-11 3:23 ` [PATCH 3/3] drivers: Add visorbus to the drivers/virt directory David Kershner
2016-08-21 18:04 ` Greg KH
2016-08-22 2:48 ` Sell, Timothy C
2016-08-22 8:15 ` 'Greg KH'
2016-08-22 10:46 ` Sell, Timothy C
2016-08-22 14:02 ` 'Greg KH'
2016-08-22 14:10 ` 'Greg KH'
2016-08-30 16:29 ` Sell, Timothy C
2016-09-11 9:16 ` 'Greg KH'
2016-09-11 14:46 ` Sell, Timothy C
2016-06-14 13:30 ` [PATCH 0/3] move visorbus out of staging to drivers/virt/visorbus Neil Horman
-- strict thread matches above, loose matches on Subject: below --
2017-06-05 20:07 David Kershner
2017-06-05 20:07 ` [PATCH 1/3] include: linux: visorbus: Add visorbus to include/linux directory David Kershner
2017-06-07 13:58 ` Christoph Hellwig
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160821153756.GA31822@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=alexander.curtin@unisys.com \
--cc=corbet@lwn.net \
--cc=dan.j.williams@intel.com \
--cc=david.binder@unisys.com \
--cc=david.kershner@unisys.com \
--cc=driverdev-devel@linuxdriverproject.org \
--cc=dzickus@redhat.com \
--cc=erik.arfvidson@unisys.com \
--cc=hofrat@osadl.org \
--cc=hpa@zytor.com \
--cc=janani.rvchndrn@gmail.com \
--cc=jes.sorensen@redhat.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=nhorman@redhat.com \
--cc=prarit@redhat.com \
--cc=sparmaintainer@unisys.com \
--cc=sudipm.mukherjee@gmail.com \
--cc=tglx@linutronix.de \
--cc=timothy.sell@unisys.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox